document.write( "Question 762807: with a wind velocity of 40 kph, it takes an airplane as long to travel 1200 km with the wind as 900 km against it. how fast can the plane travel in still air? \n" ); document.write( "
Algebra.Com's Answer #464217 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! with a wind velocity of 40 kph, it takes an airplane as long to travel 1200 km with the wind as 900 km against it. how fast can the plane travel 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( ".. \n" ); document.write( " \n" ); document.write( "1200(x-40)=900(x+40) \n" ); document.write( "1200x-48000=900x+36000 \n" ); document.write( "300x=84000 \n" ); document.write( "x=280 \n" ); document.write( "speed of plane in still air=280 kph \n" ); document.write( " |