Hi Bob,
The basic equation to use in this problem is
x = vt
where x is the distance traveled, v is the speed and t is the time.
Let's denote variables for the outbound trip with a subscript 1, so that
x1 = v1t1
and let us denote the variables for the return trip with a subscript 2, so that the corresponding equation is
x2 = v2t2
But, the outbound distance and the return distance are the same, or 525 miles. So, we can call that distance d, so that
x1 = x2 = d.
So, the equations become
d = v1t1
d = v2t2
We can eliminate d by setting the equations equal to each other, since they both equal d. So,
d = v1t1 = v2t2
We know in Jennifer's return trip, she rode 8 miles/hour faster and took 2 fewer hours. So, we can now link v1 and v2 as well as t1 and t2, as
v2 = v1 + 8, remembering that speeds are in miles per hour
t2 = t1 - 2, remembering that times are in hours
So, we can make substitutions in our combined equation:
v1t1 = v2t2
or
v1t1 = (v1 + 8)(t1 - 2)
We can multiply this out to give
v1t1 = v1t1 - 2v1 + 8t1 - 16
We can cancel out the v1t1 on each side of this last equation and then get
8t1 - 2v1 = 16
We can divide through by 2 to give
4t1 - v1 = 8
This is one equation and two unknowns. But, remember we had the original equation in v1 and t1, d = v1t1.
We now have two equations and two unknowns. We can eliminate one of the variables. Let's eliminate t1. So, we do this by solving both of these equations for t1 and then combining them and thus eliminating t1.
We get
t1 = (1/4)(v1 + 8)
t1 = d/v1
So, we have
(1/4)(v1 + 8) = d/v1
or, multiplying through this equation by 4 we have
v1 + 8 = 4d/v1
We can now multiply through v1 to give a quadratic equation in v1.
(v1)2 + 8v1 - 4d = 0
But, d = 525, so we have
(v1)2 + 8v1 - 2100 = 0
This factors as
(v1 + 50)(v1 - 42) = 0
So, v1 = -50 mph, v1 = 42 mph
I imagined Jennifer originally riding to the right, where the right is positive. The negative sign would refer to her return velocity, which happens to be 8 mph larger than her outbound speed. So, her speed to her friend's house is 42 mph.