Hidden Pair
Strategy:
Hidden SubsetsRequires:
Hidden SingleLearn after:
Hidden TripleOverview
A Hidden Pair occurs when two candidates appear in exactly two cells within a house, even though those cells may contain other candidates. Since those two digits must go in those two cells, all other candidates can be eliminated from them.
How It Works
- Within a house, find two digits that appear as candidates in exactly the same two cells.
- These two cells are the only places for those two digits within the house.
- Eliminate all other candidates from those two cells, leaving only the pair.
Example
Look for Hidden Pair.
Hidden Pair
Check digits 3 and 5 in row 1.
Hidden Pair
r1c4 is already filled with 2.
Hidden Pair
r1c8 is already filled with 7.
Hidden Pair
r1c9 is already filled with 4.
Hidden Pair
Digit 3 cannot go in r1c2 because r4c2 is already in this column. Remove the entry or choose a different digit.
Hidden Pair
Digit 3 cannot go in r1c5 because r5c5 is in this column and r3c4 is in this box. Remove the entry or choose a different digit.
Hidden Pair
Digit 3 cannot go in r1c6 because r7c6 is in this column and r3c4 is in this box. Remove the entry or choose a different digit.
Hidden Pair
Digit 3 cannot go in r1c7 because r2c8 is already in this box. Remove the entry or choose a different digit.
Hidden Pair
Digit 5 cannot go in r1c2 because r8c2 is already in this column. Remove the entry or choose a different digit.
Hidden Pair
Digit 5 cannot go in r1c5 because r2c5 is already in this column. Remove the entry or choose a different digit.
Hidden Pair
Digit 5 cannot go in r1c6 because r2c5 is already in this box. Remove the entry or choose a different digit.
Hidden Pair
Digit 5 cannot go in r1c7 because r3c7 is already in this column. Remove the entry or choose a different digit.
Hidden Pair
These two digits appear only in columns 1 and 3, so row 1 has reserved those cells for them.
Hidden Pair
That means those two cells must end up as 3 and 5 in some order.
Hidden Pair
Any other candidates still written in those two cells are extra and must be removed.
Hidden Pair
Remove every candidate except 3 and 5 from those two cells.
Result after applying the technique.
Tips & Patterns
- Look for digits that appear rarely (2-3 times) within a house.
- After finding a Hidden Pair, check if it creates Naked Singles.
- Hidden Pairs are often easier to spot in blocks than in rows/columns.