document.write( "Question 900946: A local salesman receives a base salary of $950 monthly. He also receives a commission of 8% on all sales over $1750. How much would he have to sell in a month if he needed to have a monthly income of $3000? \n" ); document.write( "
Algebra.Com's Answer #546352 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 3000=950+.08*(s-1750) \n" ); document.write( "3000=0.08*(s+10125.) \n" ); document.write( "3000=0.08*s+810. \n" ); document.write( "2190=0.08*s \n" ); document.write( "s =27375 \n" ); document.write( " \n" ); document.write( " |