document.write( "Question 596246: Century 21 sold a house for $256,000. The commission is based on the \"sliding\" scale below:
\n" );
document.write( " 6% on the first $100,000
\n" );
document.write( " plus 5% on $101,000to $200,00
\n" );
document.write( " plus 6% on anything over $200,000\r
\n" );
document.write( "\n" );
document.write( "How much commission did Century 21 make?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #377621 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Century 21 sold a house for $256,000. The commission is based on the \"sliding\" scale below: \n" ); document.write( "6% on the first $100,000 = $6000 \n" ); document.write( "plus 5% on $101,000to $200,00 = 5000 \n" ); document.write( "plus 6% on anything over $200,000 = 0.06*56000 = $3360 \n" ); document.write( "How much commission did Century 21 make? \n" ); document.write( "--- \n" ); document.write( "Commission = 6000+5000+3360 = $14,360 \n" ); document.write( "======================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |