document.write( "Question 209818: A six-passenger plane cruises at 180 mph in calm air. If the plane flies 7 miles with the wind in the same amount of time as it flies 5 miles against the wind, then what is the speed of the wind? \r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #158602 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Using \"d+=+rt\" where d = distance, r = rate(speed), and t = time of travel, we can express the two legs (out and return) of the airplane.
\n" ); document.write( "For the outbound leg, the speed of the airplane can be expressed as:
\n" ); document.write( "\"r%5B1%5D+=+180%2Bw\" The speed is faster because the wind speed is added to that of the air plane when flying with the wind.
\n" ); document.write( "For the return leg, the speed of the airplane can be expressed as:
\n" ); document.write( "\"r%5B2%5D+=+180-w\" The speed is slower because the wind speed is subtracted from that of the airplane when flying against the wind.
\n" ); document.write( "Now the distance traveled is given as:
\n" ); document.write( "\"d%5B1%5D+=+7\" and
\n" ); document.write( "\"d%5B2%5D+=+5\" and the time of travel, t, is the same for both legs.
\n" ); document.write( "So, we have enough data to set up our two equations.
\n" ); document.write( "\"d%5B1%5D+=+r%5B1%5D%2At\" and...
\n" ); document.write( "\"d%5B2%5D+=+r%5B2%5D%2At\"
\n" ); document.write( "Making the appropriate substitutions, we get:
\n" ); document.write( "\"7+=+%28180%2Bw%29%2At\" and...
\n" ); document.write( "\"5+=+%28180-w%29%2At\"
\n" ); document.write( "Solving both of the equations for t, we get:
\n" ); document.write( "\"t+=+7%2F%28180%2Bw%29\" and...
\n" ); document.write( "\"t+=+5%2F%28180-w%29\"
\n" ); document.write( "Now since t = t we can set these two equations equal to each other to get...
\n" ); document.write( "\"7%2F%28180%2Bw%29+=+5%2F%28180-w%29\" Now we can solve for w, the wind speed.
\n" ); document.write( "Cross-multiply.
\n" ); document.write( "\"7%28180-w%29+=+5%28180%2Bw%29\" Simplify.
\n" ); document.write( "\"1260-7w+=+900%2B5w\" Add 7w to both sides.
\n" ); document.write( "\"1260+=+900%2B12w\" Subtract 900 from both sides.
\n" ); document.write( "\"360+=+12w\" Finally, divide both sides by 12.
\n" ); document.write( "\"30+=+w\" or \"w+=+30\"
\n" ); document.write( "The wind speed is 30mph.
\n" ); document.write( "
\n" );