Maria,
Using the starting PM posted by aran plus his DP and the techniques list posted by JasonLion, I arrived at the following solution path:
- Code: Select all
*--------------------------------------------------------------------*
| 9 38+ 7 | 3458- 48- 458- | 6 2 1 |
| 2 5 38- | 6 7 1 | 398- 48+ 349 |
| 6 4 1 | 38+ 29 29 | 358- 7 35 |
|----------------------+----------------------+----------------------|
| 3 679 48+ | 48- 5 26 | 1 69 27 |
| 1 69 45 | 7 246 2346 | 25 369 8 |
| 57 68- 2 | 9 1 368+ | 4 36 57 |
|----------------------+----------------------+----------------------|
| 47 12 9 | 148- 3 4678- | 278+ 5 246 |
| 8 37 35 | 2 469 45679 | 79 1 469 |
| 457 12 6 | 1458- 498+ 45798- | 23798- 48- 2349 |
*--------------------------------------------------------------------*
Applying X-Coloring to the digit 8, the above parity map can be produced when starting from 8r1c2.
7 Eliminations can be applied starting from 8r1c2 and following conjugate pairs as follows:
a) Starting from row 2 conjs r24c3 & r29c8 - eliminate 8r2c7
b) continuing from col 4 conjs r3c47 & r4c34 - eliminate 8r179c4
c) continuing from row 9 conjs r19c5 & r29c8 - eliminate 8r9c67
d) finish with col 6 conjs r19c5 & b5x19 (or r6c26) - eliminate 8r1c6
- Code: Select all
*--------------------------------------------------------------------*
| 9 38 7 | 345 48 45 | 6 2 1 |
| 2 5 38 | 6 7 1 | 39 48 349 |
| 6 4 1 | 38 29 29 | 358 7 35 |
|----------------------+----------------------+----------------------|
| 3 *69+7 48 | 48 5 26 | 1 *69 27 |
| 1 *69 45 | 7 246 2346 | 25 *69+3 8 |
| 57 68 2 | 9 1 368 | 4 36 57 |
|----------------------+----------------------+----------------------|
| 47 12 9 | 14 3 4678 | 278 5 246 |
| 8 37 35 | 2 469 45679 | 79 1 469 |
| 457 12 6 | 145 489 4579 | 2379 48 2349 |
*--------------------------------------------------------------------*
There is a type 6 UR r45c28.<69> as aran pointed out. It immediately leads to 9 <= r4c8, r5c2 since the 9s are conjugate in both rows/cols and cannot occur in r4c2/r5c8.
- Code: Select all
*--------------------------------------------------------------------*
| 9 38 7 | 345 48 45 | 6 2 1 |
| 2 5 38 | 6 7 1 | 39 48 349 |
| 6 4 1 | 38 29 29 | 358 7 35 |
|----------------------+----------------------+----------------------|
| 3 67 48 | 48 5 *26 | 1 9 27 |
| 1 9 *45 | 7 *246 346-2 |*25 36 8 |
| 57 68 2 | 9 1 368 | 4 36 57 |
|----------------------+----------------------+----------------------|
| 47 12 9 | 14 3 4678 | 278 5 246 |
| 8 37 35 | 2 469 45679 | 79 1 469 |
| 457 12 6 | 145 489 4579 | 2379 48 2349 |
*--------------------------------------------------------------------*
The above starred cells result in an ALS-XY/WXYZ-Wing pattern, or a type of Disjoint Locked Set called an ADLS since the 2s are contained in 2 sectors instead of only one. Since there is only one "outlaw" candidate and the 2r5c6 sees each 2, it can be eliminated by either ALS rules (WXYZ-Wing als 1 r4c6 -6- r5c357) or ADLS rules.
- Code: Select all
*--------------------------------------------------------------------*
| 9 38 7 | 345 48 45 | 6 2 1 |
| 2 5 38 | 6 7 1 | 39 48 349 |
| 6 4 1 | 38 29 29 | 358 7 35 |
|----------------------+----------------------+----------------------|
| 3 67 48 |*48 5 26 | 1 9 27 |
| 1 9 45 | 7 26-4 *36+4 | 25 *36 8 |
| 57 68 2 | 9 1 *36+8 | 4 *36 57 |
|----------------------+----------------------+----------------------|
| 47 12 9 | 14 3 4678 | 278 5 246 |
| 8 37 35 | 2 469 45679 | 79 1 469 |
| 457 12 6 | 145 489 4579 | 2379 48 2349 |
*--------------------------------------------------------------------*
This results in a type 3 UR r56c68.<36> forming a naked locked pair with cell r4c4 eliminating 4r5c5.
The resulting locked pair <26> in box 5 also eliminates 6r56c6.
- Code: Select all
*--------------------------------------------------------------------*
| 9 38 7 | 345 48 *45 | 6 2 1 |
| 2 5 38 | 6 7 1 | 39 48 349 |
| 6 4 1 | 38 29 29 | 358 7 35 |
|----------------------+----------------------+----------------------|
| 3 67 48 | 48 5 26 | 1 9 27 |
| 1 9 *45 | 7 26 3-4 | 25 36 8 |
| 57 68 2 | 9 1 38 | 4 36 57 |
|----------------------+----------------------+----------------------|
| 47 12 9 | 14 3 4678 | 278 5 246 |
| 8 37 *3+5 | 2 469 *4679+5 | 79 1 469 |
| 457 12 6 | 145 489 4579 | 2379 48 2349 |
*--------------------------------------------------------------------*
The starred cells form a W-Wing. Consider the conjugate 5s in row 8. Depending on which is a five, either r1c6 is a 4, or r5c3 is a 4. Therefore the peer intersection at r5c6 cannot possibly contain a 4.
Singles from there on.
So, you need X-Coloring, UR type 6 and 3, WXYZ-Wing or ADLS and W-Wing in order to solve this without using chains. I don't know if that solution path is any easier, but I find patterns easier to locate manually than chains. It took about 15 minutes to execute the above using Simple Sudoku to assist in coloring, locating the URs and the W-Wing. I actually found the ADLS before I noticed that it was also an ALS-XY or WXYZ-Wing pattern - probably the same one as JasonLion. So, I'm not certain that I agree 100% with eleven that "to find it manually is extremely boring...", but then I had the tips from aran and JasonLion to guide me, so perhaps his point is valid. I usually give up after about 30 minutes of manual effort since my brain is at the bursting point by then.
My point... I don't have a point, especially since I'm from the camp that believes chains are patterns and patterns are chains. My best advice is to study, learn techniques and use something like Simple Sudoku at the very least for tracking candidates and for producing PM grids that are postable.
Cheers,
Paul
Sudoku - it's not just a hobby, it's an affliction...