RW wrote:Puzzle 1
- Code: Select all
*-----------*
|.2.|1.8|..5|
|1..|.76|.3.|
|7..|4..|...|
|---+---+---|
|..7|...|2..|
|48.|...|.59|
|..2|...|6..|
|---+---+---|
|...|..9|..1|
|.5.|74.|..6|
|6..|8.1|.7.|
*-----------*
First the obvious ones:
r7c2=7 (B)
r1c7=7 (B)
r6c9=7 (B)
r5c6=7 (B)
r8c3=1 (B)
I cant see anymore obvious cells by drawing lines, but I can see two pairs: r78c1={2,8} (R) and r23c3={5,8} (B). Next I start checking rows, starting with row 1. Two pairs there also: c1&5={3,9} and c3&8={4,6}. This is enough to solve the next number:
[edit: typo there, the first pair should read r78c1={2,8} (Co) = the two numbers cannot go anywhere else in the column.]
r9c3=9 (Co)
This gives me another pair: r7c3 and r9c2={3,4} so far 5 pairs to remember. Now I see a very obvious trail:
if r1c1=9 => r3c2=3 (B) => r2c9=4 (Co) => r1c3=4 (B) => nowhere to place 6 in box 1. This gives me:
RW wrote:Now I have:
- Code: Select all
*-----------*
|324|198|765|
|19.|.76|.3.|
|76.|4..|...|
|---+---+---|
|..7|...|2..|
|486|..7|.59|
|..2|...|6.7|
|---+---+---|
|.73|..9|..1|
|.51|74.|..6|
|649|8.1|.7.|
*-----------*
Still cant see any obvious so I have a look at column 9, missing numbers 2,3,4 and 8. This gives me an idea that I have to check out and this is what I see:
if r3c5 or r3c6=2 =>r2c9=2 (B) and
if r2c4=2 => r2c3=5 (R) => r3c3=8 => r3c9=2 (Ce)
Anyway, r9c9 cannot be 2. This gives me a 2 in either r7c8 or r8c8 that not only forms an x-wing with c1 but also lets me exclude 8 from both squares (uniqueness). Thanks to this I can go on:
r8c6=3 (Ce)
r9c5=2 (B)
r5c1=2 (B)
r3c6=2 (B)
r2c9=2 (B)
*-----------*
|1..|.32|578|
|58.|174|.92|
|7.2|589|461|
|---+---+---|
|8..|.2.|71.|
|67.|418|9..|
|921|75.|68.|
|---+---+---|
|..8|365|1.7|
|31.|297|8.6|
|..7|841|..9|
*-----------*
RW wrote:if r5c7=9 => r5c1=6 (Ce) => r6c7=6 (B) => r3c8=6 (B) => r3c6=9 (Ce) => r6c1=9 (R) => Double solution. I can remove that option and go on:
. 7 . | 6 . . | 4 . .
8 . . | . 1 . | . 9 .
. . . | . . . | 1 . 7
---------------------
9 . . | . 2 . | . . .
. 5 . | 7 . 4 | . 2 .
. . . | . 3 . | . . 5
---------------------
3 . 7 | . . . | . . .
. 9 . | . 5 . | . . 3
. . 5 | . . 1 | . 4 .
drsuds wrote:
- Code: Select all
*-----------*
|1..|.32|578|
|58.|174|.92|
|7.2|589|461|
|---+---+---|
|8..|.2.|71.|
|67.|418|9..|
|921|75.|68.|
|---+---+---|
|..8|365|1.7|
|31.|297|8.6|
|..7|841|..9|
*-----------*
You said this results in a double solution.
Somehow I can't see it. Please clarify this point. Where is the double solution in the encoding above.
6..|...|9..
9..|...|6..
9..|...|6..
6..|...|9..
fermat wrote:RW, is this pretty easy without? (It is a bit tedious with. <sigh> )
- Code: Select all
. 7 . | 6 . . | 4 . .
8 . . | . 1 . | . 9 .
. . . | . . . | 1 . 7
---------------------
9 . . | . 2 . | . . .
. 5 . | 7 . 4 | . 2 .
. . . | . 3 . | . . 5
---------------------
3 . 7 | . . . | . . .
. 9 . | . 5 . | . . 3
. . 5 | . . 1 | . 4 .
*-----------*
|.7.|6..|4..|
|8..|.17|.9.|
|...|...|1.7|
|---+---+---|
|9..|.2.|..4|
|.5.|7.4|.2.|
|7..|.3.|..5|
|---+---+---|
|3.7|...|...|
|.9.|.5.|..3|
|..5|371|.4.|
*-----------*
RW wrote:Now look back at the original puzzle, none of these cells had a clue in it from the beginning, therefore these four cells cannot contain an unavoidable set if the puzzle has an unique solution. A good introduction to uniqueness technique can be foundhere, then there is off course all the links to different uniqueness related techniques in Mike Barker's list.
*-----------*
|.8.|...|5.2|
|...|..4|.37|
|4..|.3.|.6.|
|---+---+---|
|.16|4.3|...|
|8..|...|..3|
|...|1.5|62.|
|---+---+---|
|.7.|.5.|..6|
|36.|9..|...|
|9.5|...|.8.|
*-----------*
*-----------*
|..7|.5.|..4|
|...|...|.65|
|...|.24|1..|
|---+---+---|
|5..|7..|..6|
|..3|649|8..|
|9..|..8|..1|
|---+---+---|
|..4|38.|...|
|65.|...|...|
|3..|.6.|5..|
*-----------*
*-----------*
|.83|...|542|
|...|..4|.37|
|4..|.3.|.6.|
|---+---+---|
|.16|4.3|...|
|8..|...|..3|
|.3.|1.5|62.|
|---+---+---|
|.7.|.5.|..6|
|36.|9..|...|
|9.5|...|.8.|
*-----------*
*-----------*
|.83|...|542|
|...|..4|.37|
|4.7|.3.|.6.|
|---+---+---|
|.16|4.3|...|
|8..|...|..3|
|73.|1.5|62.|
|---+---+---|
|.7.|.5.|..6|
|36.|9..|...|
|9.5|...|.8.|
*-----------*
*-----------*
|5..|1..|.7.|
|...|...|8..|
|9.8|4..|..2|
|---+---+---|
|.37|..2|6.5|
|...|...|...|
|1.2|6..|73.|
|---+---+---|
|4..|..1|5.9|
|..5|...|...|
|.1.|..7|..3|
*-----------*
*-----------*
|543|128|976|
|721|396|854|
|968|475|312|
|---+---+---|
|837|912|645|
|654|783|291|
|192|654|738|
|---+---+---|
|476|831|529|
|385|249|167|
|219|567|483|
*-----------*
*-----------*
|...|.9.|.5.|
|6..|4.3|.8.|
|1.8|..5|...|
|---+---+---|
|..4|8..|.15|
|..1|...|7..|
|76.|..4|9..|
|---+---+---|
|...|9..|4.6|
|.8.|6.7|..1|
|.7.|.4.|...|
*-----------*
1. r7c2=1 C,B 00:11
2. r7c8=7 R,B 00:21
3. r1c6=8 R,B 00:55
4. r7c5=8 R,C 01:00
5. r7c6=2 N 01:18
6. r9c3=6 R,C,B 01:33
7. r8c1=4 R,B 01:47
8. r9c6=1 C 02:46
9. r9c7=8 C 03:28
10.r5c1=8 C,B 03:53
11.r6c9=8 R,C,B 03:58
12.r4c5=7 R,B 04:52
13.r7c1=5 T1 07:03
14.r7c3=3 R 07:05
15.r8c7=5 C,B 07:25
16.r8c5=3 N 07:33
17.r9c4=5 R,B 07:39
18.r3c5=6 B 12:57
19.r1c7=6 R,B 13:06
20.r5c8=6 C,B 13:14
21.r4c6=6 R,C,B 13:19
22.r5c6=9 C,B 13:25
23.r2c7=1 C,B 13:59
24.r1c4=1 R,B 14:21
25.r3c4=7 C,B 14:30
26.r2c5=2 B 14:32
27.r6c5=1 R,C,B 14:37
28.R5C5=5 C,B 14:42
29.r6c3=5 R,B 14:48
30.r5c9=4 R,B 15:26
31.r1c2=4 R 18:22
32.r3c8=4 R,C,B 18:25
33.r2c2=5 R,C,B 20:10
Finlip wrote:
- Code: Select all
*-----------*
|...|.9.|.5.|
|6..|4.3|.8.|
|1.8|..5|...|
|---+---+---|
|..4|8..|.15|
|..1|...|7..|
|76.|..4|9..|
|---+---+---|
|...|9..|4.6|
|.8.|6.7|..1|
|.7.|.4.|...|
*-----------*
Here is the random simple sudoku extreme.
*-----------------------------*
| . 4 . | 1 9 8 | 6 5 . |
| 6 5 . | 4 *2 *3 | 1 8 . |
| 1 . 8 | 7 6 5 | . 4 . |
|---------+---------+---------|
| . . 4 | 8 7 6 | . 1 5 |
| 8 . 1 | . 5 9 | 7 6 4 |
| 7 6 5 | . 1 4 | 9 . 8 |
|---------+---------+---------|
| 5 1 *3 | 9 8 *2 | 4 7 6 |
| 4 8 . | 6 *3 7 | 5 . 1 |
| . 7 6 | 5 4 1 | 8 . . |
*-----------------------------*
1. r2c3=1 C,B 00:06
2. r3c6=1 R,B 00:09
3. r7c4=1 R,C,B 00:14
4. r8c7=1 R,C,B 00:17
5. r4c5=4 C,B 00:36
6. r7c5=8 R,B 01:00
7. r7c9=2 N 01:45
8. r2c5=6 R,B 05:58
9. r8c9=5 C,B 12:12
10.r6c9=9 N 12:16
11.r2c9=4 C 12:18
12.r3c8=9 C,B 12:22
13.r2c1=9 C 12:32
14.r8c1=4 C 12:38
15.r1c2=4 R,C,B 15:22
16.r4c8=8 T1 22:56
17.r6c6=8 R,B 23:06
18.r6c7=2 N 23:28
19.r1c8=2 C,B 23:35
20.r4c3=6 R 24:29
21.r5c7=6 T2 25:34
22.r5c8=4 R,B 25:41
23.r9c7=4 R,C,B 25:44
24.r4c1=2 T3 28:25
25.r3c1=3 C 28:28
26.r1c8=3 R,C,B 28:36
27.r2c8=8 C,B 28:41
28.r3c8=7 C,B 28:44
29.r1c4=8 R,C,B 29:03
30.r4c4=3 R 29:26
31.r6c2=3 R,B 29:29
32.r6c5=5 R 29:39
33.r3c5=2 C 29:58
34.r8c5=3 C,B 30:01
35.r1c6=5 B 30:20
36.r2c4=7 B 30:24
37.r5c6=7 R,C,B 30:27
38.r5c4=2 R,B 30:30
39.r9c4=5 R,C,B 30:39
40.r1c3=7 R,B 30:55
41.r2c2=2 R,B 30:58
42.r2c2=5 R,B 31:00
43.r5c3=5 R,C,B 31:04
44.r5c2=9 R,B 31:07
45.r9c3=9 R,C,B 31:10
46.r8c3=2 C,B 31:15
47.r9c6=2 R,C,B 31:18
48.r9c8=3 R 31:23
49.r9c2=6 R 31:26
50.r7c3=3 R,C,B 31:30
51.r7c2=7 C,B 31:32
52.r8c8=7 R,C,B 31:36
53.r7c8=6 R,C,B 31:39
54.r8c6=6 R,C,B 31:41
T1: Whether I put 8 in c4 or c7 of r2, I get this 8 (by working through b5 in the first case)
T2: 4 can only go to r59c78. 6 can go to r59c78 plus r78c8. To avoid the deadly pattern, 6 has to go to r78c8. This leads to the next 6.
T3: If 2 goes to any other cell in block 4 (r5c2 or r5c3), it leads to r4c4, r3c5, and r1c2 being 2. In either case, column 1 doesn't have a 2 which proves that 2 can't go to these other cells.
Return to Advanced solving techniques
Users browsing this forum: No registered users and 1 guest