document.write( "Question 1086170: Sally earns $1,000 per month plus a commission of 2% of sales. Jane earns $200
\n" );
document.write( "per month plus 6% of her sales. At what monthly sales figure will both Sally
\n" );
document.write( "and Jane earn the same amount of pay? \n" );
document.write( "
Algebra.Com's Answer #700345 by addingup(3677)![]() ![]() You can put this solution on YOUR website! 1000+0.02x = 200+0.06x \n" ); document.write( "800 = 0.04x \n" ); document.write( "x = 800/0.04 use your calculator. \n" ); document.write( " \n" ); document.write( " |