document.write( "Question 498713: An executive flew in a corporate jet to a meeting in a city 1500 kilometers away. After traveling the same amount of time on the return flight, the pilot mentioned that they still had 300 kilometers to go. The air speed of the plane was 600 kilometers per hour. How fast was the wind blowing? (Assume the wind direction was parallel to the flight path and constant all day.)\r
\n" );
document.write( "\n" );
document.write( "How do i solve? \n" );
document.write( "
Algebra.Com's Answer #337295 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! An executive flew in a corporate jet to a meeting in a city 1500 kilometers away. \n" ); document.write( " After traveling the same amount of time on the return flight, the pilot mentioned that they still had 300 kilometers to go. \n" ); document.write( " The air speed of the plane was 600 kilometers per hour. \n" ); document.write( " How fast was the wind blowing? (Assume the wind direction was parallel to the flight path and constant all day.) \n" ); document.write( ": \n" ); document.write( "from the information given, we know the plane flew 1200 mi against the wind and 1500 mi with the wind in the same time interval. \n" ); document.write( ": \n" ); document.write( "Let w = speed of the window \n" ); document.write( "then \n" ); document.write( "(600+w) = effective speed to the city (tail wind) \n" ); document.write( "and \n" ); document.write( "(600-w) = effective return speed (against the wind) \n" ); document.write( ": \n" ); document.write( "Write a time equation; time = dist/speed \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "cross multiply \n" ); document.write( "1200(600+w) = 1500(600-w) \n" ); document.write( ": \n" ); document.write( "simplify, divide by 100 \n" ); document.write( "12(600+w) = 15(600-w) \n" ); document.write( ": \n" ); document.write( "7200 + 12w = 9000 - 15w \n" ); document.write( "12w + 15w = 9000 - 7200 \n" ); document.write( "27w = 1800 \n" ); document.write( "w = \n" ); document.write( "w = 66 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this using 66.67 as the wind speed \n" ); document.write( "1500/666.67 ~ 2.25 hrs \n" ); document.write( "1200/533.33 ~ 2.25 hrs; confirms our solution \n" ); document.write( " \n" ); document.write( " |