document.write( "Question 432281: An airplane can fly 660 miles with the wind in the same amount of time it takes to fly 540 miles against the same wind. If the air speed of the plane in still air is 150 miles per hour, what is the speed of the wind? \n" ); document.write( "
Algebra.Com's Answer #299790 by mananth(16946)![]() ![]() You can put this solution on YOUR website! plane speed = 150 kmph \n" ); document.write( "wind speed = x kmph \n" ); document.write( "speed against wind= 150-x \n" ); document.write( "speed with wind 150+x \n" ); document.write( "Distance against wind 540 km \n" ); document.write( "Distance with tail wind 660 km \n" ); document.write( "t=d/r time upstream = time downstream \n" ); document.write( "540/(150-x)=660/(150+x) \n" ); document.write( "540(150+x)=660(150-x) \n" ); document.write( "81000+540x=99000-660 x \n" ); document.write( "660x+540x=18000 \n" ); document.write( "1200x=18000 \n" ); document.write( "/1200 \n" ); document.write( "x=15mph wind speed \n" ); document.write( " |