document.write( "Question 701475: Hello, I need help with a question. I have tried but I couldn't get it.
\n" );
document.write( "\"A light plane flew from its home base to an airport 255 miles away. With a head wind, the trip took 1.7 hours. The return trip with a tail wind took 1.5 hours. Find the average airspeed of the plane and the average windspeed\" \n" );
document.write( "
Algebra.Com's Answer #432435 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A light plane flew from its home base to an airport 255 miles away. With a head wind, the trip took 1.7 hours. The return trip with a tail wind took 1.5 hours. Find the average airspeed of the plane and the average windspeed \n" ); document.write( "---- \n" ); document.write( "Base to an airport DATA: \n" ); document.write( "dist = 255 miles ; time = 1.7 hrs ; rate = d/t = 255/1.7 mph \n" ); document.write( "------------------ \n" ); document.write( "Airport to base DATA: \n" ); document.write( "dist = 255 miles ; time = 1.5 hrs ; rate = d/t = 255/1.5 mph \n" ); document.write( "----- \n" ); document.write( "Let p = plane speed and w = wind speed \n" ); document.write( "Equations: \n" ); document.write( "p + w = 255/1.5 mph \n" ); document.write( "p - w = 255/1.7 mph \n" ); document.write( "----- \n" ); document.write( "Add and solve for \"p\": \n" ); document.write( "2p = [255/1.5 + 255/1.7] \n" ); document.write( "--- \n" ); document.write( "p = (127.5/1.5 + 127/1.7] \n" ); document.write( "p = 160 (plane's speed in still air) \n" ); document.write( "--- \n" ); document.write( "Solve for \"w\": \n" ); document.write( "p - w = 255/1.7 \n" ); document.write( "160 - w = 255/1.7 \n" ); document.write( "w = 160-(255/1.7) \n" ); document.write( "w = 10 mph (speed of the wind) \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |