SOLUTION: A plane traveled a distance of 800 miles and returned the same distance. If the rate returning is 40 miles per hour faster than the rate going, and if the total flight took 8 hours
Algebra ->
Quadratic Equations and Parabolas
-> SOLUTION: A plane traveled a distance of 800 miles and returned the same distance. If the rate returning is 40 miles per hour faster than the rate going, and if the total flight took 8 hours
Log On
Question 380432: A plane traveled a distance of 800 miles and returned the same distance. If the rate returning is 40 miles per hour faster than the rate going, and if the total flight took 8 hours, how fast did the plane travel on the return trip? Found 2 solutions by stanbon, mananth:Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! A plane traveled a distance of 800 miles and returned the same distance. If the rate returning is 40 miles per hour faster than the rate going, and if the total flight took 8 hours, how fast did the plane travel on the return trip?
--------
Going DATA:
distance = 800 miles ; rate = x mph ; time = 800/x hrs
----
Return DATA:
distance = 800 miles ; rate = (x+40) mph ; time = 800/(x+40) hrs
---------------------
Equation:
time + time = 8 hrs.
800/x + 800/(x+40) = 8
800(x+40) + 800x = 8x(x+40)
1600x + 32000 = 8x^2+320x
8x^2- 1280x -32000 = 0
x^2 - 160x - 4000 = 0
Positive solution:
x = 181.98 mph
x+40 = 221.98 mph (return leg speed)
======================
Cheers,
Stan H.