document.write( "Question 924063: A car travels 25km an hour faster than a bus for a journey of 500km. if the bus takes 10 hours more than the car, the speed of the car and the bus is
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #560611 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = speed of car \n" ); document.write( "y = speed of bus \n" ); document.write( "--- \n" ); document.write( "x = y + 25 \n" ); document.write( "--- \n" ); document.write( "s = d/t \n" ); document.write( "t = d/s \n" ); document.write( "--- \n" ); document.write( "time of car: \n" ); document.write( "a = 500/x \n" ); document.write( "--- \n" ); document.write( "time of bus: \n" ); document.write( "b = 500/x + 10 \n" ); document.write( "--- \n" ); document.write( "speed of the car: \n" ); document.write( "s = d/t \n" ); document.write( "x = y + 25 \n" ); document.write( "d/a = d/b + 25 \n" ); document.write( "500/a = 500/b + 25 \n" ); document.write( "500/(500/x) = 500/(500/x + 10) + 25 \n" ); document.write( "x = 500/(500/x + 10) + 25 \n" ); document.write( "x - 25 = 500/(500/x + 10) \n" ); document.write( "(x - 25)(500/x + 10) = 500 \n" ); document.write( "500 + 10x - 12500/x - 250 = 500 \n" ); document.write( "10x - 12500/x = 250 \n" ); document.write( "10xx - 12500 = 250x \n" ); document.write( "10xx - 250x - 12500 = 0 \n" ); document.write( "--- \n" ); document.write( "the above quadratic equation is in standard form, with a=10, b=-250, and c=-12500 \n" ); document.write( "--- \n" ); document.write( "to solve the quadratic equation, by using the quadratic formula, copy and paste this: \n" ); document.write( "10 -250 -12500 \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 = 50 \n" ); document.write( "x = -25 \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( "x = speed of car = 50 kph \n" ); document.write( "y = speed of bus = 25 kph \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\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |