document.write( "Question 422436: a plane can fly 700 miles in the same time a car to drive 250 miles. how fast are the car and plane moving if the plane flies 90 miles per hour faster than the car \n" ); document.write( "
Algebra.Com's Answer #295023 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! a plane can fly 700 miles in the same time a car to drive 250 miles. how fast are the car and plane moving if the plane flies 90 miles per hour faster than the car\r \n" ); document.write( "\n" ); document.write( "..\r \n" ); document.write( "\n" ); document.write( "let x = speed of car \n" ); document.write( "then, x+90 = speed of plane \n" ); document.write( "travel time = distance/speed \n" ); document.write( "travel time of car = 250/x \n" ); document.write( "travel time of plane = 700/x+90 \n" ); document.write( "travel time of car=travel time of plane \n" ); document.write( "250/x=700/90+x \n" ); document.write( "700x=250x+22500 \n" ); document.write( "450x=22500 \n" ); document.write( "x=50 mph (speed of car) \n" ); document.write( "x+90=140 mph (speed of plane) \n" ); document.write( " |