Seth M. answered 04/07/15
Tutor
5.0
(1,891)
Expert help with Python, Java, JavaScript, C++, Philosophy, and Logic
This problem has more information than you really need to solve it. Begin by creating a formula that represents each situation. Because there are two unknowns for which to solve, you will need only two formulas.
1) t1 x 4km/h + t2 x 7km/h = 26km (original situation)
2) t1 x 4km/h + t1 x 7km/h = 29km (from the "If he had run for the same time..." sentence)
From the latter formula, you can solve for t1, right?
t1 x (4km/h + 7km/h) = 29km
t1 = 29km / 11 km/h = 29/11 h
"Plug that" back into the original situation and solve for t2.
1) 29/11 x 4km/h + t2 x 7km/h = 26km
Once you've solved that, the total time will be t1 + t2 (obviously).
HINT: The correct answer is between four and five hours.