Sudoku Solving Techniques

Hidden Triplet

In a 9-cell unit (a row, a column, or a 3x3 block) of a Sudoku puzzle, if three certain digits appear only in three cells as candidates, that is, only three cells in a 9-cell unit contain some of these three candidate digits, and the other cells do not have any of them, then these three digits have nowhere to go in the 9-cell unit but these three cells. They must each occupy one of these three cells. As a result, other candidate digits cannot occupy any of these cells. So if other digits appear in these three cells as candidates, they can be removed.

Please note that:

We will demonstrate this technique visually with the following examples:

Example 1 - Hidden Triplet in a Row
C1
C2
C3
C4
C5
C6
C7
C8
C9
R1
R2
R3
R4
R5
R6
R7
R8
R9
1

5

9

2

4

5

6

8

3

9

2

3

4

6

7

4

5

6

7

8

9

3

7

8

9

3

7

8

4
5
6

1

9

1

3

9

2

3

5

9

2

4

6

9

2

3

4

5

9

7

2

9

1
8

4

6

9

3

4

5

9

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

1

5

7

8

1

7

8

4

1

2

5

7

1

2

7

1

5

7

2

4

8

4

8

1

5

3

5

7

6

1

9

5

7

9

9

3

8

1

3

6

4

6

2

1

3

4

5

6

7

3

5

8

1

3

5

1

2

7

8

4

1

3

7

8

1

5

8

9

1

3

8

9

1

3

5

8

6

1

2

3

8

9

1

3

5

8

1

3

5

2

3

6

8

1

3

9

7

3

6

8

9

4

1

2

8

9

2

3

8

9

Figure 1a: In Row R1, Only Three Orange Cells Have Digits 2, 4, and/or 6 as Candidates

In row R1 of the puzzle in Figure 1a, the three digits 2, 4, and 6 (marked in red) may appear only in three cells (R1,C3), (R1,C8), and (R1,C9) (marked in orange) as candidates, but nowhere else. These three cells are the only choices for the three digits in this row. In this situation, the digits 2, 4, and 6 each will occupy one of these three orange cells, and no other digits can occupy any of them. As a result, other candidate digits in the orange cells can be removed, as shown in Figure 1b below.

C1
C2
C3
C4
C5
C6
C7
C8
C9
R1
R2
R3
R4
R5
R6
R7
R8
R9
1

5

9

2

4

5

6

8

3

9

2

3

4

6

7

4

5

6

7

8

9

3

7

8

9

3

7

8

4
5
6

1

9

1

3

9

2

3

5

9

2

4

6

9

2

3

4

5

9

7

2

9

1
8

4

6

9

3

4

5

9

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

1

5

7

8

1

7

8

4

1

2

5

7

1

2

7

1

5

7

2

4

8

4

8

1

5

3

5

7

6

1

9

5

7

9

9

3

8

1

3

6

4

6

2

1

3

4

5

6

7

3

5

8

1

3

5

1

2

7

8

4

1

3

7

8

1

5

8

9

1

3

8

9

1

3

5

8

6

1

2

3

8

9

1

3

5

8

1

3

5

2

3

6

8

1

3

9

7

3

6

8

9

4

1

2

8

9

2

3

8

9

Figure 1b: In Row R1, Candidates Other Than Digits 2, 4, and 6 Removed From Orange Cells
Example 2 - Hidden Triplet in a Column
C1
C2
C3
C4
C5
C6
C7
C8
C9
R1
R2
R3
R4
R5
R6
R7
R8
R9
6
4

3

5

7

8

2

5

7

9

2

3

5

7

8

9

3

5

7

8

9

2

5

7

9

2

3

5

7

8

9

1
2

3

5

7

8

3

5

8

6

3

5

7

8

9

1

3

7

9

3

4

5

7

8

9

3

4

5

8

9

9
1

3

5

7

8

4

2

3

5

7

8

6

2

3

5

1

2

5

9

1

2

3

5

9

3

5

9

4
6

3

9

8

2

3

7

3

7

3

9

6
7
8
1

2

3

9

5

3

4

2

3

4

2

3

8
4

2

3

5
7
1
9
6
3

7

9

4

5

7

9

5

7

8

9

6

1

5

1

5

8

2
1

7

9

6

7

9

2

5

8

4

3

5

8

3

5

8

5
2
8
4
3
1
6
7
9
Figure 2a: In Column C6, Only Three Orange Cells Have Digits 2, 4, and/or 9 as Candidates

