Naked and hidden triples are the three-cell version of the pair patterns, and they clear candidates that pairs cannot reach. A triple is three cells in one unit — a row, column or box — that together own exactly three digits. Once the pattern is confirmed, those three digits live in those three cells and nowhere else in the unit.
A naked triple is three cells whose combined candidate lists contain only three digits. Each cell needs at least two of them; none of them has to hold all three. So {2,7}, {2,5,7} and {5,7} form a naked triple on {2,5,7}. However the digits settle, those three cells consume 2, 5 and 7, so every other cell in the unit loses all three.
A hidden triple is the same fact seen from the other side. Three digits appear in only three cells of a unit, even though those cells may carry a pile of other candidates. Three digits need three cells, and those three cells are all they have, so every other candidate in them is dead.
| Naked triple | Hidden triple | |
|---|---|---|
| What you count | candidates inside three cells | positions of three digits in the unit |
| Trigger | three cells cover exactly three digits | three digits fit in exactly three cells |
| What you erase | those digits from the rest of the unit | all other candidates inside those three cells |
| How visible | obvious, the lists are short | hidden behind extra candidates |
Every naked triple has a matching hidden triple somewhere in the same unit, so you never need both. Use whichever one your eyes find first.
Triples are cheap to check and easy to miss, so scan for them before reaching for anything bigger.
Row 5, with candidates written under each column:
r5: c1 {2,7} c2 {2,4,8} c3 {3,4,9}
c4 {2,5,7} c5 {1,5,6} c6 {4,8,9}
c7 {3,6} c8 {5,7} c9 {1,3,4}
Look at c1, c4 and c8: {2,7}, {2,5,7}, {5,7}. Their union is exactly {2,5,7} — three cells, three digits, so it is a naked triple. Digits 2, 5 and 7 are now used up inside those three cells.
Erase them everywhere else in row 5: c2 drops the 2 and becomes {4,8}, c5 drops the 5 and becomes {1,6}. The remaining six cells now share exactly the six leftover digits {1,3,4,6,8,9}, which is the check that the deduction is sound.
{2,5,7,9}, you have a quad, not a triple, and the elimination rule is different.Triples are the last of the basic techniques and the point where careful pencil marks start to pay. You will need them regularly on medium classic Sudoku and on almost every Hard puzzle, where a single triple is often the only move that reopens a stalled grid.