document.write( "Question 1038977: A salesperson works at a computer store. He has a choice of two
\n" );
document.write( "payment plans. Plan A is to have a commission of 10% of his monthly
\n" );
document.write( "sales; plan B is a monthly salary of $1750 plus a commission of 1.5% of
\n" );
document.write( "his month sales. Which is the better payment plan for the
\n" );
document.write( "salesperson
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #653694 by Aldorozos(172)![]() ![]() ![]() You can put this solution on YOUR website! First we have to find out what his break-even point is \n" ); document.write( "10% X = 1750 + 1.5% X \n" ); document.write( "Here we have to calculate X\r \n" ); document.write( "\n" ); document.write( "We can rewrite the equation as follows:\r \n" ); document.write( "\n" ); document.write( ".10x = 1750 + .015X\r \n" ); document.write( "\n" ); document.write( ".08X = 1750 \r \n" ); document.write( "\n" ); document.write( "X = 1750/.08 = around $20588 \n" ); document.write( "If he sells $20588 every month he can choose any of the plan and still make the same amount of commission. However if he sells more than $20588, he is better to get the 10% commission instead of only 1.5%.\r \n" ); document.write( "\n" ); document.write( "Therefore as long as the sales are less than $20588, he is better off with $1750 plus 1.5% but if the sales are greater than $20588, he should go with 10% \n" ); document.write( " |