document.write( "Question 1099598: You are offered two different sales jobs. The first company offers a straight commission of 5% of the sales. The second company offers a salary of $ 330 per week plus 1% 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 #714039 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! .05x=.01x+330 \n" ); document.write( ".04x=330 \n" ); document.write( "4x=33000 \n" ); document.write( "x=33000/4=8250 \n" ); document.write( " |