Here I am, stuck again! Just when I was having a good run of solving puzzles, this one comes along and gets me flummoxed.
Starting problem is this:
- Code: Select all
*-----------*
|...|.8.|3..|
|.2.|...|..4|
|.7.|5..|...|
|---+---+---|
|.5.|...|.7.|
|8..|.3.|..6|
|.9.|...|.2.|
|---+---+---|
|...|..9|.5.|
|6..|...|.4.|
|..1|.4.|...|
*-----------*
I get to this, after using one ALS in house 1 (is that the correct term for the top left block?):
- Code: Select all
*-----------------------------------------------------------------------------*
| 49 6 459 | 2479 8 247 | 3 1 57 |
| 1359 2 358 | 1679 79 1367 | 57 68 4 |
| 134 7 348 | 5 16 1346 | 29 68 29 |
|-------------------------+-------------------------+-------------------------|
| 234 5 2346 | 124689 29 12468 | 148 7 138 |
| 8 1 247 | 247 3 2457 | 45 9 6 |
| 347 9 3467 | 14678 57 145678 | 1458 2 1358 |
|-------------------------+-------------------------+-------------------------|
| 27 4 27 | 3 16 9 | 168 5 18 |
| 6 3 59 | 1278 257 12578 | 1279 4 1279 |
| 59 8 1 | 267 4 2567 | 2679 3 279 |
*-----------------------------------------------------------------------------*
Where do we go from here please? (please give an explanation of the move if anything that is different from nakeds, X wing, Y wing, XY wing and ALSs).
By the way, I guess it is obvious that the fewer starting cells are given, then generally (but not always, I realise) the harder the problem (depending on the positions and 'shapes' of the given cells).
Does anyone have a view as to when the extra difficulty clicks in? I find that when 19 or less are given (and especially 17 or less) than I am pretty certain that I am going to run into difficulties later. Any other views on that?
Thanks in advance for your suggestions and help.
Wychwood
- Code: Select all