.
Let x be the rate on the way to "there", in miles per hour.
Then the rate on the way back was (x-11) mph, according to the condition.
The time to travel "to there" was hours.
The time to travel back was .
The total time is the sum of these partial times, which gives you the "time" equation
+ = 8.
To solve the equation, first divide both sides by 8; then multiply both sides by x*(x-11). You will get
30*(x-11) + 30*x = x*(x-11).
Simplify it step by step and solve
30x - 330 + 30x = x^2 - 11x
x^2 - 71x + 330 = 0
Factor left side
{x+5)*(x-66) = 0
Only positive root x= 66 is meaningful, so the answer to the problem is THIS :
The rate was 66 mph on the way to parents and 66-11 = 55 pmh on the way back.
CHECK. Time to travel to "there" was = hours.
Time to travel back was = hours.
Total time was + = = 8 hours. ! Correct !
Solved.
------------------
Using "time" equation is the STANDARD way to solve such problems.
The lesson to learn from my post is THREEFOLD:
a) Learn on how to write the "time" equation for such problems;
b) also learn on how to solve it !
c) also learn on how to PRESENT the solution.