document.write( "Question 644281: A furniture sales man earnes a base salary of $14,000 per year.The sales man also recieves a 7% commission on his sales.If his total sales exceed $500,000 for the year, a bonus of $5000 is paid in December. Last year the sales man reported an income of $55,771 to the IRS. What were his total sales? \n" ); document.write( "
Algebra.Com's Answer #404936 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! A furniture sales man earnes a base salary of $14,000 per year.The sales man also recieves a 7% commission on his sales.If his total sales exceed $500,000 for the year, a bonus of $5000 is paid in December. Last year the sales man reported an income of $55,771 to the IRS. What were his total sales? \n" ); document.write( ". \n" ); document.write( "Let t = total sales \n" ); document.write( "then \n" ); document.write( "\"commission\" + \"base\" + \"bonus\" = \"income\" \n" ); document.write( ".07t + 14000 + 5000 = 55771 \n" ); document.write( ".07t + 19000 = 55771 \n" ); document.write( ".07t = 36771 \n" ); document.write( "t = $525,300 \n" ); document.write( " |