A truck travels from X to Y.
Going uphill, it goes at 56 mph.
Going downhill, it goes at 72 mph.
On level ground, it goes at 63 mph.
If it takes 4 hours to travel from X to Y, and 5 hours to come back, what is the distance between X and Y? (the answer should be in miles)
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
As we travel from X to Y, we have a miles of uphill travel, b miles of flat ground, and c miles of downhill travel. Thus, the distance from X to Y can be expressed as a + b + c .
With the information in the problem, we can derive two equations. ( 1 ) 5 6 a + 6 3 b + 7 2 c = 4 ( 2 ) 7 2 a + 6 3 b + 5 6 c = 5 Multiplying by the lowest common multiple of 5 6 , 6 3 , and 7 2 , i.e. 5 0 4 , we derive two further equations. ( 3 ) 9 a + 8 b + 7 c = 2 0 1 6 ( 4 ) 7 a + 8 b + 9 c = 2 5 2 0 Now, originally, I had a marvelously complicated method of calculating the solution, but I scrapped all of that when I remembered one simple thing: we were looking for a + b + c . So, I just added equations ( 3 ) and ( 4 ) together to get 1 6 a + 1 6 b + 1 6 c = 4 5 3 6 and divided by 16. a + b + c = 2 8 3 . 5