Jeff wrote:Sorry, I missed the xy-chain in the first snippet. How does it go? The chain I found is as follows:
r3c4=4 => r2c4=23 which forms a naked pair with r2c3 => r2c2=1
r3c4=5 => r3c3=3 => r2c3=2 => r2c2=1
Here's what I had in mind ...
- Code: Select all
Snippet #1
|
12 23 | 24
35 | 45
----------+----------
contains the forcing pattern (an xy-chain)
23---35
/ |
12 |
\ |
24---45
- Code: Select all
Snippet #2
|
12 23 | 234
35 | 45
----------+----------
contains the forcing pattern (a "net")
23---35
/ | |
12 | |
\ | |
234--45
Both patterns force exclusion of the '2' in '12' -- any one of the other four cells can be used as the "forcing cell" (you chose the '45').