document.write( "Question 1120581: a salesperson has two job offers. company Offers a weekly salary of 450.00 plus commission of 10% of sales. company B offers a weekly salary of 900.00 plus commission of 5 % of sales what is the amount of sales above which company A's offers is the better of the two ?\r
\n" );
document.write( "\n" );
document.write( "A 9000
\n" );
document.write( "B.4500
\n" );
document.write( "C.9100
\n" );
document.write( "D.18,000 \n" );
document.write( "
Algebra.Com's Answer #736263 by addingup(3677)![]() ![]() You can put this solution on YOUR website! 450 + 0.1x = 900 + 0.05x \n" ); document.write( "0.05x = 450 \n" ); document.write( "x = 9000 Above 9000 company A offers the better of the two \n" ); document.write( " |