Uncrypted wrote:Hi all, been stuck on this puzzle for half a day, tried a number of techniques looking at various forums, still can't advance!
Knowing a short solution from a program, it looks easy. But if i would solve it manually, i probably would make some eliminations, which turn out not to be very helpful.
The first to spot for me is the UR 17 (type 4) in r18c45. Since the 1 is restricted to the 4 cells, the 7 must be outside somewhere, e.g. in row 8 only possible in r8c3 or r8c9. So you can eliminate 7 in r8c45.
- Code: Select all
+----------------+------------------+-----------------+
| 9 2 6 |#17 #17 8 | 4 3 5 |
| 8 5 1 | 9 4 3 | 2 7 6 |
| 4 7 3 | 6 5 2 | 9 8 1 |
+----------------+------------------+-----------------+
| 26 1 4589 | 458 36 7 | 35 59 289 |
| 27 3 458 | 458 9 45 | 6 1 27 |
| 67 89 589 | 2 36 1 | 357 4 789 |
+----------------+------------------+-----------------+
| 5 4689 2789 | 47 278 46 | 1 96 3 |
| 3 46 *27 |#1457 #127 9 | 8 56 *47 |
| 1 4689 789 | 3 78 456 | 75 2 479 |
+----------------+------------------+-----------------+
Next there is a w-wing 46 in cells r7c6 and r8c2, with a strong link for 6 in row 9. If r9c2=6, then r8c2=4, and if r9c6=6, then r7c6=4. So one of r8c2 and r7c6 must be 4, and you can eliminate it from r7c2 and r8c4.
- Code: Select all
+----------------+------------------+-----------------+
| 9 2 6 | 17 17 8 | 4 3 5 |
| 8 5 1 | 9 4 3 | 2 7 6 |
| 4 7 3 | 6 5 2 | 9 8 1 |
+----------------+------------------+-----------------+
| 26 1 4589 | 458 36 7 | 35 59 289 |
| 27 3 458 | 458 9 45 | 6 1 27 |
| 67 89 589 | 2 36 1 | 357 4 789 |
+----------------+------------------+-----------------+
| 5 4689 2789 | 47 278 #46 | 1 96 3 |
| 3 #46 27 | 145 12 9 | 8 56 47 |
| 1 *4689 789 | 3 78 *456 | 75 2 479 |
+----------------+------------------+-----------------+
But now it's getting harder. There are several other eliminations, which are not very useful, you migt find.
And you might find StrmChkr's or Lreen's M-Wing.
Or look at 47 in r8c9 and row 9:
- Code: Select all
+----------------+------------------+-----------------+
| 9 2 6 | 17 17 8 | 4 3 5 |
| 8 5 1 | 9 4 3 | 2 7 6 |
| 4 7 3 | 6 5 2 | 9 8 1 |
+----------------+------------------+-----------------+
| 26 1 4589 | 458 36 7 | 35 59 289 |
| 27 3 458 | 458 9 45 | 6 1 27 |
| 67 89 589 | 2 36 1 | 357 4 789 |
+----------------+------------------+-----------------+
| 5 689 2789 | 47 278 46 | 1 96 3 |
| 3 46 27 | 15 12 9 | 8 56 #47 |
| 1 4689 @789 | 3 @78 456 | 75 2 @479 |
+----------------+------------------+-----------------+
If r8c9=4 you get a triple 789 in r9c359.
So the 7 must be in one of these cells or r8c9, can't be in r9c7.
Look for ALS XZ to find the general technique for this move.