document.write( "Question 451665: karen Can be paid in one of two ways for selling insurance policies:
\n" );
document.write( "Plan A : A salary of $750 per month, plus a commission of 10% of sales;
\n" );
document.write( "Plan B : A salary of $1000 per month, plus a commission of 8% of sales in excess of $2000.
\n" );
document.write( "For what amount of monthly sales is plan A better then plan b if we can assume that sales are always more than $2000? \n" );
document.write( "
Algebra.Com's Answer #310953 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! 750+.1y>1000+.08y \n" ); document.write( ".02y>250 \n" ); document.write( "y>12500 \n" ); document.write( "For sales over $12,500, plan A works better.. \n" ); document.write( " |