Question 64490: Steve traveled 200 miles at a certain speed. Had he gone 10mph faster, the trip would have taken 1 hour less. Find the speed of his vehicle. Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Steve traveled 200 miles at a certain speed. Had he gone 10mph faster, the trip would have taken 1 hour less. Find the speed of his vehicle.
-----------
Steve DATA:
distance=200 miles ; rate= x mph ; time = d/r=200/x hrs
--------
New Steve DATA:
distane = 200 miles ; rate = x+10 mph ; time=d/r = 200/(x+10)
----------
EQuATIOn:
old time = new time + 1 hr.
200/x = 200/(x+10) + 1
200(x+10) = 200x +x(x+10)
200x+2000=200x+x^2+20x
x^2+20x-2000=0
x=[-20+sqrt(400-4*-2000)]/2
x=71.65/2
x=35.83 mph (old speed)
x+10; 45.83 mph (new speed)
Cheers,
Stan H.