document.write( "Question 1010478: Some salespeople have their commission increased according to how much they sell.a salesperson get a commission of 5% for the first $1500 and 9% on the account over $1500.What is the total commission on sale of $5000? \n" ); document.write( "
Algebra.Com's Answer #625916 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Well the salesperson gets
\n" ); document.write( "5% on the first $1500 = .05(1500) = $75 and
\n" ); document.write( "9% on the next $3500 = .09(3500) = $315
\n" ); document.write( "Total = $390
\n" ); document.write( "
\n" );