Box/Line Reduction
Box/Line reduction is the reverse of pointing pairs. Here, we use row or column constraints to eliminate candidates within a box. It's one of the most useful intermediate techniques.
What is Box/Line Reduction?
Look for this pattern:
- Pick a number (like 8)
- In a row, find where that number can go
- If all those spots are in one box...
- ...then that number can't go in other cells of that box!
Visual Example
What's happening:
- Row 5's 8 can only be in columns 4, 5, or 6
- All these cells are in the same box (the center box)
- So the 8 for this row MUST be in this box
- Other cells in the box (different rows) can't have 8!
Now look at the box:
After elimination:
The Logic Explained
Think about it step by step:
- Row 5 needs an 8 somewhere
- The only places for 8 in row 5 are within the center box
- So row 5's 8 WILL be in the center box
- The box can only have one 8
- That 8 must come from row 5
- Therefore, other rows in this box can't have 8
The result: Eliminate 8 from rows 4 and 6 within this box!
Pointing Pairs vs. Box/Line Reduction
These are opposite techniques:
| Technique | Look at... | Restricted to... | Eliminate from... |
|---|---|---|---|
| Pointing Pairs | Box | One row/column | Rest of that row/column |
| Box/Line Reduction | Row/Column | One box | Rest of that box |
Pointing pairs: Box → Row/Column elimination
Box/Line reduction: Row/Column → Box elimination
Row-Based Box/Line Reduction
When a candidate in a row is restricted to one box:
The box view:
Column-Based Box/Line Reduction
The same pattern works with columns:
If column 1's 7 can only appear in rows 1-3 (this box), then:
- Eliminate 7 from the rest of this box (columns 2-3)
How to Find Box/Line Reductions
Method 1: Row Scanning
- Pick a row
- For each candidate, check where it can go
- If all positions are in one box, you have a box/line reduction!
- Eliminate from the rest of that box
Method 2: Column Scanning
- Pick a column
- For each candidate, check where it can go
- If all positions are in one box, found it!
- Eliminate from the rest of that box
Method 3: Candidate Focus
- Pick a candidate (like 5)
- For each row, check if it's restricted to one box
- For each column, check if it's restricted to one box
- Eliminate accordingly
Method 4: Box Boundary Check
- Look at where a row/column crosses a box
- If a candidate appears only in that intersection
- You have a box/line reduction
Step-by-Step Example
Given this puzzle section:
Row 3 of the puzzle:
Step 1: Check each candidate
- 1: cells B, D, F — B is in box 1, D and F are in box 2. Not restricted.
- 2: cells B, D, F — same, not restricted.
- 8: cells B, D, F — same, not restricted.
No box/line reduction here. Let's try a row with a restriction:
Check candidates:
- 1: cells C, H, I — C is in box 1, H and I are in box 3. Not restricted.
- 2: cells C, H, I — same, not restricted.
- 8: cells C, H, I — same, not restricted.
Still no luck. Let's construct one:
Now we have box/line reductions!
- 1 restricted to box 3 → eliminate 1 from other rows in box 3
- 2 restricted to box 3 → eliminate 2 from other rows in box 3
- 8 restricted to box 3 → eliminate 8 from other rows in box 3
Combined Power: Chains of Eliminations
Box/line reduction and pointing pairs often work together:
- Pointing pair eliminates candidates from a row
- Box/line reduction becomes possible in that row
- Elimination reveals more patterns
- Chain continues
This "chain reaction" can solve large portions of difficult puzzles!
Practice Exercises
Exercise 1: Find the box/line reduction
Hint
Check where each candidate (2, 8, 9) can go. Are any restricted to one box?
Answer
Check each candidate:
- 2: cells C, E, I — C is in box 1, E is in box 2, I is in box 3. Not restricted.
- 8: cells C, E, I — same, not restricted.
- 9: cells C, E, I — same, not restricted.
No box/line reduction here. The candidates span three different boxes.
Exercise 2: Find and apply the box/line reduction
Answer
Check each candidate:
- 1: cells D, F, H — D and F are in box 2, H is in box 3. Not restricted.
- 4: cells D, F, H — same, not restricted.
- 6: cells D, F, H — same, not restricted.
No box/line reduction. D and F are in box 2, but H is in box 3.
If cell H didn't have these candidates:
Now 1, 4, and 6 are restricted to box 2!
- Eliminate 1, 4, 6 from other cells in box 2 (outside this row)
Exercise 3: Column-based box/line reduction
Consider column 2 of a puzzle where 5 can only go in rows 4, 5, 6:
Answer
Column 2's 5 can only be in rows 4-6, all within box 4.
Box/line reduction: Eliminate 5 from columns 1 and 3 within this box.
After elimination:
In this example, 5 already only appears in column 2. But if cells A, C, D, F, G, or I had 5, we would eliminate it.
Common Mistakes
Mistake 1: Confusing direction
- Box/line reduction: row/column → box elimination
- NOT: box → row/column elimination (that's pointing pairs!)
Mistake 2: Wrong elimination target
Only eliminate from cells in the same box but DIFFERENT rows/columns. Keep the restriction cells' candidates.
Mistake 3: Missing the restriction
The candidate must be in ONLY ONE BOX within that row/column. If it spans two boxes, no reduction applies.
Mistake 4: Not combining techniques
Box/line reduction often follows pointing pairs. Check for both after any elimination.
Mistake 5: Forgetting columns
It's easy to focus on rows. Remember to check columns too!
When Box/Line Reduction Appears
- Easy puzzles: Occasionally useful
- Medium puzzles: Common technique
- Hard puzzles: Essential skill
- Expert puzzles: Used frequently alongside pointing pairs
Box/Line Reduction vs. Other Techniques
| Situation | Technique |
|---|---|
| Candidate in box restricted to one row | Pointing Pairs |
| Candidate in row restricted to one box | Box/Line Reduction |
| Two cells with same two candidates | Naked Pairs |
| Two candidates in only two cells | Hidden Pairs |
Box/line reduction fills a specific niche: using row/column information to eliminate within boxes.
Quick Reference
Box/line reduction definition:
- A candidate in a row/column is restricted to one box
- That candidate can be eliminated from the rest of that box
Finding box/line reductions:
- For each row/column, check each candidate
- If candidate is in cells from only one box, found it!
- Eliminate from other cells in that box (different rows/columns)
Elimination rule:
- Eliminate from cells in the SAME BOX
- Only eliminate from cells in DIFFERENT rows/columns
- Keep the candidate in the restriction cells
When to look:
- After applying pointing pairs
- When candidates align in rows/columns
- As part of systematic checking
What's Next?
Once you master box/line reduction:
- Naked Pairs — Two cells claiming two candidates
- Hidden Pairs — Two candidates restricted to two cells
- X-Wing — Cross-row/column pattern for advanced solving