Don't understand this colors hint

Advanced methods and approaches for solving Sudoku puzzles

Don't understand this colors hint

Postby krustyburger » Sun Oct 23, 2005 7:30 pm

Working on an extreme random in SS. The hint says I can eliminate the 4 from R2C9 based on a colors solution from R1C1, R2C2, R9C2, R9C7, R8C8, and R3C7. I thought I had the colors technique down but I don't see where they intersect on R2C9. Please explain this situation...

Code: Select all
 
 *-----------*
 |.29|.6.|5.3|
 |3.8|.95|62.|
 |765|.32|.9.|
 |---+---+---|
 |.32|68.|9..|
 |9..|.53|.62|
 |..6|921|3..|
 |---+---+---|
 |693|248|715|
 |...|319|2.6|
 |2.1|576|.39|
 *-----------*

 
 *-----------------------------------------------------------*
 | 14    2     9     | 1478  6     47    | 5     478   3     |
 | 3     14    8     | 147   9     5     | 6     2     47    |
 | 7     6     5     | 48    3     2     | 14    9     148   |
 |-------------------+-------------------+-------------------|
 | 145   3     2     | 6     8     47    | 9     457   147   |
 | 9     18    47    | 47    5     3     | 18    6     2     |
 | 458   57    6     | 9     2     1     | 3     4578  478   |
 |-------------------+-------------------+-------------------|
 | 6     9     3     | 2     4     8     | 7     1     5     |
 | 458   57    47    | 3     1     9     | 2     48    6     |
 | 2     48    1     | 5     7     6     | 48    3     9     |
 *-----------------------------------------------------------*
krustyburger
 
Posts: 2
Joined: 23 October 2005

Re: Don't understand this colors hint

Postby tso » Sun Oct 23, 2005 8:08 pm

Code: Select all
*-----------------------------------------------------------*
 | 14    2     9     | 1478  6     47    | 5     478   3     |
 | 3    [14]   8     | 147   9     5     | 6     2     47    |
 | 7     6     5     | 48    3     2     |(14)   9     148   |
 |-------------------+-------------------+-------------------|
 | 145   3     2     | 6     8     47    | 9     457   147   |
 | 9     18    47    | 47    5     3     | 18    6     2     |
 | 458   57    6     | 9     2     1     | 3     4578  478   |
 |-------------------+-------------------+-------------------|
 | 6     9     3     | 2     4     8     | 7     1     5     |
 | 458   57    47    | 3     1     9     | 2     48    6     |
 | 2    (48)   1     | 5     7     6     |[48]   3     9     |
 *-----------------------------------------------------------*


I'm using [] and () instead of colors.

[r2c2] is in the same row as r2c9.
(r3c7) is in the same box as r2c9.

Either [r2c2] or (r3c7) is true, therefore, r2c9 is false.
tso
 
Posts: 798
Joined: 22 June 2005

Postby krustyburger » Sun Oct 23, 2005 9:01 pm

Ok, thanks. I always thought that the colors had to intersect, but I gues that's when they are outside of another box. Looking at it logically it makes sense.
krustyburger
 
Posts: 2
Joined: 23 October 2005


Return to Advanced solving techniques