ArkieTech wrote:Just when I think I am beginning to get a grip or understanding.
- Code: Select all
*-----------*
|...|...|..1|
|...|2.3|...|
|.45|...|6..|
|---+---+---|
|..7|..6|.3.|
|.8.|...|.9.|
|.1.|8..|7..|
|---+---+---|
|..3|...|95.|
|...|4.1|...|
|2..|...|...|
*-----------*
*-----------*
|.32|...|.71|
|671|2.3|.89|
|.45|...|623|
|---+---+---|
|.27|..6|138|
|.86|...|295|
|.19|8..|746|
|---+---+---|
|163|7..|954|
|7.8|4.1|362|
|2.4|...|817|
*-----------*
*-----------------------------------------------------------*
| 89 3 2 | 569 68 4589 | 45 7 1 |
| 6 7 1 | 2 45 3 | 45 8 9 |
| 89 4 5 | 19 17 789 | 6 2 3 |
|-------------------+-------------------+-------------------|
| 45 2 7 | 59 459 6 | 1 3 8 |
| 34 8 6 | 13 17 47 | 2 9 5 |
| 35 1 9 | 8 23 25 | 7 4 6 |
|-------------------+-------------------+-------------------|
| 1 6 3 | 7 28 28 | 9 5 4 |
| 7 59 8 | 4 59 1 | 3 6 2 |
| 2 59 4 | 36 36 59 | 8 1 7 |
*-----------------------------------------------------------*
r1c4-9-r4c4=9=r4c5-5-r8c5=9=r9c6-9-r1c6=5=r1c4
Help! since weak side r1c4, r4c4 is part of the ring I thought one or the other point had to be a 9 and therefore the 9 at r3c4 could be eliminated. I am wrong of course. Can anyone help me?
dan
You've made an error in your chain. After r4c4=9=r4c5, it doesn't make sense to have r4c5-5-r8c5. You've effectively written "if r4c4<>9 then r4c5=9. But if r4c5=5, then r8c5<>5..."
I do see a y-cycle, but it doesn't seem to help matters much:
[r4c4]-9-[r3c4]-1-[r5c4]-3-[r6c5]-2-[r6c6]-5-[r4c4], implying r1c4<>9, r4c5<>5.
However, a related xy-chain does solve the puzzle immediately:
9-[r4c4]-1-[r5c4]-3-[r6c5]-2-[r6c6]-5-[r9c6]-9, implying r13c6<>9.