Morex wrote:
- Code: Select all
1 | 34| 9
74 | 9|
3 9| 87|2
-----------
9 |72 |153
3 | 5|9 7
517| 93| 2
-----------
9 3| 5 | 2
|3 | 96
6 |97 | 5
If anybody can analytically tell me the next move, I'd be very grateful!
-- Morex.
This doesn't use Milo's but gets the answer - more than one way of skinning these cats
- Code: Select all
- - - - - - - - - - - - - - -
Iteration Number 1
- - - - - - - - - - - - - - -
Testing for Unique Placements
Test all Digits for unique to Row/Col/Sq
Testing only Row/col in Square
Digit 6 occurs only in Column 3 - Square 4
Digit 6 not allowed Cell( 1, 3)
Digit 6 not allowed Cell( 2, 3)
Digit 1 occurs only in Column 8 - Square 9
Digit 1 not allowed Cell( 2, 8)
Digit 1 not allowed Cell( 3, 8)
- - - - - - - - - - - - - - -
Iteration Number 2
- - - - - - - - - - - - - - -
Testing for Unique Placements
Test all Digits for unique to Row/Col/Sq
Testing only Row/col in Square
Testing for Pairs/Triplets [Rows]
Row 4 - Digit 4 is a Pair in the same Square ~ Columns = 1, 3
Digit 4 not allowed Cell( 5, 1)
Digit 4 not allowed Cell( 5, 3)
Testing for Pairs/Triplets [Columns]
Col 6 - Digit 1 is a Triplet in the same Square ~ Rows = 7, 8, 9
Digit 1 not allowed Cell( 7, 4)
Digit 1 not allowed Cell( 8, 5)
- - - - - - - - - - - - - - -
Iteration Number 3
- - - - - - - - - - - - - - -
Testing for Unique Placements
40 - Digit 4 only candidate for Cell( 8, 5)
Test all Digits for unique to Row/Col/Sq
41 - Digit 4 Only position in Column( 1) is Cell( 4, 1)
42 - Cell( 9, 3) = 4
- - - - - - - - - - - - - - -
Iteration Number 4
- - - - - - - - - - - - - - -
Testing for Unique Placements
Test all Digits for unique to Row/Col/Sq
43 - Cell( 8, 3) = 1
44 - Cell( 8, 2) = 5
45 - Cell( 7, 2) = 7
46 - Digit 7 Only position in Row( 8) is Cell( 8, 7)
- - - - - - - - - - - - - - -
Iteration Number 5
- - - - - - - - - - - - - - -
Testing for Unique Placements
47 - Digit 6 only candidate for Cell( 3, 2)
48 - Digit 4 only candidate for Cell( 3, 8)
49 - Digit 1 only candidate for Cell( 3, 9)
50 - Digit 8 only candidate for Cell( 2, 9)
51 - Digit 5 only candidate for Cell( 3, 4)
52 - Digit 4 only candidate for Cell( 6, 9)
Test all Digits for unique to Row/Col/Sq
53 - Cell( 5, 4) = 4
54 - Cell( 7, 7) = 4
All Digit = 4 allocated
55 - Cell( 1, 8) = 7
All Digit = 7 allocated
- - - - - - - - - - - - - - -
Iteration Number 6
- - - - - - - - - - - - - - -
Testing for Unique Placements
Test all Digits for unique to Row/Col/Sq
56 - Digit 1 Only position in Column( 4) is Cell( 2, 4)
57 - Cell( 5, 5) = 1
58 - Cell( 1, 4) = 2
59 - Digit 2 Only position in Row( 2) is Cell( 2, 3)
60 - Cell( 1, 3) = 5
61 - Digit 5 Only position in Row( 2) is Cell( 2, 7)
All Digit = 5 allocated
62 - Digit 6 Only position in Row( 1) is Cell( 1, 7)
63 - Cell( 2, 5) = 6
64 - Cell( 1, 2) = 8
- - - - - - - - - - - - - - -
Iteration Number 7
- - - - - - - - - - - - - - -
Testing for Unique Placements
65 - Digit 3 only candidate for Cell( 2, 8)
66 - Digit 8 only candidate for Cell( 6, 7)
67 - Digit 2 only candidate for Cell( 9, 2)
68 - Digit 3 only candidate for Cell( 9, 7)
All Digit = 3 allocated
69 - Digit 6 only candidate for Cell( 5, 8)
70 - Digit 6 only candidate for Cell( 6, 4)
71 - Digit 8 only candidate for Cell( 7, 4)
72 - Digit 1 only candidate for Cell( 7, 8)
73 - Digit 8 only candidate for Cell( 8, 1)
74 - Digit 2 only candidate for Cell( 8, 6)
75 - Digit 1 only candidate for Cell( 9, 6)
All Digit = 1 allocated
76 - Digit 8 only candidate for Cell( 9, 8)
77 - Digit 8 only candidate for Cell( 4, 6)
78 - Digit 2 only candidate for Cell( 5, 1)
All Digit = 2 allocated
79 - Digit 8 only candidate for Cell( 5, 3)
All Digit = 8 allocated
80 - Digit 6 only candidate for Cell( 7, 6)
81 - Digit 6 only candidate for Cell( 4, 3)
All Digit = 6 allocated
====================
Puzzle Solved
====================