ALS-XZ

Level 10 Β· Brown Belt

Overview

ALS-XZ is the simplest ALS chain technique. Two Almost Locked Sets share a restricted common candidate (X), allowing elimination of any other common candidate (Z) from cells seeing all Z's in both sets.

How It Works

  1. Find two ALS (groups of N cells with N+1 candidates).
  2. Find a restricted common candidate X (all X's in ALS1 see all X's in ALS2).
  3. Find another common candidate Z that appears in both ALS.
  4. Eliminate Z from cells that see all Z's in both ALS.

Example

Look for ALS-XZ.

1

ALS-XZ

Find two Almost Locked Sets (ALS) - each has N cells with N+1 candidates.

2

ALS-XZ

These ALSs share restricted common candidate 2: every 2 in one ALS sees every 2 in the other.

3

ALS-XZ

The restricted common candidate can be true in only one ALS. If it is true in one, the other ALS becomes a locked set.

4

ALS-XZ

Both ALSs contain candidate 4. One ALS must contain 4, so remove 4 from cells seeing both: r1c3, r2c1, r2c3 and r3c1.

5

Result after applying the technique.

Tips & Patterns

  • The restricted common X can only be true in one ALS.
  • This forces Z to be locked in at least one ALS.
  • Any cell seeing all Z's in both sets can never be Z.