Naked Triples & Quads
Extending Naked Pairs to Larger Groups
Naked Triples and Naked Quads extend the Naked Pairs logic to groups of 3 or 4 cells. The concept is the same: when N cells contain only N candidates between them, those candidates are claimed by those cells.
- Naked Triple: 3 cells containing at most 3 candidates between them
- Naked Quad: 4 cells containing at most 4 candidates between them
- Result: Eliminate those candidates from other cells in the unit
- Key insight: Not every cell needs all candidates!
The Concept
The Naked Sets rule is simple: N cells with N candidates = those cells claim those candidates.
| Pattern | Cells | Candidates |
|---|---|---|
| Naked Pair | 2 cells | 2 candidates |
| Naked Triple | 3 cells | 3 candidates |
| Naked Quad | 4 cells | 4 candidates |
The Golden Rule
Naked Triples
A Naked Triple consists of 3 cells that together contain exactly 3 different candidates. These candidates are distributed among the cells ā each cell has 2 or 3 of them.
Complete: Incomplete: Another:
[1,2,3] [1,2] [2,5]
[1,2,3] [2,3] [2,9]
[1,2,3] [1,3] [5,9]
All 3 cells Only 2 each, Mixed - still
have all 3 but combined only 3 unique
= {1,2,3} candidatesIn all cases, these 3 cells will consume digits 1, 2, and 3 (or 2, 5, 9 in the third example) ā so we can eliminate those candidates from other cells in the unit.
Naked Quads
Naked Quads follow the same logic with 4 cells and 4 candidates. They're rarer and harder to spot, but the elimination is more powerful.
Row 3: ā . ā[1,4]ā . ā[1,2,4]ā[2,3]ā[1,3,4]ā . ā . ā . ā
Cells at positions 2, 4, 5, 6 contain only {1,2,3,4}.
4 cells, 4 candidates = Naked Quad!
ā Eliminate 1, 2, 3, 4 from all other cells in row 3.How to Find Naked Triples & Quads
Look for small candidate sets
Find cells sharing candidates
Verify the count
Eliminate
Detection Tips
Related Techniques
Naked Sets Family
IntermediateNaked Pairs
Start with the simplest Naked Set ā 2 cells, 2 candidates.
IntermediateHidden Triples & Quads
The mirror technique: N candidates in only N cells.
