document.write( "Question 1038376: A salesperson gets paid a salary of $2,150 per month, with a graduated commission plan that pays 2.5% on sales up to $40,000, 3% on sales between $40,000 and $80,000 , and 3.5% on sales over $80,000. Compute the total pay for the salesperson during a month when sales were $106,500. \n" ); document.write( "
Algebra.Com's Answer #653072 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
Total is
\n" ); document.write( "$2150 plus $40,000*0.025=$1000
\n" ); document.write( "plus 40,000*0.03=$1200
\n" ); document.write( "plus 26,500*0.035=$927.50
\n" ); document.write( "That is an extra $3127.50
\n" ); document.write( "$5277.50 for the month.
\n" ); document.write( "
\n" );