document.write( "Question 936152: A salesman earns Php 2500 a week plus 6% commission on weekly sales exceeding Php 75000. If his salary plus commission during one week amounted to Php 5500 how much was his sale? \n" ); document.write( "
Algebra.Com's Answer #569597 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! y = 0.06(x - 75000) + 2500 \n" ); document.write( "5500 = 0.06(x - 75000) + 2500 \n" ); document.write( "5500 = 0.06x - 75000*0.06 + 2500 \n" ); document.write( "0.06x = 5500 + 75000*0.06 - 2500 \n" ); document.write( "x = (5500 + 75000*0.06 - 2500)/0.06 \n" ); document.write( "x = 125000 \n" ); document.write( "--- \n" ); document.write( "Free algebra tutoring live chat: \n" ); document.write( "https://sooeet.com/chat.php?gn=algebra \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations with quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve systems of linear equations up to 6-equations 6-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( "--- \n" ); document.write( " |