document.write( "Question 795256: An airplane makes a trip in 3.2 hours flying against the wind. The same plane makes the same trip in 3 hours flying withe the wind. If the wind is moving at 7 miles per hour, find the speed of the plane. \n" ); document.write( "
Algebra.Com's Answer #480878 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Speed of plane = x \n" ); document.write( "Flying against wind = x - 7mph \n" ); document.write( "Flying with wind = x + 7mph \n" ); document.write( "3.2 * (x - 7mph) = 3 * (x + 7mph) \n" ); document.write( "3.2x - 22.4 = 3x + 21 \n" ); document.write( "Collect like terms \n" ); document.write( "3.2x - 3x = 21 + 22.4 \n" ); document.write( "0.2x = 43.4 \n" ); document.write( "x = 217 mph \n" ); document.write( "This is the speed of the plane. \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |