document.write( "Question 795255: An airplane makes a trip in 4 hours flying with a headwind. The plane makes the trip back in 3.5 hours with a tailwind. If the windspeed is 14 miles per hour, find the speed of the airplane. \n" ); document.write( "
Algebra.Com's Answer #480921 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Speed of airplane = x \n" ); document.write( "Flying with headwind = x - 14 \n" ); document.write( "Flying with tailwind = x + 14 \n" ); document.write( "4*(x - 14) = 3.5*(x + 14) \n" ); document.write( "4x - 56 = 3.5x + 49 \n" ); document.write( "Collect like terms: \n" ); document.write( "4x - 3.5x = 49 + 56 \n" ); document.write( "0.5x = 105 \n" ); document.write( "x = 210 mph \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |