document.write( "Question 389112: A salesman at a jewelry store earns $1000 per month plus a 6% commission on his total sales. If he earned $2200 last month, what was the amount of his sales? \n" ); document.write( "
Algebra.Com's Answer #275620 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! This, as an equation, becomes\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1000 + .06x = 2200, where x is the total sales.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ".06x = 1200\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = $20,000 \n" ); document.write( " |