document.write( "Question 936147: The employee of adam & chase company receive a weekly salary of $250 plus a 5% commission on their first $10000 in monthly sales and 7% on any monthly sales over $10000. What is the gross monthly earning of eddy, if his monthly sales is $15,943.87? \n" ); document.write( "
Algebra.Com's Answer #569600 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = amount up to 10000 in monthly sales \n" ); document.write( "y = amount above 10000 in monthly sales \n" ); document.write( "--- \n" ); document.write( "r = 0.05x + 0.07y + 250*4 \n" ); document.write( "note that 250 is weekly base salary ... \n" ); document.write( "multiply by 4 to get monthly base salary \n" ); document.write( "--- \n" ); document.write( "sales = 15943.87 \n" ); document.write( "r = 0.05*10000 + 0.07*(15943.87 - 10000) + 250*4 \n" ); document.write( "r = 1916.07 \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( " |