document.write( "Question 403086: Kenisha sells athletic shoes part time at a department store. She can earn either 500 per month plus a 4% commission on her total sales,or $400 per month plus 5% commission on total sales
\n" );
document.write( "19. Write a system of equation to represent the situation?
\n" );
document.write( "20. What is the total price of the athletic to represent the situation?
\n" );
document.write( "21. Which is the better offer?\r
\n" );
document.write( "\n" );
document.write( "Can u explain how to do this problem ? \n" );
document.write( "
Algebra.Com's Answer #285119 by rvquartz(19)![]() ![]() You can put this solution on YOUR website! plan 'A' total compensation = x \n" ); document.write( "plan 'B' total compensation = y\r \n" ); document.write( "\n" ); document.write( "let z = total sales\r \n" ); document.write( "\n" ); document.write( "x = 500 + 0.04z \n" ); document.write( "y = 400 + 0.05z\r \n" ); document.write( "\n" ); document.write( "the better offer DEPENDS on the total sales that Kenisha makes\r \n" ); document.write( "\n" ); document.write( "the point at which the two plans are the same is found by making the x and y equal:\r \n" ); document.write( "\n" ); document.write( "500 + 0.04z = 400 + 0.05z\r \n" ); document.write( "\n" ); document.write( "100 = 0.01z\r \n" ); document.write( "\n" ); document.write( "z = 10,000\r \n" ); document.write( "\n" ); document.write( "so \r \n" ); document.write( "\n" ); document.write( "if Kenisha sells EXACTLY $10,000 per month both plans give her the same compensation so no plan is \"better\"\r \n" ); document.write( "\n" ); document.write( "if Kenisha sells LESS than $10,000 per month, then plan 'A' is \"better\" for her in terms of compensation. That is because the $100 that she gains on the base salary from plan 'A' is bigger than the 1% sales commission she loses on total sales (which is less than $10,000)\r \n" ); document.write( "\n" ); document.write( "if Kenisha sells MORE than $10,000 per month, then plan 'B' is \"better\" for her in terms of compensation. That is because the extra 1% sales commission she makes on total sales (which is more than $10,000) is more than the $100 loss she takes on the base salary amount \n" ); document.write( " \n" ); document.write( " |