In column C6 of the puzzle in Figure 2a, the three digits 2, 4, and 9 (marked in red) may appear only in three cells (R3,C6), (R5,C6), and (R6,C6) (marked in orange) as candidates, but nowhere else. These three cells are the only choices for the three digits in this column. In this situation, the digits 2, 4, and 9 each will occupy one of these three orange cells, and no other digits can occupy any of them. As a result, other candidate digits in the orange cells can be removed, as shown in Figure 2b below.

C1
C2
C3
C4
C5
C6
C7
C8
C9
R1
R2
R3
R4
R5
R6
R7
R8
R9
6
4

3

5

7

8

2

5

7

9

2

3

5

7

8

9

3

5

7

8

9

2

5

7

9

2

3

5

7

8

9

1
2

3

5

7

8

3

5

8

6

3

5

7

8

9

1

3

7

9

3

4

5

7

8

9

3

4

5

8

9

9
1

3

5

7

8

4

2

3

5

7

8

6

2

3

5

1

2

5

9

1

2

3

5

9

3

5

9

4
6

3

9

8

2

3

7

3

7

3

9

6
7
8
1

2

3

9

5

3

4

2

3

4

2

3

8
4

2

3

5
7
1
9
6
3

7

9

4

5

7

9

5

7

8

9

6

1

5

1

5

8

2
1

7

9

6

7

9

2

5

8

4

3

5

8

3

5

8

5
2
8
4
3
1
6
7
9
Figure 2b: In Column C6, Candidates Other Than Digits 2, 4, and 9 Removed From Orange Cells
Example 3 - Hidden Triplet in a Block
C1
C2
C3
C4
C5
C6
C7
C8
C9
R1
R2
R3
R4
R5
R6
R7
R8
R9

1

4

9

3

4

6

9

8
2

4

6

7

1

6

7

1

4

9

3

4

9

5
7

3

4

5

1

2

3

5

1

5

9

1

5

8

6

3

4

1

2

3

8

2

4

5

6

9

2

6

9

1

2

4

4

5

6

3

1

4

8

2

4

9

7

1

2

4

8

6
2
9
7
1
3

5

8

5

8

4

1

5

5

7

1

5

7

8
6
4
3
2
9
8
4
3

2

9

2

9

5
7
1
6
3

4

9

1

2

1

5

5

6

7

1

2

6

7

4

5

8

9

4

5

6

7

8

9

2

6

7

2

9

8
6
4

3

5

7

3

5

7

2

9

1

5

7

1

2

4

5
7

1

2

6

8
9
3

2

6

2

4

Figure 3a: In Block B7, Only Three Orange Cells Have Digits 4, 8, and/or 9 as Candidates

In block B7 of the puzzle in Figure 3a, the three digits 4, 8, and 9 (marked in red) may appear only in three cells (R7,C2), (R9,C1), and (R9,C2) (marked in orange) as candidates, but nowhere else. These three cells are the only choices for the three digits in this block. In this situation, the digits 4, 8, and 9 each will occupy one of these three orange cells, and no other digits can occupy any of them. As a result, other candidate digits in the orange cells can be removed, as shown in Figure 3b below.

C1
C2
C3
C4
C5
C6
C7
C8
C9
R1
R2
R3
R4
R5
R6
R7
R8
R9

1

4

9

3

4

6

9

8
2

4

6

7

1

6

7

1

4

9

3

4

9

5
7

3

4

5

1

2

3

5

1

5

9

1

5

8

6

3

4

1

2

3

8

2

4

5

6

9

2

6

9

1

2

4

4

5

6

3

1

4

8

2

4

9

7

1

2

4

8

6
2
9
7
1
3

5

8

5

8

4

1

5

5

7

1

5

7

8
6
4
3
2
9
8
4
3

2

9

2

9

5
7
1
6
3

4

9

1

2

1

5

5

6

7

1

2

6

7

4

5

8

9

4

5

6

7

8

9

2

6

7

2

9

8
6
4

3

5

7

3

5

7

2

9

1

5

7

1

2

4

5
7

1

2

6

8
9
3

2

6

2

4

Figure 3b: In Block B7, Candidates Other Than Digits 4, 8, and 9 Removed From Orange Cells

List of Sudoku Solving Techniques

Previous: Hidden Pair

Next: Hidden Quad

©2025 sudoku9x9.com - All Right Reserved.