document.write( "Question 151256This question is from textbook
\n" );
document.write( ": can anyone help me find the answer.it is about application of linear system.the question is like this,a salesperson is offered two salary plans.the first gives a basic salary RM 1000 a month and a 5% comission on all sales,while the second plan gives basic salary of RM 1500 a month and a 4% comission.so if x is the amount of sales y and y the monthly salary,how much sales are required so that each plan yields the same total salary? \n" );
document.write( "
Algebra.Com's Answer #111160 by joLeeBee(6)![]() ![]() ![]() You can put this solution on YOUR website! 0.05x + 1000 = 0.04x + 1500 \n" ); document.write( "0.05x - 0.04x = 1500 - 1400 \n" ); document.write( "0.01x = 100 \n" ); document.write( "x = 100/0.01 \n" ); document.write( "x = 10000 \n" ); document.write( "--> RM 10000 \n" ); document.write( " |