GridWits

Adjacent Triple

Easy Used by Smart Hint

Three equal numbers in a row: only one may stay, and rejected cells can't touch — so the two ends are rejected and the middle is kept.

2 2 2 5 7 6 4 9 8

How it works

  1. Three 2s sit side by side in the top row. At most one of them may be kept — so at least two must be rejected.
  2. Rejected cells can never touch, and the only way to reject two of three consecutive cells without touching is the two ends.
  3. Reject both end 2s and keep the middle one.