[Edit: argh ... this post is
incorrect. I made
a mistake, and then just got lucky. I'll try to
point out the mistake with further edits below.]
Here is Mac's last grid:
- Code: Select all
+-------------+---------------+----------+
| 569 8 45 | 456 1 59 | 2 3 7 |
| 7 46 2 | 3 468 68 | 5 1 9 |
| 59 1 3 | 57 79 2 | 6 8 4 |
+-------------+---------------+----------+
| 1 2 7 | 45 34 35 | 9 6 8 |
| 48 5 6 | 9 78 1 | 47 2 3 |
| 48 3 9 | 467 2 678 | 47 5 1 |
+-------------+---------------+----------+
| 2 9 1 | 8 67 67 | 3 4 5 |
| 3 7 8 | 2 5 4 | 1 9 6 |
| 56 46 45 | 1 39 39 | 8 7 2 |
+-------------+---------------+----------+
We can eliminate the 4 in r6c4, because the 4's in
row 4 are confined to box 5. Then, there is a
57-79-59 naked triple in box 2, which lets us
eliminate 5 from from r1c4.
The resulting grid forms a BUG with three "extra candidates",
the 5 in r1c1, the 6 in r2c5, and the 6 in r6c6:
[Edit: actually the resulting grid does
not form a BUG,
at least not in the way that I show it below]
- Code: Select all
*--------------------------------------------------*
| 69+5 8 45 | 46 1 59 | 2 3 7 |
| 7 46 2 | 3 48+6 68 | 5 1 9 |
| 59 1 3 | 57 79 2 | 6 8 4 |
|----------------+----------------+----------------|
| 1 2 7 | 45 34 35 | 9 6 8 |
| 48 5 6 | 9 78 1 | 47 2 3 |
| 48 3 9 | 67 2 78+6 | 47 5 1 |
|----------------+----------------+----------------|
| 2 9 1 | 8 67 67 | 3 4 5 |
| 3 7 8 | 2 5 4 | 1 9 6 |
| 56 46 45 | 1 39 39 | 8 7 2 |
*--------------------------------------------------*
By the BUG principle, at least one of those extra candidates
must be the final value of the associated cell.
So r1c1=5 or r2c5=6 or r6c6=6 (and possibly more
than 1 of these statements is true). Each result by itself would
lead to this: r2c6=8, so we can place the 8 in r2c6.
[Edit: so here, placing the 8 in r2c6, I was just lucky.]
Next we can place 8 in r5c5, 4 in r5c1, 8 in r6c1,
7 in r5c7, and 4 in r6c7. These are all singles.
[Edit: I suppose the rest of the post is OK.]
Again we are left with a BUG, this time with just
1 extra candidate, the 5 in r1c1:
- Code: Select all
*--------------------------------------------------*
| 69+5 8 45 | 46 1 59 | 2 3 7 |
| 7 46 2 | 3 46 8 | 5 1 9 |
| 59 1 3 | 57 79 2 | 6 8 4 |
|----------------+----------------+----------------|
| 1 2 7 | 45 34 35 | 9 6 8 |
| 4 5 6 | 9 8 1 | 7 2 3 |
| 8 3 9 | 67 2 67 | 4 5 1 |
|----------------+----------------+----------------|
| 2 9 1 | 8 67 67 | 3 4 5 |
| 3 7 8 | 2 5 4 | 1 9 6 |
| 56 46 45 | 1 39 39 | 8 7 2 |
*--------------------------------------------------*
By the BUG principle, that single extra candidate
must be the final value of that cell. So r1c1=5.
After that, just several singles remain.