document.write( "Question 207033: A plane flies 500 miles with the wind and 350 miles against the wind in the same length of time. If the speed of the wind is 30 mph, what is the speed of the plane in still air? \n" ); document.write( "
Algebra.Com's Answer #159973 by HyperBrain(694)![]() ![]() ![]() You can put this solution on YOUR website! Let x=the speed of the plane in still air \n" ); document.write( "Then x+30=speed of the plane with the wind \n" ); document.write( "x-30=speed of the plane against the wind \n" ); document.write( "--- \n" ); document.write( "(1)x+30=500 \n" ); document.write( "(2)x-30=350 \n" ); document.write( "--- \n" ); document.write( "Adding the two equations, \n" ); document.write( "2x=850 \n" ); document.write( "x=425 mph \n" ); document.write( " |