HELP

All about puzzles in newspapers, magazines, and books

HELP

Postby spensierato » Wed Sep 06, 2006 12:22 am

Hello Sudoku fans,
Can anyone please help me out with this puzzle and explain why. This puzzle was published Solving Sudoku by Peter Gordon. Also, could someone better explain how to incorporate the grid so it can be easily read? Thanks in advance.

Code: Select all
5   1   2   346   9   36   8   346   7
3   8   6   57   14   57   2   9   14
7   9   4   236   68   12368   5   36   16
26   7   1   26   5   4   3   8   9
246   246   5   8   3   9   1   7   26
9   3   8   1   7   26   4   26   5
124   24   9   37   14   37   6   5   8
16   56   3   9   68   1568   7   24   24
8   456   7   456   2   56   9   1   3
spensierato
 
Posts: 3
Joined: 03 September 2006

Postby Sped » Wed Sep 06, 2006 1:05 am

If you copy the grid you posted and paste it into Simple Sudoku, it will print you a grid that looks like this:

Code: Select all
 
 *--------------------------------------------------------------------*
 | 5      1      2      | 346    9      36     | 8      346    7      |
 | 3      8      6      | 57     14     57     | 2      9      14     |
 | 7      9      4      | 236    68     12368  | 5      36     16     |
 |----------------------+----------------------+----------------------|
 | 26     7      1      | 26     5      4      | 3      8      9      |
 | 246    246    5      | 8      3      9      | 1      7      26     |
 | 9      3      8      | 1      7      26     | 4      26     5      |
 |----------------------+----------------------+----------------------|
 | 124    24     9      | 37     14     37     | 6      5      8      |
 | 16     56     3      | 9      68     1568   | 7      24     24     |
 | 8      456    7      | 456    2      56     | 9      1      3      |
 *--------------------------------------------------------------------*


There is a naked quad in column 6, which solves it.
Sped
 
Posts: 126
Joined: 26 March 2006

Postby spensierato » Wed Sep 06, 2006 2:06 am

Sped, I am fairly new to sudoku. What does naked quad mean and if you could tell where to get info on it. Thanks
spensierato
 
Posts: 3
Joined: 03 September 2006

Postby Sped » Wed Sep 06, 2006 2:37 am

When four cells in a group (row, line or box) contain between them exactly 4 different candidates, then each of those four cells will contain one of the candidates and those four candidates can be excluded from all other cells in that group.

Code: Select all
 *--------------------------------------------------------------------*
 | 5      1      2      | 346    9      36*    | 8      346    7      |
 | 3      8      6      | 57     14     57*    | 2      9      14     |
 | 7      9      4      | 236    68   12(36)8  | 5      36     16     |
 |----------------------+----------------------+----------------------|
 | 26     7      1      | 26     5      4      | 3      8      9      |
 | 246    246    5      | 8      3      9      | 1      7      26     |
 | 9      3      8      | 1      7    2(6)     | 4      26     5      |
 |----------------------+----------------------+----------------------|
 | 124    24     9      | 37     14     37*    | 6      5      8      |
 | 16     56     3      | 9      68   1(56)8   | 7      24     24     |
 | 8      456    7      | 456    2      56*    | 9      1      3      |
 *--------------------------------------------------------------------*


In this case, in column 6, the four cells r1c6, r2c6, r7c6 and r9c6 contain only the four candidates (3,5,6,7). Therefore all 3s, 5s, 6s, and 7s can be excluded from the other cells in column 6.

Above, the four cells that form the quad are marked with asterisks, and the candidates that get excluded have parentheses around them.

It's just like naked pairs, but with four candidates in four cells instead of two candidates in two cells.

http://angusj.com/sudoku/hints.php

has a decent explanation of naked pairs, triples and quads.
Sped
 
Posts: 126
Joined: 26 March 2006

re: "Solving Sudoku" by Peter Gordon

Postby Pat » Wed Sep 06, 2006 9:43 am

Sped wrote:
Code: Select all
  *--------------------------------------------------------------------*
 | 5      1      2      | 346    9      36     | 8      346    7      |
 | 3      8      6      | 57     14     57     | 2      9      14     |
 | 7      9      4      | 236    68     12368  | 5      36     16     |
 |----------------------+----------------------+----------------------|
 | 26     7      1      | 26     5      4      | 3      8      9      |
 | 246    246    5      | 8      3      9      | 1      7      26     |
 | 9      3      8      | 1      7      26     | 4      26     5      |
 |----------------------+----------------------+----------------------|
 | 124    24     9      | 37     14     37     | 6      5      8      |
 | 16     56     3      | 9      68     1568   | 7      24     24     |
 | 8      456    7      | 456    2      56     | 9      1      3      |
 *--------------------------------------------------------------------*

There is a naked quad in column 6


in c6,
the "hidden" duo {1,8}
leaves a "hidden single" 2
User avatar
Pat
 
Posts: 4056
Joined: 18 July 2005

Postby spensierato » Wed Sep 06, 2006 7:38 pm

Now I get it. Thanks!!:D
spensierato
 
Posts: 3
Joined: 03 September 2006


Return to Published puzzles

cron