document.write( "Question 253210: Another word problem!\r
\n" );
document.write( "\n" );
document.write( "A six passenger plan 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 wind speed? \n" );
document.write( "
Algebra.Com's Answer #185454 by Greenfinch(383) You can put this solution on YOUR website! In a unit of time T \n" ); document.write( "T(180 +w) = 7 and T(180 - w) = 5 \n" ); document.write( "so 7/(180 +w) = 5/(180 - w \n" ); document.write( "rearranging 5 x(180 + w) = 7 x(180 - w) \n" ); document.write( "900 + 5x = 1260 - 7w \n" ); document.write( "12w = 360 \n" ); document.write( "w = 30 \n" ); document.write( " |