March 3, 2017

Post puzzles for others to solve here.

March 3, 2017

Postby ArkieTech » Fri Mar 03, 2017 12:26 am

Code: Select all
 *-----------*
 |..9|.1.|3..|
 |.2.|.4.|.8.|
 |6..|9.3|..4|
 |---+---+---|
 |..8|...|5..|
 |53.|...|.72|
 |..1|...|8..|
 |---+---+---|
 |8..|7.4|..5|
 |.5.|.9.|.3.|
 |..2|.5.|4..|
 *-----------*


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

Re: March 3, 2017

Postby SteveG48 » Fri Mar 03, 2017 12:42 am

Code: Select all
 *--------------------------------------------------------------------*
 |d47    d478    9      | 2568   1      25678  | 3      256    67     |
 | 137    2     e357    | 56     4      567    | 1679   8      1679   |
 | 6     c178   e57     | 9     b278    3      | 127    125    4      |
 *----------------------+----------------------+----------------------|
 | 2479   4679   8      | 12346  2367   12679  | 5      1469   1369   |
 | 5      3      4-6    | 1468  a68     1689   | 169    7      2      |
 | 2479   4679   1      | 23456  2367   25679  | 8      469    369    |
 *----------------------+----------------------+----------------------|
 | 8      169   e36     | 7      23-6   4      | 1269   1269   5      |
 | 147    5      467    | 1268   9      1268   | 1267   3      1678   |
 | 1379   1679   2      | 1368   5      168    | 4      169    16789  |
 *--------------------------------------------------------------------*


(6=8)r5c5 - r3c5 = r3c2 - (8=47)r1c12 - (7=356)r237c3 => -6 r5c3,r7c5 ; stte
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4230
Joined: 08 November 2013
Location: Orlando, Florida

Re: March 3, 2017

Postby Leren » Fri Mar 03, 2017 1:23 am

Code: Select all
*-----------------------------------------------------------------------*
| 47    c478    9       | 2568   1      25678   | 3      256    67      |
| 137    2      357     | 56     4      567     | 1679   8      1679    |
| 6     d178    57      | 9      27-8   3       | 127    125    4       |
|-----------------------+-----------------------+-----------------------|
| 2479  b4679   8       | 12346  2367   12679   | 5      1469   1369    |
| 5      3     a46      | 1468  a68     1689    | 169    7      2       |
| 2479  b4679   1       | 23456  2367   25679   | 8      469    369     |
|-----------------------+-----------------------+-----------------------|
| 8      169    36      | 7      236    4       | 1269   1269   5       |
| 147    5      467     | 1268   9      1268    | 1267   3      1678    |
| 1379   1679   2       | 1368   5      168     | 4      169    16789   |
*-----------------------------------------------------------------------*

(8=4) r5c35 - r46c2 = (4-8) r1c2 = (8) r3c2 => - 8 r3c5; stte

Leren
Leren
 
Posts: 5032
Joined: 03 June 2012

Re: March 3, 2017

Postby Alex_Popov_92 » Fri Mar 03, 2017 3:18 am

*
Code: Select all
--------------------------------------------------------------------*
 | 47    47-8    9      | 2568   1      25678  | 3      256    67     |
 | 137    2      357    | 56     4      567    | 1679   8      1679   |
 | 6     c178    57     | 9      b278    3      | 127    125    4      |
 *----------------------+----------------------+----------------------|
 | 2479   4679   8      | 12346  2367   12679  | 5      1469   1369   |
 | 5      3      4-6    | 1468  a68     1689   | 169    7      2      |
 | 2479   4679   1      | 23456  2367   25679  | 8      469    369    |
 *----------------------+----------------------+----------------------|
 | 8      169   36     | 7      236   4      | 1269   1269   5      |
 | 147    5      467    | 1268   9      1268   | 1267   3      1678   |
 | 1379   1679   2      | 1368   5      168    | 4      169    16789  |
 *--------------------------------------------------------------------*

1. 6r5c5 =>r5c3<>6 stte
2. 8r5c5 -8r3c5 = 8r3c2 => r1c2<>8 stte
This is all guys! What do you think of it?

I read and understood Steve's. and. Leren's beautiful solutions.
I think I can shorten my second line
8r5c5 => r3c5<>8 stte
Alex
Alex_Popov_92
 
Posts: 22
Joined: 22 February 2017

Re: March 3, 2017

Postby pjb » Fri Mar 03, 2017 4:52 am

Code: Select all
 47      478     9      | 2568   1      25678  | 3      256    67     
d137     2      e357    | 56     4      567    | 1679   8      1679   
 6      c178     57     | 9     b278    3      | 127    125    4     
------------------------+----------------------+---------------------
 2479    4679    8      | 12346  2367   12679  | 5      1469   1369   
 5       3       4-6    | 1468  a68     1689   | 169    7      2     
 2479    4679    1      | 23456  2367   25679  | 8      469    369   
------------------------+----------------------+---------------------
 8       169    f36     | 7      23-6   4      | 1269   1269   5     
 147     5       467    | 1268   9      1268   | 1267   3      1678   
 1379    1679    2      | 1368   5      168    | 4      169    16789 

(6=8)r5c5 - r3c5 = (8-1)r3c2 = (1-3)r2c1 = r2c3 - (3=6)r7c3 => -6 r5c3, r7c5; stte

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

Re: March 3, 2017

Postby Cenoman » Fri Mar 03, 2017 10:08 am

