document.write( "Question 1031838: An airplane flies 250 km against the wind and 680 km with the wind in a total time of 4 hour. The speed of the airplane is 300 km/h. What is the speed of the wind? \n" ); document.write( "
Algebra.Com's Answer #646548 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! An airplane flies 250 km against the wind and 680 km with the wind in a total time of 4 hour. The speed of the airplane is 300 km/h. What is the speed of the wind? \n" ); document.write( "-------------- \n" ); document.write( "a = plane's airspeed = 300 \n" ); document.write( "w = windspeed \n" ); document.write( "---- \n" ); document.write( "250/(300-w) + 680/(300+w) = 4 \n" ); document.write( "250*(300+w) + 680*(300-w) = 4*(300+w)*(300-w) = 360000 - 4w^2 \n" ); document.write( "75000 + 204000 - 430w = 360000 - 4w^2 \n" ); document.write( "4w^2 - 430w - 81000 = 0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "===================== \n" ); document.write( "w =~ 206 km/hr \n" ); document.write( "====================== \n" ); document.write( "No fun flying upwind like that. \n" ); document.write( "Downwind is great. \n" ); document.write( " |