document.write( "Question 1113015: You are offered two different sales jobs. The first company offers a straight commission of 6% of the sales. The second company offers a salary of $ 280 per week plus 4% of the sales. How much would you have to sell in a week in order for the straight commission offer to be at least as good? \n" ); document.write( "
Algebra.Com's Answer #728083 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
0.06x=0.04x+280
\n" ); document.write( "0.06x-0.04x=280
\n" ); document.write( "0.02x=280
\n" ); document.write( "x=280/0.02
\n" ); document.write( "x=14,000
\n" ); document.write( "
\n" );