document.write( "Question 722483: A small airplane takes the same amount of time to fly 600 miles against the jet stream as it does to fly 1000 miles with the jet stream. If the speed of the airplane in still air is 180 mph, how fast is the airstream \n" ); document.write( "
Algebra.Com's Answer #442748 by mananth(16946) You can put this solution on YOUR website! plane speed = 180 mph \n" ); document.write( "windspeed = x mph \n" ); document.write( " \n" ); document.write( "speed against wind 180 - x \n" ); document.write( "speed with wind 180 + x \n" ); document.write( " \n" ); document.write( "Distance against wind 600 miles \n" ); document.write( "Distance with wind 1000 miles \n" ); document.write( " \n" ); document.write( "t=d/r time against = time with wind - \n" ); document.write( "600 / ( 180 - x )= 1000 / ( 180 + x ) \n" ); document.write( "600 ( 180 + x )= 1000 ( 180 -x ) \n" ); document.write( "108000 + 600 x = 180000 - -1000 x \n" ); document.write( "1000 x 600 x 180000 + -108000 \n" ); document.write( "1600 x = 72000 \n" ); document.write( "/ 1600 \n" ); document.write( "x = 45 mph wind speed \n" ); document.write( " \n" ); document.write( " |