Menneske 4101664

Post puzzles for others to solve here.

Menneske 4101664

Postby ArkieTech » Thu Apr 25, 2013 1:09 am

Code: Select all
 *-----------*
 |96.|...|..1|
 |.1.|...|8.7|
 |487|..1|..5|
 |---+---+---|
 |..8|76.|...|
 |...|4.9|...|
 |...|.38|1..|
 |---+---+---|
 |.7.|1..|628|
 |...|...|.5.|
 |852|...|.13|
 *-----------*


Play/Print this puzzle online
dan
User avatar
ArkieTech
 
Posts: 3355
Joined: 29 May 2006
Location: NW Arkansas USA

Re: Menneske 4101664

Postby Leren » Thu Apr 25, 2013 1:52 am

Code: Select all
*-----------------------------------------------------------------------*
| 9      6      35      | 358   d247-8 c237     | 23     34     1       |
| 2      1      35      | 3569   49     36      | 8      3469   7       |
| 4      8      7       | 369    29     1       | 239    369    5       |
|-----------------------+-----------------------+-----------------------|
| 1      2      8       | 7      6      5       | 39     39     4       |
| 7      3      6       | 4      1      9       | 5      8      2       |
| 5      9      4       | 2      3      8       | 1      7      6       |
|-----------------------+-----------------------+-----------------------|
| 3      7      9       | 1      5      4       | 6      2      8       |
| 6      4      1       | 38    a28    b23      | 7      5      9       |
| 8      5      2       | 69     79     67      | 4      1      3       |
*-----------------------------------------------------------------------*

H2-wing: (8=2) r8c5 - r8c6 = (2-7) r1c6 = r1c5 => -8 r1c5; stte

Leren
Leren
 
Posts: 5036
Joined: 03 June 2012

Re: Menneske 4101664

Postby pjb » Thu Apr 25, 2013 2:02 am

Code: Select all
9      6     b35     |b358    2478   37-2   |a23     34     1     
2      1      35     | 3569   49     36     | 8      3469   7     
4      8      7      | 369    29     1      | 239    369    5     
---------------------+----------------------+---------------------
1      2      8      | 7      6      5      | 39     39     4     
7      3      6      | 4      1      9      | 5      8      2     
5      9      4      | 2      3      8      | 1      7      6     
---------------------+----------------------+---------------------
3      7      9      | 1      5      4      | 6      2      8     
6      4      1      |c38     28    d23     | 7      5      9     
8      5      2      | 69     79     67     | 4      1      3     

(2=3) r1c7 - (3=8) r1c34 - (8=3) r8c4 - (3=2) r8c6 => r1c6 <> 2; stte

Phil
pjb
2014 Supporter
 
Posts: 2564
Joined: 11 September 2011
Location: Sydney, Australia

Re: Menneske 4101664

Postby 7b53 » Thu Apr 25, 2013 5:38 am

same as Leren's elimination, different view
(8)r8c5 = (6)r2c6 - (6=7)r9c6 - (7)r9c5 = (7-8)r1c5 = (8)r1c4 => r8c4, r1c5 <> 8
7b53
2012 Supporter
 
Posts: 156
Joined: 01 January 2012
Location: New York

Re: Menneske 4101664

Postby Leren » Thu Apr 25, 2013 7:56 am

7b53 wrote:same as Leren's elimination, different view
(8)r8c5 = (6)r2c6 - (6=7)r9c6 - (7)r9c5 = (7-8)r1c5 = (8)r1c4 => r8c4, r1c5 <> 8

I think you skipped a few steps at the start.
(8=2) r8c5 - (2=3) r8c6 - (3=6) r2c6 - (6=7)r9c6 - (7)r9c5 = (7-8)r1c5 = (8)r1c4 => r8c4, r1c5 <> 8

Leren
Leren
 
Posts: 5036
Joined: 03 June 2012

Re: Menneske 4101664

Postby tlanglet » Thu Apr 25, 2013 1:03 pm

A pattern based solution is an almost SdC..........

ASdC(34569)r2c456 with ab=35r2c3, cd=69r3c4, e=4r2c5 and (69=3)r3c4
SdC => r2c8<>3, r3c5<>9, r1c4<>4

3r3c4-(3=8)r8c4-r8c5=(8-7)r1c5=r9c5-(7=6)r9c6-(6=3)r2c6 Conflict => SdC is true

Ted
tlanglet
2010 Supporter
 
Posts: 538
Joined: 29 May 2010

Re: Menneske 4101664

Postby 7b53 » Thu Apr 25, 2013 1:35 pm

Leren wrote:I think you skipped a few steps at the start.

[(8)r8c5 = (6)r2c6] was based on r8c6(2,3). so one of them must be true.

Code: Select all
9      6      35     | 358    2478   372    | 23     34     1     
2      1      35     | 3569   49     36     | 8      3469   7     
4      8      7      | 369    29     1      | 239    369    5     
---------------------+----------------------+---------------------
1      2      8      | 7      6      5      | 39     39     4     
7      3      6      | 4      1      9      | 5      8      2     
5      9      4      | 2      3      8      | 1      7      6     
---------------------+----------------------+---------------------
3      7      9      | 1      5      4      | 6      2      8     
6      4      1      | 38     28    *23     | 7      5      9     
8      5      2      | 69     79     67     | 4      1      3     

other way for... [(6)r2c6 = (8)r8c5] - (8)r1c5 = (8-5)r1c4 = (5-3)r1c3 = (3)r2c3 - (3=6)r2c6 => r2c6 = 6
not sure if I'm skipping few steps.
7b53
2012 Supporter
 
Posts: 156
Joined: 01 January 2012
Location: New York

Re: Menneske 4101664

Postby Marty R. » Thu Apr 25, 2013 10:22 pm

Code: Select all
+--------+---------------+------------+
| 9 6 35 | 358  2478 237 | 23  34   1 |
| 2 1 35 | 3569 49   36  | 8   3469 7 |
| 4 8 7  | 369  29   1   | 239 369  5 |
+--------+---------------+------------+
| 1 2 8  | 7    6    5   | 39  39   4 |
| 7 3 6  | 4    1    9   | 5   8    2 |
| 5 9 4  | 2    3    8   | 1   7    6 |
+--------+---------------+------------+
| 3 7 9  | 1    5    4   | 6   2    8 |
| 6 4 1  | 38   28   23  | 7   5    9 |
| 8 5 2  | 69   79   67  | 4   1    3 |
+--------+---------------+------------+

Play this puzzle online at the Daily Sudoku site

XY-Chain, same elimination as Phil's.

(2=9)r3c5-(9=7)r9c5-(7=6)r9c6-(6=3)r2c6-(3=2)r8c6=>r1c6<>2
Marty R.
 
Posts: 1508
Joined: 23 October 2012
Location: Rochester, New York, USA


Return to Puzzles