
Bryan P. answered 05/24/16
Tutor
4.9
(470)
Math, Science & Test Prep
Danny,
The basic equation for this problem is d = vt, or distance = velocity * time. What they gave you were two different partial distances that add up to the total distance traveled, a difference between the two velocities involved, and the total time involved. There are multiple ways you could set up this problem, but I'll do the one I think will be easiest to follow.
d1 = distance of the first leg
d2 = distance of the second leg
v1 = velocity of the first leg
v2 = velocity of the second leg
t1 = time of the first leg
t2 = time of the second leg
d1 + d2 = v1t1 + v2t2
15 + 8 = v1t1 + v2t2 You can see that there are 4 different variables to solve for, which is impossible with one equation. But the additional information we have does relate v1 to v2 and t1 to t2. With that information, we can get it down to two variables. But we still need two equations to solve those. So rather than lump both legs into a single equation, we'll write each leg as a separate equation and solve the system.
Relationships given: v2 = v1 - 2 , t1 + t2 = 2.5 ∴ t2 = 2.5 - t1
First leg: 15 = v1t1 ∴ t1 = 15/v1
Second leg: 8 = v2t2 = (v1 - 2)(2.5 - t1)
You can see we have two equations using v1 and t1. So we can solve the system.
First, expand the second leg: 8 = 2.5v1 - v1t1 - 5 + 2t1
Knowing that the question has asked for his original speed, t1, we want to solve for that first to save time.
We can substitute into the second leg equation from the first leg equation in a way that leaves us with v1.
8 = 2.5v1 - 15 - 5 + 2(15/v1) Now combine like terms
0 = 2.5v1 + 30/v1 - 28 Multiply the equation by v1 to get rid of the denominator.
0 = 2.5v12 - 28v1 + 30 Use the quadratic formula to solve.
v1 = [28 ± √(282 - 4(2.5)(30))] / 2(2.5)
v1 = (28 ± 22)/5
v1 = 10 or 6/5 Now you might think, because they are both positive, that both are valid answers. But in fact, if you use v1 = 6/5, then v2 would be -4/5, and a negative velocity isn't really appropriate for this scenario. So your answer is:
v1 = 10 mph
I hope that helps.