document.write( "Question 664870: One plane can travel 50 miles per hour faster than another. One of them goes 240 miles in same time it takes the other to go 165 miles. What are their speeds? \n" ); document.write( "
Algebra.Com's Answer #413500 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Plane I x mph \n" ); document.write( "Plane II 50 faster x + 50 mph \n" ); document.write( " \n" ); document.write( "Plane I 165 miles \n" ); document.write( "Plane II 240 miles \n" ); document.write( "Plane I time = Plane II time \n" ); document.write( "t=d/r \n" ); document.write( "165 / x = 240 /( x + 50 ) \n" ); document.write( "cross multiply \n" ); document.write( "165 ( x + 50 ) = 240 x \n" ); document.write( "165 x + 8250 = 240 x \n" ); document.write( "165 x - 240 x = -8250 \n" ); document.write( "-75 x = -8250 \n" ); document.write( "/ -75 \n" ); document.write( "x = 110 mph \r \n" ); document.write( "\n" ); document.write( "Plane I 110 mph \n" ); document.write( "Plane II 50 faster 110 + 50 =160 mph \n" ); document.write( " \n" ); document.write( " |