My confusion about hidden pairs

Advanced methods and approaches for solving Sudoku puzzles

My confusion about hidden pairs

Postby Norten29 » Thu Dec 22, 2005 8:40 pm

:D
Last edited by Norten29 on Sun Jan 29, 2006 11:43 pm, edited 1 time in total.
Norten29
 
Posts: 1
Joined: 22 December 2005

Re: My confusion about hidden pairs

Postby tso » Thu Dec 22, 2005 9:17 pm

Norten29 wrote:Does anyone know a better, or more extensive rule for hidden pairs?


The description Angus gives is correct. Perhaps some examples will help.

Here are 9 cells in a row:

Code: Select all
[12345][12567][<>12]|[<>12][<>12][<>12]|[<>12][<>12][<>12]


The first two cells have 5 candidates including a '1' and a '2'. The next 7 cells can have anything at all other than a '1' or a '2' (I'm using '<>' to mean 'not'). So there are TWO candidates that only appear in TWO cells. The only possible results are that either the first cell is 1 and the second is 2 OR the first cell is 2 and the second is 1. Either way, no other candidate can exist in the first two cells, leaving you with:

Code: Select all
[12---][12---][<>12]|[<>12][<>12][<>12]|[<>12][<>12][<>12]



Hidden triples take it a step further:

Code: Select all
[12345][12356][12356]|[<>123], etc.
[12345][12356][12-56]|[<>123], etc.
[12345][1-356][12-56]|[<>123], etc.
[-2345][1-356][12-56]|[<>123], etc.


In each of these four cases, the digits 1, 2 and 3 appear ONLY in the first three cells -- so the first three cells are full -- all other candidates are eliminated:

[EDIT: type corrected]
Code: Select all
[123--][123--][123--]|[<>123], etc.
[123--][123--][12---]|[<>123], etc.
[123--][1-3--][12---]|[<>123], etc.
[-23--][1-3--][12---]|[<>123], etc.


THREE candidates appearing in only THREE cells.
Last edited by tso on Fri Dec 23, 2005 1:32 am, edited 1 time in total.
tso
 
Posts: 798
Joined: 22 June 2005

Re: My confusion about hidden pairs

Postby ronk » Fri Dec 23, 2005 12:44 am

Norten29 wrote:One of the features of Simple Sudoku is that it flags or reports whenever an invalid move is made. The reason I say the rule for hidden pairs is insufficient is that often when I follow it explicitly, my move is declared invalid.

A specific case might be in order. When you get an "invalid move", you can copy and paste the candidate grid from Simple Sudoku to this thread ... and describe the move you're trying to make.

Someone can then explain why the move is invalid.
ronk
2012 Supporter
 
Posts: 4764
Joined: 02 November 2005
Location: Southeastern USA

Re: My confusion about hidden pairs

Postby Cec » Fri Dec 23, 2005 4:55 am

tso wrote:In each of these four cases, the digits 1, 2 and 3 appear ONLY in the first three cells -- so the first three cells are full -- all other candidates are eliminated:

Code: Select all
[123--][123--][12356]|[<>123], etc.
[123--][123--][12---]|[<>123], etc.
[123--][1-3--][12---]|[<>123], etc.
[-23--][1-3--][12---]|[<>123], etc.

THREE candidates appearing in only THREE cells.


Unless I'm mistaken shouldn't the third cell in the top row read [123--]
Cec
Cec
 
Posts: 1039
Joined: 16 June 2005

Re: My confusion about hidden pairs

Postby QBasicMac » Fri Dec 23, 2005 5:23 am

Norten29 wrote:The reason I say the rule for hidden pairs is insufficient is that often when I follow it explicitly, my move is declared invalid. Does anyone know a better, or more extensive rule for hidden pairs?


The following pencilmarks show a hidden pair in r8c7 r9c7:
Code: Select all
+-------------------+-----------------+--------------+
| 2      149   59   | 149   159   3   | 6     7   8  |
| 357    134   357  | 6     158   248 | 13    24  9  |
| 6      1349  8    | 149   7     249 | 13    24  5  |
+-------------------+-----------------+--------------+
| 349    5     39   | 349   6     1   | 7     8   2  |
| 489    7     6    | 489   2     489 | 5     3   1  |
| 38     2     1    | 5     38    7   | 4     9   6  |
+-------------------+-----------------+--------------+
| 35789  389   3579 | 1389  4     6   | 2     15  37 |
| 1      389   2    | 7     389   5   | 389   6   4  |
| 35789  6     4    | 2     1389  89  | 1389  15  37 |
+-------------------+-----------------+--------------+


As you can see, every candidate 8 and 9 in box 9 fall into those two cells. Therefore 8 and 9 must be placed there in some order. That means no other candidate is valid in those two cells.

You can erase 3 from r8c7
You can erase 1 and 3 from r9c7.

There is nothing else you can erase.

If that is what you have been doing, then you have probably simply made a clerical mistake. No software (I hope) would reject those three erasures.

If these general replies don't help, you really need to do what ronk said: Solve a puzzle up to the invalid erasure in a hidden pair and then post a grid similar to mine above and tell us which cell you tried to erase what from.

Mac
QBasicMac
 
Posts: 441
Joined: 13 July 2005


Return to Advanced solving techniques

cron