document.write( "Question 943101: A plane can fly 390 mph in still air. If it can fly 220 miles downwind in the same amount of time it can fly 170 miles upwind, find the velocity of the wind. \n" ); document.write( "
Algebra.Com's Answer #574965 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A plane can fly 390 mph in still air. If it can fly 220 miles downwind in the same amount of time it can fly 170 miles upwind, find the velocity of the wind. \n" ); document.write( "*** \n" ); document.write( "let w=speed of wind \n" ); document.write( "390+w=speed of plane downwind \n" ); document.write( "390-w=speed of plane downwind \n" ); document.write( "travel time=distance/speed(same for downwind and upwind) \n" ); document.write( ".. \n" ); document.write( " \n" ); document.write( "220(390-w)=170(390+w) \n" ); document.write( "85800-220w=66300+170w \n" ); document.write( "390w=19500 \n" ); document.write( "w=50 \n" ); document.write( "speed of wind=50 mph \n" ); document.write( " |