January 17, 2015

Post puzzles for others to solve here.

January 17, 2015

Postby ArkieTech » Sat Jan 17, 2015 12:58 am

Code: Select all
 *-----------*
 |83.|.2.|..7|
 |162|...|..4|
 |...|.91|...|
 |---+---+---|
 |...|..6|.7.|
 |7..|...|..6|
 |.5.|7..|8..|
 |---+---+---|
 |...|24.|...|
 |3..|...|.51|
 |2..|.1.|.48|
 *-----------*




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

Re: January 17, 2015

Postby SteveG48 » Sat Jan 17, 2015 1:21 am

Code: Select all
 *----------------------------------------------------------------------*
 | 8      3      9      | 456    2      45     |  a156   b1-6    7      |
 | 1      6      2      | 358    7      358    |   359   b389    4      |
 | 45     47     457    | 368    9      1      |abf36   ab2368 be23     |
 *----------------------+----------------------+------------------------|
 | 49     2      134    | 149    8      6      |   1349   7      5      |
 | 7      1489   1348   | 149    5      249    |   1349   1239   6      |
 | 469    5      146    | 7      3      249    |   8      129    29     |
 *----------------------+----------------------+------------------------|
 | 569    1789   15678  | 2      4      35789  |   3679  c369   d39     |
 | 3      4789   478    | 89     6      789    |   2      5      1      |
 | 2      79     567    | 359    1      3579   |   3679   4      8      |
 *----------------------------------------------------------------------*

(6)r1c4,r3c78 = (2389)r2c8,r3c789 - (69=3)r7c8 - r7c9 = r3c9 - (3=6)r3c7 => -6 r1c8 ; stte
              = (6)r1c8 ----------/

Or, Kraken cell [369]r7c8 => -6 r1c8 ; stte

(3)r7c8 - r7c9 = r3c9 - (3=6)r3c7 - (6)r1c8
  ||
(6)r7c8                           - (6)r1c8
  ||
(9)r7c8 - (9=2369)r2c8,r3c789     - (6)r1c8
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4240
Joined: 08 November 2013
Location: Orlando, Florida

Re: January 17, 2015

Postby Leren » Sat Jan 17, 2015 2:03 am

Code: Select all
*--------------------------------------------------------------*
| 8     3     9      |c456   2   ca45     | 16-5 c16    7      |
| 1     6     2      | 38-5  7     38-5   | 359   389   4      |
| 45    47    457    | 368   9     1      | 36    2368  23     |
|--------------------+--------------------+--------------------|
| 49    2     134    | 149   8     6      | 1349  7     5      |
| 7     1489  1348   | 149   5     249    | 1349  1239  6      |
| 469   5     146    | 7     3    b249    | 8    b129  b29     |
|--------------------+--------------------+--------------------|
| 569   1789  15678  | 2     4     35789  | 3679  369   39     |
| 3     4789  478    | 89    6     789    | 2     5     1      |
| 2     79    567    | 359   1     3579   | 3679  4     8      |
*--------------------------------------------------------------*

ALS XY Wing: (5=4) r1c6 - (4=1) r6c689 - (1=5) r1c468 => - 5 r1c7, r2c46; stte; or

Code: Select all
*--------------------------------------------------------------*
| 8     3     9      | 45-6  2    c45     |c156 ca16    7      |
| 1     6     2      | 358   7     358    | 359   389   4      |
| 45    47    457    | 368   9     1      | 3-6   238-6 23     |
|--------------------+--------------------+--------------------|
| 49    2     134    | 149   8     6      | 1349  7     5      |
| 7     1489  1348   | 149   5     249    | 1349  1239  6      |
| 469   5     146    | 7     3    b249    | 8    b129  b29     |
|--------------------+--------------------+--------------------|
| 569   1789  15678  | 2     4     35789  | 3679  369   39     |
| 3     4789  478    | 89    6     789    | 2     5     1      |
| 2     79    567    | 359   1     3579   | 3679  4     8      |
*--------------------------------------------------------------*

ALS XY Wing: (6=1) r1c8 - (1=4) r6c689 - (4=6) r1c678 > - 6 r1c4, r3c78; stte.

Leren
Leren
 
Posts: 5039
Joined: 03 June 2012

Re: January 17, 2015

Postby bat999 » Sat Jan 17, 2015 3:10 am

