document.write( "Question 446316: Acme Hardware pays its salespersons $1000.00 per month plus a graduated commission of 2% on the first $40,000 of sales and 3% on sales above $40,000. Amy sold $42,000 of merchandise. What is Amy's total pay for the month? \n" ); document.write( "
Algebra.Com's Answer #307356 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
x=1000+40000*0.02+2000*0.03
\n" ); document.write( "x=1000+800+60
\n" ); document.write( "x=$1860.00
\n" ); document.write( "
\n" );