.
Jim drove a total of 200 miles on a trip to visit his parents. The return route was 8 miles longer than the route he took
on the way to his parents house. How many miles did Jim drive on the way to his parent’s house?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you are familiar with systems of linear equations, it might be useful/interesting to you to know another approach.
Let "x" be the length of the way "to there" (in miles) and "y" be the length of the way back. Then
y + x = 200,
y - x = 8.
Add the two equations (both sides). You will get
2y = 200+8 ---> 2y = 208 ---> y = = 104.
Then x = y - 8 = 104-8 = 96.
Answer. 96 miles "to there" and 104 miles back.