Patterns & Reasoning

Problem

Events coincide at common multiples of intervals

Two trains leave a station on fixed schedules: the Boston train every 8 minutes and the Chicago train every 6 minutes. They both leave together at 8:40 a.m. I need to find the very next time both trains depart at the same moment again.
Number systemOperations
Your answer
How to solve
Strategy Look for a Pattern — Each train's departures form a repeating number pattern: the Boston train at 8, 16, 24, ... minutes and the Chicago train at 6, 12, 18, 24, ... minutes after 8:40. Listing each pattern and looking for the first number they share gives the least common multiple, which is the first time both trains leave together again.
1STEP 1

List the Boston train's departure times

Starting from 8:40, the Boston train leaves every 8 minutes. So the minutes after 8:40 when it departs are the multiples of 8.

8, 16, 24, 32, …
2STEP 2

List the Chicago train's departure times

From the same start, the Chicago train leaves every 6 minutes, so its departure minutes after 8:40 are the multiples of 6.

6, 12, 18, 24, 30, …
3STEP 3

Find the first shared number (the LCM)

The first number on both lists is the least common multiple of 8 and 6, which is 24.

LCM(8,6)=24
4STEP 4

Add 24 minutes to the start time

Adding those 24 minutes to 8:40 brings the next shared departure to 9:04.

8 : 40 + 24 min = 9 : 04
Answer
9:04 a.m.
24 minutes is divisible by both 8 (24 = 8 x 3) and by 6 (24 = 6 x 4), so both trains really do depart at the 24-minute mark. No smaller number is in both multiple lists, so 9:04 a.m. is indeed the first repeat — the magnitude (under half an hour) is sensible for trains that come every few minutes.
Takeaway

Two events that repeat on their own beats line up again at the least common multiple of their gaps.

  • List the Boston train's departure times
  • List the Chicago train's departure times
  • Find the first shared number (the LCM)
  • Add 24 minutes to the start time
Where next?
Another one like thissuggested
Same look, different logicsuggested

▶ Practice — 12 problems