document.write( "Question 435325: an airplane flies 500 miles with the wind and 340 miles against the wind in the same length of time. If the speed of the wind is 40, what is the speed of the airplane in still air? \n" ); document.write( "
Algebra.Com's Answer #301735 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
an airplane flies 500 miles with the wind and 340 miles against the wind in the same length of time. If the speed of the wind is 40, what is the speed of the airplane in still air
\n" ); document.write( "..
\n" ); document.write( "let x=speed of plane in still air
\n" ); document.write( "(x+40)=speed of plane with the wind
\n" ); document.write( "(x-40)=speed of plane against the wind
\n" ); document.write( "Travel time = distance/speed
\n" ); document.write( "500/(x+40)=340/(x-40)
\n" ); document.write( "500(x-40)=340(x+40)
\n" ); document.write( "500x-20000=340x+13600
\n" ); document.write( "160x=33600
\n" ); document.write( "x=210
\n" ); document.write( "ans:
\n" ); document.write( "speed of the airplane in still air=210 mph
\n" ); document.write( "
\n" );