Gurth's 2+2 : A New Technique

Advanced methods and approaches for solving Sudoku puzzles

Gurth's 2+2 : A New Technique

Postby gurth » Tue Sep 19, 2006 10:28 am

Code: Select all

Gurth's 2+2 : A New Technique

Look at this grid :

  |---------------------|---------------------|---------------------|
  |12                   |                     |                     |
  |                     |                     |                     |
  |                     |                     |                     |
  |---------------------|---------------------|---------------------|
  |                     |                     |                     |
  |                     |                     |                     |
  |126                  |                     |                     |
  |---------------------|---------------------|---------------------|
  |                     |                     |                     |
  |                     |                     |                     |
  |1289                 |         489         |               89    |
  |---------------------|---------------------|---------------------|

Note the naked pair at a1 (the one "2"), the naked pair at k9 (the other "2"), and the naked quad at k1 (The "2+2"). Those make this technique very easy to spot. Call the naked pairs mn and uv, the quad mnuv. Note also the presence of the trips mnp and uvq at f1 and k5.

See if you can discover the answer for yourself. What can you deduce?

If I had to wait for a Sudoku to come along containing a 2+2, I might have to wait a long time. How long do you think, Ruud? (or any other walking encyclopedia). Can you trace any example?

gurth
 
Posts: 358
Joined: 11 February 2006
Location: Cape Town, South Africa

Postby Carcul » Tue Sep 19, 2006 1:16 pm

If we have a bivalue cell in f5 with candidates 4,6 (p,q) then:

- candidates 4,6 (p,q) can be eliminated from column 5 and row f;
- candidates 8,9 (u,v) can be eliminated from row k;
- candidates 1,2 (m,n) can be eliminated from column 1.

Carcul
Carcul
 
Posts: 724
Joined: 04 November 2005

Postby ronk » Tue Sep 19, 2006 1:45 pm

So f5 cannot be the bivalue 'pq':?:
ronk
2012 Supporter
 
Posts: 4764
Joined: 02 November 2005
Location: Southeastern USA

Postby ravel » Tue Sep 19, 2006 2:24 pm

-4k5 > 6f1
-6f1 > 4k5
More ?
ravel
 
Posts: 998
Joined: 21 February 2006

Postby Myth Jellies » Tue Sep 19, 2006 4:18 pm

(6 = 1&2)[top ALS] - ((1or2) = (8or9))[quad cell] - (8&9 = 4)[bottom ALS]

Therefore there is a stong-only link between the 4 and the 6.
Myth Jellies
 
Posts: 593
Joined: 19 September 2005

Postby r.e.s. » Wed Sep 20, 2006 2:51 am

Myth Jellies wrote:(6 = 1&2)[top ALS] - ((1or2) = (8or9))[quad cell] - (8&9 = 4)[bottom ALS]

Therefore there is a stong-only link between the 4 and the 6.

Myth,
Wouldn't it be better to just write 6 = 8v9 - 1v2 = 4 ?
6 = 8v9 to avoid the impossible 12-12-12
8v9 - 1v2 obviously
1v2 = 4 to avoid the impossible 89-89-89
r.e.s.
 
Posts: 337
Joined: 31 August 2005

Postby udosuk » Wed Sep 20, 2006 2:54 am

The only direct result I could foresee is:
Code: Select all
Either r6c1=6 (6f1) or r9c5=4 (4k5)

It's one of those more obvious "OR" statements... The ones deduced by Carcul are often much much harder to see...:)
udosuk
 
Posts: 2698
Joined: 17 July 2005

Postby Myth Jellies » Wed Sep 20, 2006 7:07 am

r.e.s. wrote:
Myth Jellies wrote:(6 = 1&2)[top ALS] - ((1or2) = (8or9))[quad cell] - (8&9 = 4)[bottom ALS]

Therefore there is a stong-only link between the 4 and the 6.

Myth,
Wouldn't it be better to just write 6 = 8v9 - 1v2 = 4 ?
6 = 8v9 to avoid the impossible 12-12-12
8v9 - 1v2 obviously
1v2 = 4 to avoid the impossible 89-89-89

Your analysis is equally valid and shorter, but...

(6 = 1&2)af1 - (12 = 89)k1 - (8&9 = 4)k59

actually shows all of the candidates and cells used in the deduction without need for further explanation; and, if you actually close the loop, say with

(6=1&2)af1 - (12=89)k1 - (8&9=4)k59 - (4=6)f5 -...

when you convert all the weak links into strong links because of the loop, it is fairly simple to see that you eliminate
all other 6's in row f
all other 4's in column 5
all other 1's and 2's in column 1 (either af1 = 1&2 or k1 = 12 which forms naked pair with a1)
and all other 8's and 9's in row k (for similar reasons)
Myth Jellies
 
Posts: 593
Joined: 19 September 2005

re: 2+2

Postby gurth » Fri Sep 22, 2006 9:39 am

Excellent replies! I could not have imagined better. Everybody gets full marks.

In my notation:

AIC: 6af1 = 12 - k1 = 89k19 - k5 = 4.
gurth
 
Posts: 358
Joined: 11 February 2006
Location: Cape Town, South Africa


Return to Advanced solving techniques