document.write( "Question 705654: A jet plane, flying 125 mph faster than a propeller plane, travels 5850 miles in 5 hours less time than the propeller plane takes to fly the same distance. How fast does each plane fly? \n" ); document.write( "
Algebra.Com's Answer #434694 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A jet plane, flying 125 mph faster than a propeller plane, travels 5850 miles in 5 hours less time than the propeller plane takes to fly the same distance. How fast does each plane fly? \n" ); document.write( "** \n" ); document.write( "let x=speed of propeller plane \n" ); document.write( "x+125=speed of jet plane \n" ); document.write( "travel time=distance/speed \n" ); document.write( ".. \n" ); document.write( "5850/x-5850/(x+125)=5 \n" ); document.write( "LCD:x(x+125) \n" ); document.write( "5850(x+125)-5850x=5x(x+125) \n" ); document.write( "5850x+731250-5850x=5x^2+625x \n" ); document.write( "5x^2+625x-731250=0 \n" ); document.write( "x^2+125x-146250=0 \n" ); document.write( "(x-325)(x+450)=0 \n" ); document.write( "x=-450 (reject, x>0) \n" ); document.write( "x=325 \n" ); document.write( "x+125=450 \n" ); document.write( "speed of propeller plane=325 mph \n" ); document.write( "speed of jet plane=450 mph \n" ); document.write( " |