document.write( "Question 1081243: a salesman is paid 7.5% on the first 60,000 in sales during the month and 9.25% on the remainder of sales if his sales were 87,400 during the month how much did he receive in commision \n" ); document.write( "
| Algebra.Com's Answer #695284 by addingup(3677)     You can put this solution on YOUR website! Too easy. You can do it yourself: \n" ); document.write( "60,000 × 0.075 = \n" ); document.write( "(87,400 - 60,000) × 0.0925 = \n" ); document.write( "Add the two amounts and you get your answer \n" ); document.write( " |