document.write( "Question 566088: An airplane flying at a constant speed can fly 800 mile with the wind in the same amount of time it can fly 600 mile against the wind. What is the speed of the plane in still air if the wind blows at 50 mph? \n" ); document.write( "
Algebra.Com's Answer #366112 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! An airplane flying at a constant speed can fly 800 mile with the wind in the same amount of time it can fly 600 mile against the wind. What is the speed of the plane in still air if the wind blows at 50 mph? \n" ); document.write( "------------ \n" ); document.write( "a = plane's airspeed \n" ); document.write( "t = d/r \n" ); document.write( "t = 800/(a+50) = 600/(a-50) \n" ); document.write( "---- \n" ); document.write( "800a - 40000 = 600a + 30000 \n" ); document.write( "200a = 70000 \n" ); document.write( "a = 350 mi/hr \n" ); document.write( " |