document.write( "Question 771238: Ali works as a real estate agent. She is paid a retainer of $350 per week plus a commission based on his sales as follows:
\n" );
document.write( "4.5% on the first $80000 2.5 on the remainder\r
\n" );
document.write( "\n" );
document.write( "What would Ali earn in a week when she sold a property valued at $350000? \n" );
document.write( "
Algebra.Com's Answer #470071 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Ali works as a real estate agent. She is paid a retainer of $350 per week plus a commission based on his sales as follows: \n" ); document.write( "4.5% on the first $80000 2.5 on the remainder\r \n" ); document.write( "\n" ); document.write( "What would Ali earn in a week when she sold a property valued at $350000? \n" ); document.write( ".045(80000) + .025(350000-80000) + 350 \n" ); document.write( "3600 + 6750 + 350 \n" ); document.write( "$10,700 \n" ); document.write( " |