document.write( "Question 930971: A private plane takes 8 hours less to travel 960 km than a car. If the plane travels 3 times as fast as the car, what is the speed of the plane and the car? \n" ); document.write( "
Algebra.Com's Answer #565366 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = speed of plane \n" ); document.write( "y = speed of car \n" ); document.write( "x = 3y \n" ); document.write( "t = time traveled by car \n" ); document.write( "--- \n" ); document.write( "s = d/t \n" ); document.write( "--- \n" ); document.write( "speed of plane: \n" ); document.write( "x = 960/(t - 8) \n" ); document.write( "3y = 960/(t - 8) \n" ); document.write( "y = 960/3(t - 8) \n" ); document.write( "y = 320/(t - 8) \n" ); document.write( "--- \n" ); document.write( "speed of car: \n" ); document.write( "y = 960/t \n" ); document.write( "--- \n" ); document.write( "equate speeds: \n" ); document.write( "320/(t - 8) = 960/t \n" ); document.write( "320/(t - 8) - 960/t = 0 \n" ); document.write( "320t/t(t - 8) - 960(t - 8)/t(t - 8) = 0 \n" ); document.write( "320t - 960(t - 8) = 0*t(t - 8) \n" ); document.write( "320t - 960t + 8*960 = 0 \n" ); document.write( "-640t + 7680 = 0 \n" ); document.write( "t = 7680/640 \n" ); document.write( "t = 12 \n" ); document.write( "--- \n" ); document.write( "x = 960/(t - 8) \n" ); document.write( "x = 960/(12 - 8) \n" ); document.write( "x = 240 \n" ); document.write( "y = 320/(t - 8) \n" ); document.write( "y = 320/(12 - 8) \n" ); document.write( "y = 80 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "x = speed of plane = 240 kph \n" ); document.write( "y = speed of car = 80 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( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |