document.write( "Question 10606: PLANE FLIES POINT A TO POINT B, 120 MILES IN 12 HOURS, FLYING INTO A HEADWIND. ON THE RETURN TRIP WITH THE SAME WIND AS A TAIL WIND, THE TRIP FROM POINT B TO POINT A TAKES ONLY 2 HOURS. HOW FAST IS THE PLANE FLYING THROUGH THE AIR? HOW FAST IS THE WIND BLOWING? \n" ); document.write( "
Algebra.Com's Answer #5626 by mathmaven53(29)\"\" \"About 
You can put this solution on YOUR website!
Let v be speed of plane through air and w the speed of the wind\r
\n" ); document.write( "\n" ); document.write( " From A to B the plane is traveling at speed v-w with the headwind\r
\n" ); document.write( "\n" ); document.write( " It takes 12 hours to go 120 miles \r
\n" ); document.write( "\n" ); document.write( " 12(v-w) =120\r
\n" ); document.write( "\n" ); document.write( " v-w = 10\r
\n" ); document.write( "\n" ); document.write( " From B to A the plane is traveling at speed v+w with the tail wind\r
\n" ); document.write( "\n" ); document.write( " It takes 2 hours to go 120 miles\r
\n" ); document.write( "\n" ); document.write( " 2(v+w) = 120\r
\n" ); document.write( "\n" ); document.write( " v + w = 60\r
\n" ); document.write( "\n" ); document.write( " Solve the system v-w = 10, v + w = 60
\n" ); document.write( "
\n" );