Question 149799
Let x = speed of vehicle
.
Time to travel 200 miles is
200/x
.
Time to travel 200 miles, if he went 10 mph faster:
200/(x+10)
.
From:"Had he gone 10 mph faster, the trip would have taken one hour less." we get:
200/x - 1 = 200/(x+10)
multiplying both sides by (x+10):
(x+10)(200/x - 1) = 200
multiplying both sides by x:
(x+10)(200 - x) = 200x
200x + 2000 -x^2 - 10x = 200x
2000 -x^2 - 10x = 0
x^2 + 10x - 2000 = 0
factoring:
(x-40)(x+50) = 0
x = {-50, 40}
since a negative doesn't make sense, the only solution is the positive one.
x = 40 mph
.