document.write( "Question 1010198: An airplane can fly 90 miles against the wind in the same time it takes to fly 110 miles with the wind. If the wind speed is 25 mph, what is the speed of the airplane in still air? \n" ); document.write( "
Algebra.Com's Answer #626355 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Rate times time equals distance, or rt=d and t = d/r. \n" ); document.write( "Call the rate of the plane in still air, r. Then we write \n" ); document.write( " \n" ); document.write( "Now cross-multiply and solve giving us \n" ); document.write( "90(r+25) = 110(r-25) \n" ); document.write( "90r + 2250 = 110r - 2750 \n" ); document.write( "-20r = - 5000 \n" ); document.write( "r = 250 mph \n" ); document.write( " |