Hi Norm, welcome to the forum.
Here are some hints:
After the series with X-Wing and Swordfishes which I expect you to have caught, there is an XY-Wing that you may take, but if you ignore it, there is a BUG+3 that has the same result. (just for educational purposes)
- Code: Select all
.---------------.---------------.---------------.
| 4 16 2 | 9 56 8 | 7 35 13 |
| 9 17 67 | 56 3 2 | 45 8 14 |
| 5 8 3 | 7 4 1 | 9 6 2 |
:---------------+---------------+---------------:
| 3 2 5 | 46 1 69 | 8 49 7 |
| 8 9 47 | 35 2 57 | 6 1 34 |
| 6 47 1 | 34 8 79 | 2 39+4 5 |
:---------------+---------------+---------------:
| 2 45 9 | 8 57 3 | 1 47+5 6 |
| 7 3 46 | 1 9 56 | 45 2 8 |
| 1 56 8 | 2 67+5 4 | 3 57 9 |
'---------------'---------------'---------------'
BUG+3:
Deadly pattern with 2 solutions remains when r6c8<>4 and r7c8<>5 and r9c5<>5. One of them must be true.
r6c8=4 => r6c4=3
=> r5c4=5 => r2c4=6 => r1c5=5 => r7c5=7
r7c8=5 => r7c5=7
r9c5=5 => r7c5=7
After this move and the subsequent singles (or the XY-Wing):
- Code: Select all
.---------------.---------------.---------------.
| 4 16 2 | 9 56 8 | 7 35 13 |
| 9 17 67 | 56 3 2 | 45 8 14 |
| 5 8 3 | 7 4 1 | 9 6 2 |
:---------------+---------------+---------------:
| 3 2 5 | 46 1 69 | 8 49 7 |
| 8 9 47 | 35 2 57 | 6 1 34 |
| 6 47 1 | 34 8 79 | 2 39+4 5 |
:---------------+---------------+---------------:
| 2 45 9 | 8 7 3 | 1 45 6 |
| 7 3 46 | 1 9 56 | 45 2 8 |
| 1 56 8 | 2 56 4 | 3 7 9 |
'---------------'---------------'---------------'
BUG+1: r6c8=4
There is an
explanation of BUG in Sudopedia.
Ruud