April 7, 2016

Post puzzles for others to solve here.

April 7, 2016

Postby ArkieTech » Wed Apr 06, 2016 9:51 pm

Code: Select all
 *-----------*
 |...|.7.|..5|
 |.75|..3|..1|
 |..2|...|64.|
 |---+---+---|
 |...|..6|9..|
 |76.|...|.82|
 |..4|2..|...|
 |---+---+---|
 |.96|...|7..|
 |5..|7..|46.|
 |8..|.1.|...|
 *-----------*



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

Re: April 7, 2016

Postby JC Van Hay » Wed Apr 06, 2016 10:31 pm

Code: Select all
+-----------------------+---------------------+----------------+
| 6      148      18(9) | 1489  7        2    | 38   (39)  5   |
| 49     7        5     | 489   6        3    | 28   29    1   |
| 139    138      2     | 1589  589      1589 | 6    4     7   |
+-----------------------+---------------------+----------------+
| 123    12358    138   | 1358  358      6    | 9    7     4   |
| 7      6        13(9) | 1359  3459     1459 | 135  8     2   |
| 13(9)  13-5(8)  4     | 2     3-5(89)  7    | 135  (35)  6   |
+-----------------------+---------------------+----------------+
| 234    9        6     | 358   23458    458  | 7    1     38  |
| 5      123      13    | 7     2389     89   | 4    6     389 |
| 8      34       7     | 6     1        49   | 25   25    39  |
+-----------------------+---------------------+----------------+
[(5=3)r6c8-(3=9)r1c8-9r1c3=9r5c3-9r6c1=(9-8)r6c5=8r6c2]-5r6c52; stte
JC Van Hay
 
Posts: 719
Joined: 22 May 2010

Re: April 7, 2016

Postby SteveG48 » Thu Apr 07, 2016 12:54 am

Code: Select all
 *--------------------------------------------------------------------*
 | 6    ce148   c189    | 1489   7      2      |b38     39     5      |
 |c49     7      5      | 489    6      3      |b28    b29     1      |
 |d139   e138    2      | 1589   589    1589   | 6      4      7      |
 *----------------------+----------------------+----------------------|
 | 123    12358  138    | 1358   358    6      | 9      7      4      |
 | 7      6      139    | 1359   3459   1459   |a135    8      2      |
 | 139   e1358   4      | 2      3589   7      |a135    3-5    6      |
 *----------------------+----------------------+----------------------|
 |d234    9      6      | 358    23458  458    | 7      1      38     |
 | 5     e123    13     | 7      2389   89     | 4      6      389    |
 | 8     e34     7      | 6      1      49     | 25     25     39     |
 *--------------------------------------------------------------------*

(5=13)r56c7 - (3=289)b3p145 - (8=149)b1p234 - (149=23)r37c1 - (2=13458)r13689c2 => -5 r6c8 ; stte
                            - (9=4)r2c1     -/



Can anyone suggest a better way to write this? I need to establish that the locked set (149)b1p234
has the 4 at r2c1, but I don't see a way to write that in linear notation that parses correctly.

DAJ? DPB?
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4243
Joined: 08 November 2013
Location: Orlando, Florida

Re: April 7, 2016

Postby pjb » Thu Apr 07, 2016 2:47 am

Code: Select all
 6       148    b189    | 1489   7      2      | 38    a39     5     
 49      7       5      | 489    6      3      | 28     29     1     
 139     138     2      | 1589   589    1589   | 6      4      7     
------------------------+----------------------+---------------------
 123     12358   138    | 1358   358    6      | 9      7      4     
 7       6      c139    | 1359   3459   1459   | 13-5   8      2     
d139     138-5   4      | 2      389-5  7      |d135  ad35     6     
------------------------+----------------------+---------------------
 234     9       6      | 358    23458  458    | 7      1      38     
 5       123     13     | 7      2389   89     | 4      6      389   
 8       34      7      | 6      1      49     | 25     25     39     

(5=9)r16c8 - r1c3 = r5c3 - (9=5)r6c178 => -5 r5c7, r6c25; stte

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

Re: April 7, 2016

Postby JC Van Hay » Thu Apr 07, 2016 6:48 am

SteveG48 wrote:
Code: Select all
 *--------------------------------------------------------------------*
 | 6    ce148   c189    | 1489   7      2      |b38     39     5      |
 |c49     7      5      | 489    6      3      |b28    b29     1      |
 |d139   e138    2      | 1589   589    1589   | 6      4      7      |
 *----------------------+----------------------+----------------------|
 | 123    12358  138    | 1358   358    6      | 9      7      4      |
 | 7      6      139    | 1359   3459   1459   |a135    8      2      |
 | 139   e1358   4      | 2      3589   7      |a135    3-5    6      |
 *----------------------+----------------------+----------------------|
 |d234    9      6      | 358    23458  458    | 7      1      38     |
 | 5     e123    13     | 7      2389   89     | 4      6      389    |
 | 8     e34     7      | 6      1      49     | 25     25     39     |
 *--------------------------------------------------------------------*

(5=13)r56c7 - (3=289)b3p145 - (8=149)b1p234 - (149=23)r37c1 - (2=13458)r13689c2 => -5 r6c8 ; stte
                            - (9=4)r2c1     -/



Can anyone suggest a better way to write this? I need to establish that the locked set (149)b1p234
has the 4 at r2c1, but I don't see a way to write that in linear notation that parses correctly.

DAJ? DPB?

Code: Select all
+-----------------------+-------------------+------------------+
| 6      (148)    (189) | 1489  7      2    | (38)   39    5   |
| (49)   7        5     | 489   6      3    | (28)   (29)  1   |
| (139)  (138)    2     | 1589  589    1589 | 6      4     7   |
+-----------------------+-------------------+------------------+
| 123    12583    138   | 1358  358    6    | 9      7     4   |
| 7      6        139   | 1359  3459   1459 | (135)  8     2   |
| 139    (1583)   4     | 2     3589   7    | (135)  3-5   6   |
+-----------------------+-------------------+------------------+
| (234)  9        6     | 358   23458  458  | 7      1     38  |
| 5      (123)    13    | 7     2389   89   | 4      6     389 |
| 8      (34)     7     | 6     1      49   | 25     25    39  |
+-----------------------+-------------------+------------------+
Kraken cell (234)r7c1 -> [5r56c7==5r6c2]-5r6c8
||2r7c1-(2=13458)r13689c2
||3r7c1-(3=1489)r23c1.r1c23-(8=135)r156c7
||4r7c1-(4=289)r2c178-(8=135)r156c7
or
(135=8)r156c7-[(8=249)r2c178-(4=*3)r7c1-(3=1489)r23c1.r1c23]=*2r7c1-(2=13458)r13689c2
or
5r56c7==8r1c7-[8r2c7==4r2c1-(4=*3)r7c1-3r3c1==8r1c23]=*2r7c1-2r8c2==5r6c2
JC Van Hay
 
Posts: 719
Joined: 22 May 2010

Re: April 7, 2016

Postby SteveG48 » Thu Apr 07, 2016 2:20 pm

Thanks, JC. Those last 2 are fascinating.

Any others?
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4243
Joined: 08 November 2013
Location: Orlando, Florida


Return to Puzzles