What am I missing?

Advanced methods and approaches for solving Sudoku puzzles

What am I missing?

Postby bruceka9 » Thu Dec 08, 2005 8:36 pm

Given this solution matrix, I do not "see" x-wing, swordfish, xy-wing or any BUG. Am I not "seeing" or is there some other technique I need to study? Don't solve it for me, just point me in the correct direction.

Thanks, Bruce
Code: Select all
+-------+-------+------+-------+-------+-------+-------+-------+------+
|                      |                       |                      |
|   2      6 9     5   |   1       7     3 6 9 |    8     3 6     4   |
|                      |                       |                      |
| 1 6 8   1 6 8    7   |   4      2 5    2 3 5 |   1 6    2 3     9   |
|                      |                       |                      |
|   4     1 6 9    3   | 2 6 9     8     2 6 9 |    7      5    1 2 6 |
|                      |                       |                      |
+-------+-------+------+-------+-------+-------+-------+-------+------+
|                      |                       |                      |
|  3 7     3 7     9   |   8      2 6   1 2 6  |  1 6      4     5    |
|                      |                       |                      |
| 1 5 6   1 5 6    4   | 5 6 9     3    1 6 9  |   2       7     8    |
|                      |                       |                      |
| 1 5 6     2      8   |  5 6      4      7    |   3       9    1 6   |
|                      |                       |                      |
+-------+-------+------+-------+-------+-------+-------+-------+------+
|                      |                       |                      |
|  5 7      4      6   |  3 7      1     2 5   |   9       8    2 3   |
|                      |                       |                      |
|   9      5 7     2   |  3 7     5 6     8    |   4       1    3 6   |
|                      |                       |                      |
|  3 8     3 8     1   |  2 6      9      4    |   5      2 6    7    |
|                      |                       |                      |
+-------+-------+------+-------+-------+-------+-------+-------+------+
bruceka9
 
Posts: 7
Joined: 23 October 2005

Postby Ruud » Thu Dec 08, 2005 8:43 pm

There is an XY-Wing, just look at R8C5 one more time.

Ruud.
Ruud
 
Posts: 664
Joined: 28 October 2005

Postby bruceka9 » Thu Dec 08, 2005 9:09 pm

Got it.

How did you find it so fast?
bruceka9
 
Posts: 7
Joined: 23 October 2005


Return to Advanced solving techniques