Patterns & Reasoning

Problem

Blinking lights coincide at the LCM

A white light repeats a cycle of 9 seconds ON then 6 seconds OFF, while a yellow light repeats a cycle of 7 seconds ON then 3 seconds OFF. Both start ON at the same instant. During the first 60 seconds, I need to add up all the time when BOTH lights are ON together.
Number system
Your answer
How to solve
Strategy Look for a Pattern — Each light blinks on a fixed repeating beat: white repeats every 9 + 6 = 15 seconds and yellow every 7 + 3 = 10 seconds. The whole picture repeats every least common multiple of 15 and 10, which is 30 seconds. So instead of tracking all 60 seconds, I solve the easier 30-second cycle once, count the overlap there, and then double it for the full minute. Listing each light's ON stretches makes the overlaps easy to see by eye.
1STEP 1

Find each light's full cycle length

Add the ON time and OFF time of each light to get how long before its pattern starts over. White: 9 + 6. Yellow: 7 + 3.

9+6=15, 7+3=10
2STEP 2

Find when the whole pattern repeats (the LCM)

Both cycles line up again only at the least common multiple of 15 and 10, which is 30 seconds.

LCM(15,10)=30
3STEP 3

List the ON stretches inside the first 30 seconds

From 0 to 30, white is on 0-9 and 15-24, while yellow is on 0-7, 10-17 and 20-27.

White ON: [0,9), [15,24) Yellow ON: [0,7), [10,17), [20,27)
4STEP 4

Find the overlaps in one 30-second cycle

Their on-stretches overlap for 7, 2 and 4 seconds, giving 13 seconds in one cycle.

7+2+4=13 s
5STEP 5

Double it for the full minute

The next 30 seconds replay the same pattern, so the minute holds 13 + 13 = 26 seconds.

13 × 2=26 s
Answer
26 seconds
26 seconds out of 60 is a bit under half the minute, which fits: the white light is ON 9 of every 15 seconds (60%) and the yellow ON 7 of every 10 (70%), so both being ON together should be less than the smaller share — clearly under 60 seconds and a sensible chunk of the minute. Checking each second from 0 to 59 by hand also gives exactly 26 ON-together seconds, matching the cycle method.
Takeaway

When two things blink on their own beats, the whole pattern repeats at the least common multiple of their cycles — solve one cycle, then just repeat it.

  • Find each light's full cycle length
  • Find when the whole pattern repeats (the LCM)
  • List the ON stretches inside the first 30 seconds
  • Find the overlaps in one 30-second cycle
  • Double it for the full minute
Where next?
Another one like thissuggested

▶ Practice — 12 problems