When study some hardest puzzles I found a way to solve them quite fast even rating SE 10.0 or higher. I do not know this way has ready yet on this Forum or other Site. The meaning of this way are looking for Hidden Pair-Triple Quad on Row/Column/Block (R/C/B).
Conditions :
1- Row/Column/Block had 3 or 4 given numbers.
2- Row/Column/Bock have to at least a candidate that this candidate is Strong Link on this R/C/B
3- Row/Column/Block have to at least a cell that this cell is only two candidates.
Example : A B C xy xyztsv xyztsv xytsv xytsv xytsv
- ABC : given numbers
- xyztsv : candidates
- z : strong link
At present, I suggest some form based on this way:
FORM 1 : A B C xy xyzt xzs ytv tsv ysv => A B C xy xyz yz tv tsv sv
FORM 2 : A B C zy xyztsv xytsv xytsv xytsv xytsv => A B C zy zy xtsv xtsv xtsv xtsv
FORM 3 : A B C xy yzt xzsv xysv ytsv tsv => A B C xy yzt xz yt sv sv
Im not enough smart, patient, time to suggest more in this time.
EXAMPLE :
- Code: Select all
Original puzzle : Arto's Etana - SE 10.5
*-----------*
|1..|..7|.9.|
|.3.|.2.|..8|
|..9|6..|5..|
|---+---+---|
|..5|3..|9..|
|.1.|.8.|..2|
|6..|..4|...|
|---+---+---|
|3..|...|.1.|
|.4.|...|..7|
|..7|...|3..|
*-----------*
After basic eliminations :
*-----------------------------------------------------------------------------*
| 1 2568 2468 | 458 345 7 | 246 9 346 |
| 457 3 46 | 1459 2 159 | 1467 467 8 |
| 2478 278 9 | 6 134 138 | 5 2347 134 |
|-------------------------+-------------------------+-------------------------|
| 2478 278 5 | 3 167 126 | 9 4678 146 |
| 479 1 34* | 579 8 569 | 467 34567* 2 |
| 6 2789 238 | 12579 1579 4 | 178 3578 135 |
|-------------------------+-------------------------+-------------------------|
| 3 25689 268 | 245789 45679 25689 | 2468 1 4569 |
| 2589 4 1 | 2589 3569 235689 | 268 2568 7 |
| 2589 25689 7 | 124589 14569 125689 | 3 24568 4569 |
*-----------------------------------------------------------------------------*
Row 5 : strong link 3s at r5c3 & r5c8, based on Form 2 => pair 34 at r5c3 and r5c8
*-----------------------------------------------------------------------------*
| 1 2568 2468 | 458 345 7 | 246 9 346 |
| 457 3 46 | 1459 2 159 | 1467* 467 8 |
| 2478 278 9 | 6 134 138 | 5 2347 134 |
|-------------------------+-------------------------+-------------------------|
| 2478 278 5 | 3 167 126 | 9 4678 146 |
| 79 1 34 | 579 8 569 | 67* 34 2 |
| 6 2789 238 | 1279 179 4 | 178* 3578 135 |
|-------------------------+-------------------------+-------------------------|
| 3 25689 268 | 245789 45679 25689 | 2468 1 4569 |
| 2589 4 1 | 2589 3569 235689 | 268 2568 7 |
| 2589 25689 7 | 124589 14569 125689 | 3 24568 4569 |
*-----------------------------------------------------------------------------*
Column 7 : strong link 1s at r2c7&r6c7, based on Form 1 => triple 167 at r2c7, r5c7,r6c7
*-----------------------------------------------------------------------------*
| 1 2568* 2468 | 458 345 7 | 24 9 346 |
| 457* 3 46* | 1459 2 159 | 167 467 8 |
| 2478 278 9 | 6 134 138 | 5 2347 134 |
|-------------------------+-------------------------+-------------------------|
| 2478 278 5 | 3 167 126 | 9 4678 146 |
| 79 1 34 | 579 8 569 | 67 34 2 |
| 6 2789 238 | 1279 179 4 | 17 3578 135 |
|-------------------------+-------------------------+-------------------------|
| 3 25689 268 | 245789 45679 25689 | 248 1 4569 |
| 2589 4 1 | 2589 3569 235689 | 28 256 7 |
| 2589 25689 7 | 124589 14569 125689 | 3 2456 4569 |
*-----------------------------------------------------------------------------*
Now rating still SE 9.1.
Block 1 : strong link 5s at r1c2&r2c1, based on Form 3 => quad 4567 at r1c2, r2c1, r3c1, r2c3
*-----------------------------------------------------------------------------*
| 1 56 28 | 458 345 7 | 24 9 346 |
| 457 3 46 | 1459 2 159 | 167 467 8 |
| 47 28 9 | 6 134 138 | 5 2347 134 |
|-------------------------+-------------------------+-------------------------|
| 248 278 5 | 3 167 126 | 9 4678 146 |
| 9 1 34 | 57 8 56 | 67 34 2 |
| 6 278 238 | 1279 179 4 | 17 3578 135 |
|-------------------------+-------------------------+-------------------------|
| 3 569 268 | 24578 4567 2568 | 248 1 459 |
| 258 4 1 | 2589 3569 235689 | 28 256 7 |
| 258 569 7 | 12458 1456 12568 | 3 2456 4569 |
*-----------------------------------------------------------------------------*
then rating SE 8.4
After all above I have questions :
1- This way is logic or as T&E?
2- If this way is logic then how to demonstrate?
3- Some more Form?
Thanks to all
TTT
- Code: Select all