First of all, here are the puzzle (in a legible form) and the candidate grid.
- Code: Select all
3 . 1 | 2 . . | . . 7
. . . | 1 . 7 | . . .
7 . 6 | 9 3 4 | 5 1 .
-------+-------+------
. 7 . | 4 . 9 | 1 8 .
9 . . | . 2 1 | 7 . 4
. 1 . | 8 7 3 | . 5 .
-------+-------+------
. . 9 | . 4 . | 3 7 1
. . . | 7 . 2 | 8 . 5
. . 7 | 3 . 8 | . . 6
3 4589 1 | 2 568 56 | 469 469 7
2458 24589 2458 | 1 568 7 | 2469 23469 2389
7 28 6 | 9 3 4 | 5 1 28
--------------------+--------------+-------------------
256 7 235 | 4 56 9 | 1 8 23
9 3568 358 | 56 2 1 | 7 36 4
246 1 24 | 8 7 3 | 269 5 29
--------------------+--------------+-------------------
2568 2568 9 | 56 4 56 | 3 7 1
146 346 34 | 7 169 2 | 8 49 5
1245 245 7 | 3 159 8 | 249 249 6
I suspect that you ought to read about locked candidates, pairs and triples elsewhere on this forum. You'll have to find quite a few in order to make the next move. After that, you'll have to find some more!
Here are the eliminations that lead up to the first move:
- Code: Select all
The value 2 in Box 7 must lie in Row 7.
- The moves r9c1:=2 and r9c2:=2 have been eliminated.
The values 2 and 8 occupy the cells r7c1 and r7c2 in some order.
- The moves r7c1:=5, r7c1:=6, r7c2:=5 and r7c2:=6 have been eliminated.
The value 5 in Box 8 must lie in Row 7.
- The move r9c5:=5 has been eliminated.
The value 6 in Box 8 must lie in Row 7.
- The move r8c5:=6 has been eliminated.
The values 3, 4, 5, 6 and 9 occupy the cells r1c2, r2c2, r5c2, r8c2 and r9c2 in some order.
- The moves r1c2:=8, r2c2:=2, r2c2:=8 and r5c2:=8 have been eliminated.
The cell r1c5 is the only candidate for the value 8 in Row 1.
I'll leave the rest to you.