library / Puzzle Lab / Logic Puzzles / parity-party-switchesreviewed 2026-08-14

Puzzle Lab / Logic Puzzles

The Parity Party Switches

A small parity puzzle where the trick is noticing what can never change, even when everyone is busy flipping switches.

Room context

Puzzle

Challenge first.

There are 20 switches, all off. In one move, you must choose exactly two switches and flip both. After any number of moves, can you end with exactly one switch on?

Hints
  1. Do not track the switches one by one.
  2. Track whether the number of on switches is odd or even.
  3. What does flipping two switches do to parity?
Solution

No. The number of on switches starts even: zero. Flipping two switches changes the count by -2, 0, or +2, so the parity stays even. Exactly one on switch would be odd, so it is unreachable.

Nearby

You might go next