document.write( "Question 824282: A book store can purchase several calculators for a total cost of $120. If each calculator cost $1 less, the bookstore could purchase 10 additional calculators at the same total cost. How many calculators can be purchased at the regular price? \n" ); document.write( "
Algebra.Com's Answer #496239 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! --- \n" ); document.write( "x = number of calculators \n" ); document.write( "y = price \n" ); document.write( "--- \n" ); document.write( "xy = 120 \n" ); document.write( "(x + 10)(y - 1) = 120 \n" ); document.write( "--- \n" ); document.write( "y = 120/x \n" ); document.write( "xy - x + 10y - 10 = 120 \n" ); document.write( "x120/x - x + 10*120/x - 10 = 120 \n" ); document.write( "-x + 1200/x - 10 = 0 \n" ); document.write( "-xx + 1200 - 10x = 0 \n" ); document.write( "-xx - 10x + 1200 = 0 \n" ); document.write( "--- \n" ); document.write( "the above quadratic equation is in standard form, with a=-1, b=-10, and c=1200 \n" ); document.write( "--- \n" ); document.write( "to solve the quadratic equation, by using the quadratic formula, copy and paste this: \n" ); document.write( "-1 -10 1200 \n" ); document.write( "into this solver: https://sooeet.com/math/quadratic-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "this quadratic has two real roots (the x-intercepts), which are: \n" ); document.write( "x = -40 \n" ); document.write( "x = 30 \n" ); document.write( "--- \n" ); document.write( "a negative number of calculators doesn't make sense for this problem, so use the positive root: \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "x = number of calculators = 30 \n" ); document.write( "y = price = $4 \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, 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( " |