document.write( "Question 369616: A salesperson has two job offers. Company A offers a weekly salary of $630 plus commission of 18% of sales.
\n" );
document.write( "Company B offers a weekly salary of $1260 plus commission of 9% of sales. What is the amount of sales above
\n" );
document.write( "which Company Aʹs offer is the better of the two? \n" );
document.write( "
Algebra.Com's Answer #263463 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! 630+0.18x=1260+0.09x \n" ); document.write( "0.09x=630 \n" ); document.write( "x=7000 \n" ); document.write( " |