GridWits

Adjacent Pair

Medium Used by Smart Hint

Two equal numbers side by side: exactly one of them stays, so any other copy of that number in the row or column is rejected.

7 7 3 7 2 5 8 1 9 4 6 3 5 8 1 6

How it works

  1. Two 7s sit side by side. Both staying breaks the duplicate rule; both rejected would touch — so exactly one of the two stays.
  2. Whichever one it is, the row keeps a 7 — so every OTHER 7 in that row duplicates it.
  3. Reject the 7 at the end of the row.