
Norbert W. answered 10/17/16
Tutor
4.4
(5)
Math and Computer Language Tutor
Let v be the speed of the ship going to Guam. The return speed is (v + 4) coming back.
Let d be the distance to Guam.
Going to Guam, d = v * 7 and returning d = (v + 4) * 5
Since the distance would be same, 7v = 5(v + 4) = 5v + 20
Solving this, 2v = 20 => v = 10 km/h, which is the ship's average outbound speed.