document.write( "Question 940246: An aircraft travels upwind with a speed of 420 mph for 7 hours. In how muchtime will it cover the same distance in absence of wind? Wind speed is 120 mph. \n" ); document.write( "
| Algebra.Com's Answer #573040 by lwsshak3(11628)      You can put this solution on YOUR website! An aircraft travels upwind with a speed of 420 mph for 7 hours. In how muchtime will it cover the same distance in absence of wind? Wind speed is 120 mph. \n" ); document.write( "*** \n" ); document.write( "let x=speed of plane with no wind \n" ); document.write( "let t=travel time of plane with no wind \n" ); document.write( "x-120=speed of plane against the wind \n" ); document.write( "travel time*speed=distance \n" ); document.write( "7*420=2940 miles \n" ); document.write( ".. \n" ); document.write( "7(x-120)=2940 \n" ); document.write( "7x-840=2940 \n" ); document.write( "7x=3780 \n" ); document.write( "x=540 mph(speed of plane in absence of wind) \n" ); document.write( ".. \n" ); document.write( "travel time=distance/speed \n" ); document.write( "t=2940/540 \n" ); document.write( "t=5.44 \n" ); document.write( "travel time of plane in absence of wind=5.44 hrs \n" ); document.write( " |