document.write( "Question 177011: Please help.
\n" );
document.write( "A 6 passenger plane cruises at 180mph 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 #132132 by scott8148(6628) You can put this solution on YOUR website! if d=rt, then t=d/r __ the TIMES are the same\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let w=wind\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "7/(180+w) = 5/(180-w)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"cross\" multiplying __ 7*180 - 7w = 5*180 + 5w\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "adding 7w and subtracting 5*180 __ 2*180 = 12w\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "dividing by 12 __ 30 = w \n" ); document.write( " |