Hidden Quads
Hidden quads are the most challenging of the subset techniques. Four candidates confined to four cells, but obscured by other candidates. They're rare, hard to spot, but essential for the toughest puzzles.
What is a Hidden Quad?
A hidden quad occurs when four candidates in a unit can only appear in exactly four cells, even though those cells contain other candidates.
The pattern:
- 4 digits
- Can only go in 4 specific cells
- Those cells may have additional (non-quad) candidates
- The extra candidates hide the pattern
Comparison: Hidden vs. Naked
| Aspect | Naked Quad | Hidden Quad |
|---|---|---|
| Definition | 4 cells with ONLY 4 candidates | 4 candidates in ONLY 4 cells |
| Extra candidates | Not allowed | Allowed (they hide the pattern) |
| Elimination | Remove quad digits from OTHER cells | Remove OTHER digits from quad cells |
| Visibility | Easier to spot | Harder to spot |
| Frequency | Rare | Very rare |
The Logic
If digits 1, 3, 5, 7 can only go in cells A, B, C, D:
- Each of these four digits needs a home
- Only four cells can host them
- Therefore, each cell gets exactly one of these digits
- Other candidates in these cells are impossible
Action: Eliminate all non-quad candidates from the four cells.
Detailed Example
Consider a row:
| Cell | Candidates |
|---|---|
| A | [1,3,4,9] |
| B | [2,4,6,8] |
| C | [3,5,6,8] |
| D | [2,4,8] |
| E | [1,5,7,9] |
| F | [4,6,8] |
| G | [1,7,9] |
| H | [5,7,8,9] |
Finding the hidden quad:
Map each digit to its possible cells:
- 1: A, E, G
- 2: B, D
- 3: A, C
- 4: A, B, D, F
- 5: C, E, H
- 6: B, C, F
- 7: E, G, H
- 8: B, C, D, F, H
- 9: A, E, G, H
Now search for four digits confined to four cells:
Try 1, 3, 5, 7:
- 1: A, E, G
- 3: A, C
- 5: C, E, H
- 7: E, G, H
Combined cells: A, C, E, G, H — that's 5 cells, not 4. Not a quad.
Try 2, 4, 6, 8:
- 2: B, D
- 4: A, B, D, F
- 6: B, C, F
- 8: B, C, D, F, H
Combined cells: A, B, C, D, F, H — too many. Not a quad.
Try 1, 3, 7, 9:
- 1: A, E, G
- 3: A, C
- 7: E, G, H
- 9: A, E, G, H
Combined cells: A, C, E, G, H — 5 cells. Close but not quite.
Try 1, 3, 5, 9:
- 1: A, E, G
- 3: A, C
- 5: C, E, H
- 9: A, E, G, H
Combined cells: A, C, E, G, H — 5 cells. No.
This example might not contain a hidden quad. Let's construct one that does:
Revised example:
| Cell | Candidates |
|---|---|
| A | [1,3,4,6] |
| B | [2,8] |
| C | [3,5,6,8] |
| D | [2,4,8] |
| E | [1,5,9] |
| F | [4,6,7] |
| G | [1,7,9] |
| H | [5,7,9] |
Map digits:
- 1: A, E, G
- 2: B, D
- 3: A, C
- 4: A, D, F
- 5: C, E, H
- 6: A, C, F
- 7: F, G, H
- 8: B, C, D
- 9: E, G, H
Try 1, 5, 7, 9:
- 1: A, E, G
- 5: C, E, H
- 7: F, G, H
- 9: E, G, H
Combined: A, C, E, F, G, H — 6 cells. No.
Try 2, 3, 4, 8:
- 2: B, D
- 3: A, C
- 4: A, D, F
- 8: B, C, D
Combined: A, B, C, D, F — 5 cells. No.
Hidden quads require specific configurations. Here's a working example:
Before elimination:
If 2, 4, 6, 8 are confined to cells B, D, F, H, then those cells must contain those digits.
After elimination:
Why Hidden Quads Are Hard
Too Many Combinations
With 9 digits and potentially 6-7 empty cells, the combinations explode:
- C(9,4) = 126 possible 4-digit combinations
- Each must be checked against cell distributions
- Most won't form quads
Mental Overhead
Tracking four digits across four cells while ignoring other candidates overwhelms working memory.
Rarity
Hidden quads appear mainly in:
- Expert puzzles
- Evil/Diabolical ratings
- Puzzles designed to require them
Many solvers never encounter them naturally.
Finding Hidden Quads: Strategies
Strategy 1: Digit Frequency Analysis
- Count how many cells each digit appears in
- Focus on digits appearing in 4 or fewer cells
- Combine low-frequency digits and check if they share cells
Strategy 2: Complement Approach
In a row/column/box with 8 empty cells:
- If you find a naked pair, the other 6 cells contain a potential hidden quad + 2 more
- Work from what you CAN find to narrow down
Strategy 3: Process of Elimination
- Eliminate via simpler techniques first
- As candidates reduce, hidden quads become more visible
- A "stuck" puzzle may have a hidden quad as the key
Strategy 4: Software Assistance
For learning purposes:
- Use solver tools to identify hidden quads
- Study why the pattern exists
- Practice recognition on verified examples
Hidden Quad in a Box
Boxes are the most common location:
┌─────────────────────────────────┐
│ [1,2,5,8] │ [3,4,6] │ [2,3,8] │
│ [1,4,5,7] │ [3,6,9] │ [2,7,8,9] │
│ [4,5] │ [3,4,6,9] │ [7,8,9] │
└─────────────────────────────────┘
If 1, 2, 7, 8 can only go in certain cells, eliminate other candidates from those cells.
Mapping:
- 1: top-left, middle-left
- 2: top-left, top-right, middle-right
- 7: middle-left, middle-right, bottom-right
- 8: top-left, top-right, middle-right, bottom-right
Cells for 1,2,7,8: top-left, top-right, middle-left, middle-right, bottom-right — 5 cells. Not a quad.
The point: systematic checking is required.
The Quad-Pair Duality
For a unit with exactly 6 empty cells:
| Pattern Found | Complement |
|---|---|
| Hidden quad | Naked pair on remaining 2 cells |
| Naked pair | Hidden quad on remaining 4 cells |
Practical implication:
If you find a naked pair in a 6-cell unit, the other four cells form a hidden quad on the other four digits.
Example:
- Unit has 6 empty cells, candidates span digits 1-6
- Cells E, F form a naked pair on 5,6
- Therefore, cells A, B, C, D have a hidden quad on 1,2,3,4
- Eliminate 5,6 from A,B,C,D (if present)
This duality is often easier than direct quad-finding.
When You Find a Hidden Quad
Step 1: Verify
Double-check:
- All four digits appear only in these four cells
- You've correctly mapped every candidate
Step 2: Eliminate
Remove all non-quad candidates from the four cells.
Step 3: Simplify
After elimination:
- The hidden quad becomes a naked quad
- Check for pairs within the quad
- Look for singles in related units
Step 4: Continue
The elimination often breaks the puzzle open:
- New singles emerge
- Other patterns become visible
- Progress resumes
Practice Recognition
Since hidden quads are rare, practice by:
- Solving expert puzzles — They're more likely to require quads
- Using hint systems — Learn to recognize the pattern when shown
- Creating study examples — Set up grids specifically designed to have hidden quads
- Studying solved examples — Work backwards from known quads
Common Mistakes
Mistake 1: Wrong elimination direction
Hidden quad: eliminate OTHER candidates FROM these cells. NOT: eliminate these candidates from OTHER cells.
Mistake 2: Incomplete digit mapping
If you miss that a digit appears in a 5th cell, you'll create a false quad.
Mistake 3: Forcing a quad
Not every hard puzzle has a hidden quad. If you can't find one, use other techniques.
Mistake 4: Skipping verification
Before eliminating, verify each digit truly is confined to those four cells.
Quick Reference
Hidden quad definition:
- 4 digits appearing in exactly 4 cells
- Those cells may have other candidates
- Other candidates are eliminated
Finding hidden quads:
- Map each digit to its possible cells
- Look for 4 digits sharing exactly 4 cells
- Use low-frequency digits as starting points
- Consider complement patterns
Elimination rule:
- Remove non-quad candidates from quad cells
- NOT: remove quad candidates from other cells
When to look:
- Expert/Evil puzzles
- All simpler techniques exhausted
- Units with 6+ empty cells
- Especially in boxes
Alternatives:
- If unit has 6 empty cells, finding a pair reveals the quad
- Sometimes other advanced techniques are easier
- Software can help identify for learning