Code: Select all
.------------------.---------------.------------------.
| 8    3     9     | 45-6 2  X45   | 156   B16    7   |
| 1    6     2     | a358 7  b358  | 359   389    4   |
| 45   47    457   | A368 9  1     | 3-6   238-6  23  |
:------------------+---------------+------------------:
| 49   2     134   | 149  8  6     | 1349  7      5   |
| 7    1489  1348  | 149  5  249   | 1349  1239   6   |
| 469  5     146   | 7    3  e249  | 8     c129   d29 |
:------------------+---------------+-------- ---------:
| 569  1789  15678 | 2    4  35789 | 3679  369    39  |
| 3    4789  478   | 89   6  789   | 2     5      1   |
| 2    79    567   | 359  1  3579  | 3679  4      8   |
'------------------'---------------'------------------'
A=r3c4, B=r1c8, X=r1c6
A<>6=>r3c4,r2c46=358->X=4
B<>6=>r6c89=29=>r6c6=4->X=5
=> A or B is 6, r1c4,r3c7,r3c8<>6; stte
8-)
Last edited by bat999 on Sat Jan 17, 2015 10:14 am, edited 5 times in total.
8-)
bat999
2017 Supporter
 
Posts: 677
Joined: 15 September 2014
Location: UK

Re: January 17, 2015

Postby pjb » Sat Jan 17, 2015 3:14 am

Withdrawn, same as Leren
Phil
pjb
2014 Supporter
 
Posts: 2568
Joined: 11 September 2011
Location: Sydney, Australia

Re: January 17, 2015

Postby pjb » Sat Jan 17, 2015 4:16 am

Code: Select all
 8       3       9      | 456    2      45     | 156   a16     7     
 1       6       2      | 358    7      358    | 359    389    4     
 45      47      457    | 368    9      1      |b36     2368  c23     
------------------------+----------------------+---------------------
 49      2       134    | 149    8      6      | 1349   7      5     
 7       1489    1348   | 149    5      249    | 1349  g1239   6     
 469     5      i146    | 7      3      249    | 8     h29-1  d29     
------------------------+----------------------+---------------------
 569     1789    15678  | 2      4      35789  | 3679  f369   e39     
 3       4789    478    | 89     6      789    | 2      5      1     
 2       79      567    | 359    1      3579   | 3679   4      8     

(1=6)r1c8 - (6=3)r3c7 - (3=2)r3c9 - (2=9)r6c9 - (9=3)r7c9 - r7c8 = (3-2)r5c8 = (2-1)r6c8 = r6c3 => -1 r6c8; stte
Note (3)r3c7 - r23c8; (2)r3c9 - r3c8)

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

Re: January 17, 2015

Postby Leren » Sat Jan 17, 2015 5:03 am

bat999 wrote:
Code: Select all
.------------------.---------------.-----------------.
| 8    3     9     | 45-6 2  X45   | 156   B16   7   |
| 1    6     2     | a358 7  b358  | 359   389   4   |
| 45   47    457   | A368 9  1     | 3-6   2368  23  |
:------------------+---------------+-----------------:
| 49   2     134   | 149  8  6     | 1349  7     5   |
| 7    1489  1348  | 149  5  249   | 1349  1239  6   |
| 469  5     146   | 7    3  e249  | 8     c129  d29 |
:------------------+---------------+-----------------:
| 569  1789  15678 | 2    4  35789 | 3679  369   39  |
| 3    4789  478   | 89   6  789   | 2     5     1   |
| 2    79    567   | 359  1  3579  | 3679  4     8   |
'------------------'---------------'-----------------'
A=r3c4, B=r1c8, X=r1c6
A<>6=>r3c4,r2c46=358->X=4
B<>6=>r6c89=29=>r6c6=4->X=5
=> A or B is 6, r1c4,r3c7<>6; stte
8-)

In more common notation this is a 4 ALS chain: (6=1) r1c8 - (1=4) r6c689 - (4=5) r1c6 - (5=6) r2c46, r3c4 => - 6 r1c4, r3c78. Notice the extra elimination - 6 r3c8.

Leren
Leren
 
Posts: 5039
Joined: 03 June 2012

Re: January 17, 2015

Postby gurth » Sat Jan 17, 2015 6:11 am

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

Re: January 17, 2015

Postby bat999 » Sat Jan 17, 2015 10:16 am

Leren wrote:... Notice the extra elimination - 6 r3c8...

I missed that one, but it's fixed now.
:)
8-)
bat999
2017 Supporter
 
Posts: 677
Joined: 15 September 2014
Location: UK


Return to Puzzles