SOLUTION: A car traveled 1280 miles at a certain speed. If the speed had been 16 mph faster, the trip could have been made in 4 hours less time. what was the speed?
Algebra ->
Customizable Word Problem Solvers
-> Travel
-> SOLUTION: A car traveled 1280 miles at a certain speed. If the speed had been 16 mph faster, the trip could have been made in 4 hours less time. what was the speed?
Log On
Question 734020: A car traveled 1280 miles at a certain speed. If the speed had been 16 mph faster, the trip could have been made in 4 hours less time. what was the speed? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! A car traveled 1280 miles at a certain speed. If the speed had been 16 mph faster, the trip could have been made in 4 hours less time. what was the speed?
-----------------------
Slower trip DATA:
distance = 1280 miles ; speed = x mph ; time = d/r = 1280/x hrs
--------------------
Faster trip DATA:
distance = 1280 miles ; speed = x+16 mph ; time = d/r = 1280/(x+16) hrs
-------
Equation:
time - time = 4 hrs
1280/x - 1280/(x+16) = 4 hrs
------
1280*16 = 4x(x+16)
---
1280*4 = x^2+16x
-----
x^2 + 16x - 5120 = 0
Factor:
(x-64)(x+80) = 0
---
Positive solution:
x = 64 mph
----------------------
Cheers,
Stan H.
=====================