- Code: Select all
- *--------------------------------------------------------------*
 | 3     6     9      | 7     5     2      | 4     1     8      |
 | 5     4     2      | 8     3     1      | 6     9     7      |
 | 8     7     1      | 49    6     49     | 25    235   235    |
 |--------------------+--------------------+--------------------|
 | 6     15    8      | 13    2    a45     | 7     35-4  9      |
 | 7     15    4      | 139   19    8      | 25    6     235    |
 | 9     2     3      | 45    7     6      | 1     8     45     |
 |--------------------+--------------------+--------------------|
 | 4     8     7      | 6    c19   b59     | 3     25    12     |
 | 1     9     5      | 2     4     3      | 8     7     6      |
 | 2     3     6      |d15    8     7      | 9    e45    145    |
 *--------------------------------------------------------------*
The XY chain I see is of length 5 in the cells I've marked a-b-c-d-e, which eliminates 4 from r4c8 and the puzzle solves in singles from there.
You seem to be familiar with XY chains, so I won't waste time explaining how this works.
However there is another move that only involves 4 cells.
- Code: Select all
- *--------------------------------------------------------------*
 | 3     6     9      | 7     5     2      | 4     1     8      |
 | 5     4     2      | 8     3     1      | 6     9     7      |
 | 8     7     1      | 49    6     49     | 25    235   235    |
 |--------------------+--------------------+--------------------|
 | 6     15    8      | 13    2     45     | 7     345   9      |
 | 7     15    4      | 139   19    8      | 25    6     235    |
 | 9     2     3      |b45    7     6      | 1     8    a45     |
 |--------------------+--------------------+--------------------|
 | 4     8     7      | 6     19    59     | 3     25    12     |
 | 1     9     5      | 2     4     3      | 8     7     6      |
 | 2     3     6      |c15    8     7      | 9     45   d15-4   |
 *--------------------------------------------------------------*
This move is called an L3 Wing but I won't bother you with the technicalities of L3 wings, I'll just explain in words how this one works.
Suppose cell a (r6c9) was 
not 4. Then cell b would have to be 4 (only 2 4's left in Row 6). So it is not 5, so cell c must be 5 (only 2 5's left in Column 4), so it is not 1. So cell d must be 1 (only 2 1's left in Row 9).
So, summarizing this, if cell a is not 4, cell d is 1. In particular it is not 4. But obviously if cell a is 4 then cell d is not 4.
But cell a can only be 4 or not 4, either way cell d is not 4. So you can eliminate 4 from cell d and the puzzle solves in singles from there.
You might think this is a bit obscure, but many would argue that it is a "simpler" move because it only involves three Strong links. The XY chain I saw involves 5 Strong links.
Leren