document.write( "Question 1104571: A new plane cruises at a speed of 400 m.p.h. If it makes a trip in 7
\n" );
document.write( "hours with a strong wind and the return trip against the same wind in 9
\n" );
document.write( "hours, how fast was the wind? \n" );
document.write( "
Algebra.Com's Answer #719272 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! speed=400 \n" ); document.write( "wind=w \n" ); document.write( "(400+w)7=7w+2800 \n" ); document.write( "(400-w)9=-9w+3600 \n" ); document.write( "those are equal, since they are the same distance \n" ); document.write( "so 7w+2800=-9w+3600 \n" ); document.write( "16w=800 \n" ); document.write( "w=50 mph \n" ); document.write( "450 mph with the wind*7 hours is 3150 miles \n" ); document.write( "350 mph against the wind*9 hours is 3150 miles \n" ); document.write( " |