document.write( "Question 153934This question is from textbook
\n" );
document.write( ": a machine company has an incentive plan for its salesperson.For each machine that a salesperson sell,the commission is $40.The commission for every machine sold will increase by $0.04 for each machine sold over 600.For example the commission on each 602 machine sold is $40.08. How many machines must salesperson sell in order to earn $30,800 ?\r
\n" );
document.write( "\n" );
document.write( " I already work this problem but i want to see how a professional would approach the this question. Thank you\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #113310 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a machine company has an incentive plan for its salesperson.For each machine that a salesperson sell,the commission is $40.The commission for every machine sold will increase by $0.04 for each machine sold over 600.For example the commission on each 602 machine sold is $40.08. How many machines must salesperson sell in order to earn $30,800 ? \n" ); document.write( "------------- \n" ); document.write( "EQUATION: \n" ); document.write( "Commission = 40x + 0.04(x-600) where x is number of machines sold and \n" ); document.write( "the domain is x >= 600 \n" ); document.write( "----------------------------- \n" ); document.write( "Find \"x\" if Commision is 30,800 \n" ); document.write( "30800 = 40x + 0.04(x-600) \n" ); document.write( "40x + 0.04x - 24 = 30800 \n" ); document.write( "40.04x = 30824 \n" ); document.write( "x = 768.83 \n" ); document.write( "Rounding up the salesperson must sell 769 machines. \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |