document.write( "Question 678995: A jet can fly 550mph in calm air. Traveling with the wind, the jet can fly 2400 miles in the same amount of time it takes to fly 2000 miles against the wind. Find the rate of the wind.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #421750 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let rate of wind be x m/h\r \n" ); document.write( "\n" ); document.write( "speed against wind 550-x m/h----------- 2000 miles \n" ); document.write( "speed with wind = 550+x m/h------------2400 miles\r \n" ); document.write( "\n" ); document.write( "time = d/r\r \n" ); document.write( "\n" ); document.write( "time against = time with\r \n" ); document.write( "\n" ); document.write( "2000/(550-x)= 2400/(550+x) \n" ); document.write( "2000(550+x)=2400(550-x) \n" ); document.write( "1100000+2000x=1320000-2400x\r \n" ); document.write( "\n" ); document.write( "2400x+2000x=1320000-1100000\r \n" ); document.write( "\n" ); document.write( "4400x=220000 \n" ); document.write( "x= 50 m/h \n" ); document.write( " |