document.write( "Question 795257: An airplane makes a trip in 4.3 hours flying with a headwind. The plane makes the trip back in 3.9 hours with a tailwind. If the windspeed is 10 miles per hour find the speed of the airplane. \n" ); document.write( "
Algebra.Com's Answer #480913 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Airplane speed = x \n" ); document.write( "Airplane flying with headwind = x - 10 \n" ); document.write( "Airplane flying with tailwind = x + 10 \n" ); document.write( "4.3 * (x - 10) = 3.9 * (x + 10) \n" ); document.write( "4.3x - 43 = 3.9x + 39 \n" ); document.write( "Collect like terms: \n" ); document.write( "4.3x - 3.9x = 39 + 43 \n" ); document.write( "0.4x = 82 \n" ); document.write( "x = 205 mph \n" ); document.write( "This is the airplane's speed. \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |