A train moving 60mph leaves the station at noon. An hour later, a train moving 80mph leaves leading the same direction on a parallel track. In how many hours does the second train catch up with the first?

2 answers

distance = rate * time ... the distances are equal

80 * t = 60 * (t + 1)

80 t = 60 t + 60 ... 20 t = 60
Thank you, <3