document.write( "Question 926561: A car travels for 100 miles at a uniform speed. If the speed is increased by 5 miles per hour, the trip would take one hour less time. What is the cars original speed? \n" ); document.write( "
Algebra.Com's Answer #562327 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = original speed \n" ); document.write( "t = trip time at speed x \n" ); document.write( "--- \n" ); document.write( "s = d/t \n" ); document.write( "t = d/s \n" ); document.write( "--- \n" ); document.write( "x = 100/t \n" ); document.write( "t = 100/x \n" ); document.write( "--- \n" ); document.write( "x + 5 = 100/(t - 1) \n" ); document.write( "(x + 5)(t - 1) = 100 \n" ); document.write( "(x + 5)(100/x - 1) = 100 \n" ); document.write( "--- \n" ); document.write( "(x + 5)(100/x - 1) = 100 \n" ); document.write( "100 - x + 500/x - 5 = 100 \n" ); document.write( "-x + 500/x - 5 = 0 \n" ); document.write( "(-x + 500/x - 5 = 0)x \n" ); document.write( "-xx + 500 - 5x = 0 \n" ); document.write( "-xx - 5x + 500 = 0 \n" ); document.write( "--- \n" ); document.write( "the above quadratic equation is in standard form, with a=-1, b=-5 and c=500 \n" ); document.write( "--- \n" ); document.write( "to solve the quadratic equation, by using the quadratic formula, copy and paste this: \n" ); document.write( "-1 -5 500 \n" ); document.write( "into this solver: https://sooeet.com/math/quadratic-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "the quadratic has two real roots at: \n" ); document.write( "--- \n" ); document.write( "x = -25 \n" ); document.write( "x = 20 \n" ); document.write( "--- \n" ); document.write( "the negative root doesn't fit the problem statement, so use the positive root: \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "x = 20 mph \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( " |