document.write( "Question 664676: find the amount of total sales and total commision made? numbers of item 7, unit price 2610, Commission rate 6.5% , total sale ? commission ? \n" ); document.write( "
Algebra.Com's Answer #413403 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
total sales
\n" ); document.write( "2610*7=18270
\n" ); document.write( "commission
\n" ); document.write( "18270*0.065=1187.55
\n" ); document.write( "
\n" );