Code: Select all
 +---------------------+------------------------+-----------------------+
 | 47    c478    9     |d2568    1     d25678   | 3      256    67      |
 | 137    2      357   | 56      4      567     | 1679   8      1679    |
 | 6      178    57    | 9      e278    3       | 127    125    4       |
 +---------------------+------------------------+-----------------------+
 | 2479  b4679   8     | 12346   2367   12679   | 5      1469   1369    |
 | 5      3     a46    | 1468   f8-6    1689    | 169    7      2       |
 | 2479  b4679   1     | 23456   2367   25679   | 8      469    369     |
 +---------------------+------------------------+-----------------------+
 | 8      169    36    | 7       236    4       | 1269   1269   5       |
 | 147    5      467   | 1268    9      1268    | 1267   3      1678    |
 | 1379   1679   2     | 1368    5      168     | 4      169    16789   |
 +---------------------+------------------------+-----------------------+

(6=4)r5c3 - r46c2 = (4-8)r1c2 = r1c46 - r3c5 = (8)r5c5 => -6 r5c5

Cenoman
Cenoman
Cenoman
 
Posts: 2737
Joined: 21 November 2016
Location: France

Re: March 3, 2017

Postby SteveG48 » Fri Mar 03, 2017 2:18 pm

Alex_Popov_92 wrote:*
Code: Select all
--------------------------------------------------------------------*
 | 47    47-8    9      | 2568   1      25678  | 3      256    67     |
 | 137    2      357    | 56     4      567    | 1679   8      1679   |
 | 6     c178    57     | 9      b278    3      | 127    125    4      |
 *----------------------+----------------------+----------------------|
 | 2479   4679   8      | 12346  2367   12679  | 5      1469   1369   |
 | 5      3      4-6    | 1468  a68     1689   | 169    7      2      |
 | 2479   4679   1      | 23456  2367   25679  | 8      469    369    |
 *----------------------+----------------------+----------------------|
 | 8      169   36     | 7      236   4      | 1269   1269   5      |
 | 147    5      467    | 1268   9      1268   | 1267   3      1678   |
 | 1379   1679   2      | 1368   5      168    | 4      169    16789  |
 *--------------------------------------------------------------------*

1. 6r5c5 =>r5c3<>6 stte
2. 8r5c5 -8r3c5 = 8r3c2 => r1c2<>8 stte
This is all guys! What do you think of it?

I read and understood Steve's. and. Leren's beautiful solutions.
I think I can shorten my second line
8r5c5 => r3c5<>8 stte


Sorry Alex, but all you've shown here is that if r5c5 is one value then one candidate is eliminated in one place, and if its a different value then a different candidate is eliminated in a different place. By good fortune, both of those eliminations are valid in this particular puzzle, but you haven't proven it, and it won't hold up in general. For a Kraken cell elimination to be proven, you have to show that any assignment in the Kraken cell eliminates the same candidate in the same place.
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4230
Joined: 08 November 2013
Location: Orlando, Florida

Re: March 3, 2017

Postby Alex_Popov_92 » Fri Mar 03, 2017 6:20 pm

Hi, Steve!
I gave it a lot of thinking. Finally I understood my mistake. On my part it is nothing else but guessing.
I thought it mattered that I exhausted all possibilities on a given cell, row or column. But it is the technique applied on my part that is missing!
Thank you for pointing out
Leren, thanks to you too. I understood my mistake.
Last edited by Alex_Popov_92 on Fri Mar 03, 2017 7:51 pm, edited 1 time in total.
Alex
Alex_Popov_92
 
Posts: 22
Joined: 22 February 2017

Re: March 3, 2017

Postby Alex_Popov_92 » Fri Mar 03, 2017 8:48 pm

Code: Select all
*-----------------------------------------------------------------------*
| 47    478    9        | 2568   1      25678   | 3      256    67      |
| 137    2      357     | 56     4      567     | 1679   8      1679    |
| 6     b178    57      | 9      27-8   3       | 127    125    4       |
|-----------------------+-----------------------+-----------------------|
| 2479  b4679   8       | 12346  2367   12679   | 5      1469   1369    |
| 5      3     a46      | 1468  a68     1689    | 169    7      2       |
| 2479  b4679   1       | 23456  2367   25679   | 8      469    369     |
|-----------------------+-----------------------+-----------------------|
| 8      b169    36     | 7      236    4       | 1269   1269   5       |
| 147    5      467     | 1268   9      1268    | 1267   3      1678    |
| 1379   b1679   2      | 1368   5      168     | 4      169    16789   |
*-----------------------------------------------------------------------*

ALS xz-rule
ALS a {r5c35}
ALS b {r34679c2}
4 is restricted common
8 is a bouncer (eliminating digit)
(8=4)r34679c2 - (4=8)r5c35 => r3c5 <> 8
Will it be OK to write
(8=4)r5c35 - (4=8)r34679c2
This last one rings more true to me.
Alex
Alex_Popov_92
 
Posts: 22
Joined: 22 February 2017

Re: March 3, 2017

Postby eleven » Fri Mar 03, 2017 10:20 pm

Alex_Popov_92 wrote:(8=4)r34679c2 - (4=8)r5c35 => r3c5 <> 8

That's mine :D (and Leren's)
eleven
 
Posts: 3094
Joined: 10 February 2008

Re: March 3, 2017

Postby StrmCkr » Fri Mar 03, 2017 11:03 pm

Almost Locked Set XZ-Rule: A=r5c35 {468}, B=r34679c2 {146789}, X=4, Z=8 => r3c5<>8

sste
Some do, some teach, the rest look it up.
stormdoku
User avatar
StrmCkr
 
Posts: 1425
Joined: 05 September 2006


Return to Puzzles