document.write( "Question 388500: a plane flies 1200 miles in 2 hours with the jet stream and returns the same distance in two and a half hours against the wind. find the wind speed. \n" ); document.write( "
Algebra.Com's Answer #274836 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The key to most of these types of problems is to determine an equality. In this case, the equality is the speed of the plane in still air.\r \n" ); document.write( "\n" ); document.write( "speed of plane downwind = 1200/2 = 600 mi/h \n" ); document.write( "speed of plane against the wind =1200/2.5=480 mi/hr\r \n" ); document.write( "\n" ); document.write( "downwind speed - wind speed = against the wind speed + wind speed \n" ); document.write( "let x = wind speed \n" ); document.write( "600-x=480+x \n" ); document.write( "2x=120 \n" ); document.write( "x=60 \n" ); document.write( "ans: wind speed is 60 mi/hr \n" ); document.write( " |