document.write( "Question 668525: A light private plane can fly 120 mph in still air. Flying against the wind, the plane can fly 320 miles in the same time it requires to fly 640 miles with the wind. Find the rate of the wind. \r
\n" );
document.write( "\n" );
document.write( "If w represents the rate of the wind, which expression represents the time it takes the plane to travel the 640 miles with the wind?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #415691 by lynnlo(4176)![]() ![]() ![]() You can put this solution on YOUR website! d=rt OR t=d/r \n" ); document.write( "t=320/(120-w) \n" ); document.write( "t=640/(120+w) \n" ); document.write( "320/(120-w)=640/(120+w) \n" ); document.write( "640(120-w)=320(120+w) \n" ); document.write( "76,800-640w=38,400+320 \n" ); document.write( "-640w-320w=38,400-76,800 \n" ); document.write( "-980w=-38,400 \n" ); document.write( "w=-38,400/-960 \n" ); document.write( "the wind speed is 40 mph \n" ); document.write( " |