document.write( "Question 415704: At full speed, an airplane can travel 4500 miles with the wind in 6 hours, but it requires 10 hours to travel the same distance against the wind. What is the wind speed in miles per hour? \n" ); document.write( "
Algebra.Com's Answer #291364 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let s=speed of plane, w=speed of wind \n" ); document.write( "Then (1) s + w = 4500 mi/6 hr = 750 mph (with the wind) \n" ); document.write( "And (2) s - w = 4500mi/10 hr = 450 mph (against the wind) \n" ); document.write( "Subtracting (2) from (1) gives 2s = 300 mph or s = 150 mph \n" ); document.write( "So wind speed = 150 miles per hour \n" ); document.write( " |