Hidden Single: Find the Only Position for a Number
Hidden Single is one of the most fundamental and practical techniques in Sudoku. The core idea is: start from a specific number and check where it can be placed in a row, column, or box. When you find that the number can only go in one position, that position's answer is determined.
Sudoku rules require that each row, column, and box must contain all digits from 1-9. Therefore, when we find through elimination that a number has only one possible position in a unit, that position must contain that number.
Before reading this article, we recommend learning about Sudoku naming conventions for rows, columns, and boxes, which will help you understand the analysis examples below.
Hidden Single vs Naked Single
Before learning Hidden Single, let's distinguish the thinking approaches of these two basic techniques:
| Comparison | Hidden Single | Naked Single |
|---|---|---|
| Starting Point | Start from the number | Start from the cell |
| Core Question | "Where can this number go?" | "What can go in this cell?" |
| Condition | A number has only one possible position in a region | A cell has only one candidate left |
| Cell's Candidates | Target cell may have multiple candidates | Target cell has only one candidate |
- Hidden Single: Focus on the number → "The digit 1 can only go here in this row"
- Naked Single: Focus on the cell → "This cell can only be 1"
Example 1: Row Hidden Single
Let's look at the first example, determining the position of digit 1 by analyzing Row 3.
Analysis Process
We need to find where digit 1 should go in Row 3. Row 3 spans from R3C1 to R3C9. Let's check each position:
- R3C1: Candidates {3,7}, does not contain 1 ✗
- R3C3: Candidates {5,6,7}, does not contain 1 ✗
- R3C4: Candidates {3,5,6,9}, does not contain 1 ✗
- R3C6: Candidates {1,5,6,9}, contains 1 ✓
- R3C7: Candidates {3,9}, does not contain 1 ✗
- R3C8: Candidates {3,5,9}, does not contain 1 ✗
Hidden Single: In Row 3, digit 1 can only go in R3C6.
Therefore R3C6 = 1.
Example 2: Box Hidden Single
Now let's look at another example, determining the position of digit 2 by analyzing Box 8.
Analysis Process
We need to find where digit 2 should go in Box 8. Box 8 contains cells R7C4-R7C6, R8C4-R8C6, R9C4-R9C6. Let's check each one:
- R8C4: Candidates {2,7,9}, contains 2 ✓
- R8C5: Candidates {1,9}, does not contain 2 ✗
- R9C4: Candidates {6,7,9}, does not contain 2 ✗
- R9C5: Candidates {1,6,9}, does not contain 2 ✗
- R9C6: Candidates {6,9}, does not contain 2 ✗
Hidden Single: In Box 8, digit 2 can only go in R8C4.
Therefore R8C4 = 2.
How to Find Hidden Singles?
Finding Hidden Singles requires a systematic approach:
- Hidden Single can be applied to rows, columns, and boxes
- The found cell may have multiple candidates, but the target number has only this one position in the region
- Start analyzing from regions with more filled numbers for higher success rate
Technique Summary
Key points for applying Hidden Single:
- Thinking direction: Start from the number, ask "Where can this number go in this region?"
- Condition: A number has only one possible position in a row/column/box
- Three types: Row Hidden Single, Column Hidden Single, Box Hidden Single
- Application: The most fundamental Sudoku technique, applicable to all difficulty levels
Start a Sudoku game and try using Hidden Single to find answers! We recommend starting with easy difficulty to master this basic technique first.