document.write( "Question 1033091: A Boeing 747 flies 2420 miles with the wind. In the same amount of time it can travel 2140 miles against the wind. The cruising speed is 507mph. What is the speed of the wind? \n" ); document.write( "
Algebra.Com's Answer #647682 by ikleyn(52802)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "A Boeing 747 flies 2420 miles with the wind. In the same amount of time it can travel 2140 miles against the wind.
\n" ); document.write( "The cruising speed is 507mph. What is the speed of the wind?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let w be the speed of the wind, in mph.\r\n" );
document.write( "Then the plane flies at the speed (507+w) mph with the wind, and\r\n" );
document.write( "                     at the speed (570-w) against the wind.\r\n" );
document.write( "\r\n" );
document.write( "The plane spend \"t%5B1%5D\" = \"2420%2F%28507%2Bw%29\" hours flying with the wind, and \r\n" );
document.write( "                \"t%5B2%5D\" = \"2140%2F%28507-w%29\" hours flying against the wind.\r\n" );
document.write( "\r\n" );
document.write( "According to the condition, \"t%5B1%5D\" = \"t%5B2%5D\", which gives an equation\r\n" );
document.write( "\r\n" );
document.write( "\"2420%2F%28507%2Bw%29\" = \"2140%2F%28507-w%29\".\r\n" );
document.write( "\r\n" );
document.write( "Now solve it for w. First multiply both sides by the common denominator (507-w)*(507+w) and then simplify. You will get\r\n" );
document.write( "\r\n" );
document.write( "2420*(507-w) = 2140*(507+w),\r\n" );
document.write( "\r\n" );
document.write( "2420*507 - 2420w = 2140*507 + 2140w,\r\n" );
document.write( "\r\n" );
document.write( "2420*507 - 2140*507 = 2140w + 2420w,\r\n" );
document.write( "\r\n" );
document.write( "(2420-2140)*507 = 4560w,\r\n" );
document.write( "\r\n" );
document.write( "w = \"%282420-2140%29%2A507%2F4560\" = 31.13.\r\n" );
document.write( "\r\n" );
document.write( "Answer. The speed of the wind is 31.13 mph.\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );