Here's a solution that involves no guesswork:
- Code: Select all
*--------------------------------------------------------------*
| 4 9 8 | 2 1 5 | 7 3 6 |
| 7 1 6 | 34 489 389 | 2 89 5 |
| 2 3 5 |c89 67 67 | 4 1 b89 |
|--------------------+--------------------+--------------------|
| 1689 2 179 | 34 467-8 367-8 | 16 5 a89 |
| 5 68 3 |d189 689 2 | 16 7 4 |
| 1689 4 179 |d18 5 678 | 3 89 2 |
|--------------------+--------------------+--------------------|
| 3 5 4 | 7 2 89 | 89 6 1 |
| 1689 68 19 | 5 3 4 | 89 2 7 |
| 89 7 2 | 6 89 1 | 5 4 3 |
*--------------------------------------------------------------*
Follow the cells marked abcd and you see that at least 1 of r4c9 and r56c4 must be 8 so 8 can be removed from r4c56. This move is called a Grouped Skyscraper.
- Code: Select all
*--------------------------------------------------------------*
| 4 9 8 | 2 1 5 | 7 3 6 |
| 7 1 6 | 34 489 389 | 2 b89 5 |
| 2 3 5 |d89 67 67 | 4 1 c89 |
|--------------------+--------------------+--------------------|
| 1689 2 179 | 34 467 367 | 16 5 89 |
| 5 68 3 | 189 689 2 | 16 7 4 |
| 1689 4 179 | 1-8 5 678 | 3 a89 2 |
|--------------------+--------------------+--------------------|
| 3 5 4 | 7 2 89 | 89 6 1 |
| 1689 68 19 | 5 3 4 | 89 2 7 |
| 89 7 2 | 6 89 1 | 5 4 3 |
*--------------------------------------------------------------*
Follow the cells marked abcd and you see that at least 1 of r6c8 and r3c4 must be 8 so 8 can be removed from r6c4. This move is called a 2 Stringed Kite.
- Code: Select all
*--------------------------------------------------------------*
| 4 9 8 | 2 1 5 | 7 3 6 |
| 7 1 6 | 34 489 389 | 2 89 5 |
| 2 3 5 | 89 67 67 | 4 1 89 |
|--------------------+--------------------+--------------------|
| 189 2 19 | 34 47 37 | 6 5 89 |
| 5 a68 3 | 89 69-8 2 | 1 7 4 |
| 689 4 7 | 1 5 68 | 3 89 2 |
|--------------------+--------------------+--------------------|
| 3 5 4 | 7 2 89 | 89 6 1 |
| 1689 b68 19 | 5 3 4 | 89 2 7 |
|c89 7 2 | 6 d89 1 | 5 4 3 |
*--------------------------------------------------------------*
A bit further on follow the cells marked abcd and you see that at least 1 of r5c2 and r9c5 must be 8 so 8 can be removed from r5c5. This is another 2 Stringed Kite.
- Code: Select all
*--------------------------------------------------------------*
| 4 9 8 | 2 1 5 | 7 3 6 |
| 7 1 6 | 34 b489 38-9 | 2 a89 5 |
| 2 3 5 | 89 67 67 | 4 1 89 |
|--------------------+--------------------+--------------------|
| 189 2 19 | 34 47 37 | 6 5 89 |
| 5 68 3 | 89 69 2 | 1 7 4 |
| 689 4 7 | 1 5 68 | 3 89 2 |
|--------------------+--------------------+--------------------|
| 3 5 4 | 7 2 d89 | 89 6 1 |
| 1689 68 19 | 5 3 4 | 89 2 7 |
| 89 7 2 | 6 c89 1 | 5 4 3 |
*--------------------------------------------------------------*
Next follow the cells marked abcd and you'll find that at least one of r2c8 or r7c6 must be 9, so 9 can be removed from r2c6. This move is called a W Wing.
The puzzle should then solve easily.
Leren