mikebot wrote:I don't understand how colors can eliminate the '1' in R2C2 in this puzzle:
- Code: Select all
- 14  7    5   | 248  289  289 | 3    6    12
 3   16   146 | 24   5    7   | 129  129  8
 2   9    8   | 6    1    3   | 7    5    4
 -------------+---------------+-------------
 9   126  7   | 5    268  268 | 4    3    12
 18  3    126 | 9    7    4   | 126  128  5
 48  5    246 | 23   236  1   | 269  289  7
 -------------+---------------+-------------
 6   8    3   | 7    4    5   | 12   12   9
 7   12   12  | 38   389  89  | 5    4    6
 5   4    9   | 1    26   26  | 8    7    3
 
And that took me so long to write.
Thanks.
 
I just read 
angusj's explanation on coloring in Simple Sudoku. For a laugh, I'm going to try and answer your question.
First off, the whole thing hinges on assigning alternating colors to a candidate that appears only twice in a row/column/block.
If you examine row 1, column 9, and row 4, you'll see that the value '1' appears twice as a candidate in each.
Now, color r1c1 blue and r1c9 green. This results in r4c9 being blue and r4c2 being green.
Now, cell r2c2 can not have a '1' value because it's in the same block as the blue cell r1c1 
and it's in the same column as the green cell r4c2.
In other words, r2c2 is a 
buddy to both a blue cell and a green cell. Therefore, it can't have '1' as a candidate.
As to why this is so, ask yourself what would happen if r2c2 was '1'. It then simultaneously eliminates '1' as a candidate from r1c1 and r4c2. This then forces two cells -- r1c9 and r4c9 -- to both be '1'. This can't happen!!!