Unique Rectangle Type 3
Strategy:
Unique RectanglesRequires:
Unique Rectangle Type 1Overview
Unique Rectangle Type 3 has two floor cells with only the deadly pair and two roof cells with extra candidates. The extras in the roof cells form a pseudo-locked set with other cells in their shared house, allowing eliminations.
How It Works
- Find a potential deadly rectangle with candidates {X,Y} across two boxes.
- Two cells (floor) have only {X,Y}; two cells (roof) have extras beyond {X,Y}.
- The roof cells' extra candidates, combined with other cells in their shared house, form a locked set.
- Eliminate the locked set's candidates from other cells in that house.
Example
Look for Unique Rectangle Type 3.
Unique Rectangle Type 3
Find four cells forming a rectangle across 2 boxes. Two cells have only { 2, 3 }.
Unique Rectangle Type 3
The roof cells r7c2 and r9c2 have extra candidates { 5, 7 } beyond the UR pair.
Unique Rectangle Type 3
r2c2 in column 2 also contain { 5, 7 }, forming a pseudo-locked set with the roof extras.
Unique Rectangle Type 3
That pseudo-locked set has already claimed { 5, 7 } inside column 2, so other cells there cannot keep those digits.
Unique Rectangle Type 3
Remove { 5, 7 } from the other cells in column 2: r1c2.
Result after applying the technique.
Tips & Patterns
- Type 3 is more complex than Types 1 and 2 because it involves a pseudo-locked set.
- The roof cells' extras effectively act as a Naked Pair/Triple with neighboring cells.
- Check the shared row, column, or block of the roof cells.