Actually, you have some eliminations that I can't follow. Let's start over with this:
- Code: Select all
+---------------------+------------+----------------+
| 5 7 34 | 9 2 8 | 6 1 34 |
| 469 469 8 | 3 1 46 | 27 2579 2459 |
| 1 3469 2 | 5 7 46 | 8 39 349 |
+---------------------+------------+----------------+
| 247 5 47 | 8 3 9 | 27 6 1 |
| 79 19 6 | 2 5 17 | 3 4 8 |
| 8 123 137 | 6 4 17 | 9 257 25 |
+---------------------+------------+----------------+
| 269 2689 5 | 4 68 3 | 1 29 7 |
| 23679 123689 1379 | 17 68 5 | 4 239 239 |
| 347 134 1347 | 17 9 2 | 5 8 6 |
+---------------------+------------+----------------+
First see that row 8, column 3 (r8c3) is {1379}.
But that is the only 9 in column 3, so we can make r8c3=9.
That is called "Hidden single 9 in col 3"
Ok, you also have Hidden single 9 in row 7 (because by placing r8c3=9, you can erase the 9's from the first two cells (269 2689) --> (26 268) and thus there is now only one 9 in row 7.
Then r3c8 = 3, etc.
Just keep going like that. You can do it.
Mac
P.S. If you know how to use ZIP files and directories (folders), you may find my program SSP3 at
www.Sudoku.funURL.com useful.