January 22, 2016

Post puzzles for others to solve here.

January 22, 2016

Postby ArkieTech » Fri Jan 22, 2016 12:24 am

Code: Select all
 *-----------*
 |...|..1|.5.|
 |..6|.9.|7..|
 |4..|.32|..1|
 |---+---+---|
 |.8.|.5.|.23|
 |..1|...|6..|
 |34.|.6.|.7.|
 |---+---+---|
 |2..|54.|..6|
 |..3|.2.|5..|
 |.5.|3..|...|
 *-----------*


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

Re: January 22, 2016

Postby SteveG48 » Fri Jan 22, 2016 12:54 am

Code: Select all
 *-----------------------------------------------------------*
 | 789   3     2789  | 6     78    1     | 4     5     289   |
 | 18   e1-2   6     | 4     9     5     | 7     3    d28    |
 | 4    b79    5     | 78    3     2     |c89d   6     1     |
 *-------------------+-------------------+-------------------|
 | 6     8     79    | 179   5     4     | 19    2     3     |
 | 5    a279a  1     | 2789  78    3     | 6     489b  489b  |
 | 3     4     29    | 1289  6     89    | 189c  7     5     |
 *-------------------+-------------------+-------------------|
 | 2     179   789   | 5     4     789   | 3     189   6     |
 | 1789  6     3     | 89    2     789   | 5     1489  4789  |
 | 789   5     4     | 3     1     6     | 2     89    789   |
 *-----------------------------------------------------------*

Kraken cell [279]r5c2 => -2 r2c2 ; stte

2r5c2                                           - 2r2c2
7r5c2 - (7=9)r3c2 - (9=8)r3c7       - (8=2)r2c9 - 2r2c2
9r5c2 - (9=48)r5c89 - 8r6c7 = 8r3c7 -/



Or:
Code: Select all
 *-----------------------------------------------------------*
 | 789   3     2789  | 6     78    1     | 4     5     289   |
 | 18    12    6     | 4     9     5     | 7     3     28    |
 | 4    e79    5     | 78    3     2     | 8-9   6     1     |
 *-------------------+-------------------+-------------------|
 | 6     8    c79    |b179   5     4     |a19    2     3     |
 | 5    d279   1     | 2789  78    3     | 6     489   489   |
 | 3     4     29    | 1289  6    b89    |a189   7     5     |
 *-------------------+-------------------+-------------------|
 | 2     179   789   | 5     4     789   | 3     189   6     |
 | 1789  6     3     | 89    2     789   | 5     1489  4789  |
 | 789   5     4     | 3     1     6     | 2     89    789   |
 *-----------------------------------------------------------*


(9=18)r46c7 - (18=79)b5p19 - 7r4c3 = r5c2 - (7=9)r3c2 => -9 r3c7 ; stte
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4260
Joined: 08 November 2013
Location: Orlando, Florida

Re: January 22, 2016

Postby pjb » Fri Jan 22, 2016 3:59 am

Code: Select all
 789     3       2789   | 6      78     1      | 4      5      289   
 18      12      6      | 4      9      5      | 7      3      28     
 4       79      5      | 78     3      2      | 89     6      1     
------------------------+----------------------+---------------------
 6       8       79     | 179    5      4      | 19     2      3     
 5       279     1      | 2789   78     3      | 6      489    489   
 3       4       29     | 1289   6      89     | 189    7      5     
------------------------+----------------------+---------------------
 2       179     789    | 5      4      789    | 3      189    6     
 1789    6       3      | 89     2      789    | 5      1489   4789   
 789     5       4      | 3      1      6      | 2      89     789   

Two steps for a change:
(7)r3c2 = r1c13 - r1c5 = r3c4 - r4c4 = r5c45 => -7 r5c2
(9)r3c2 = r1c13 - r1c9 = r3c7 - r46c7 = r5c89 => -9 r5c2 => stte
Phil
pjb
2014 Supporter
 
Posts: 2577
Joined: 11 September 2011
Location: Sydney, Australia

Re: January 22, 2016

Postby Leren » Fri Jan 22, 2016 10:16 am

Code: Select all
*--------------------------------------------------------------------------------*
| 789     3       2789     | 6      e8-7dE   1        | 4       5       289      |
| 18      12      6        | 4       9       5        | 7       3       28       |
| 4      c79C     5        |d78cD    3       2        | 89B     6       1        |
|--------------------------+--------------------------+--------------------------|
| 6       8      a79       | 179a    5       4        | 19A     2       3        |
| 5      b279     1        | 2789    78      3        | 6       489     489      |
| 3       4       29       | 1289    6       89       | 189     7       5        |
|--------------------------+--------------------------+--------------------------|
| 2       179     789      | 5       4       789      | 3       189     6        |
| 1789    6       3        | 89b     2       789      | 5       1489    4789     |
| 789     5       4        | 3       1       6        | 2       89      789      |
*--------------------------------------------------------------------------------*

Kraken Row 4 digit 9 :

9 r4c3 - 7 r4c3 = r5c2 - r3c2 = r3c4 - 7 r1c5;

9 r4c4 - (9=8) r8c4 - r3c4 = r1c5    - 7 r1c5;

9 r4c7 - r3c7 = (9-7) r3c2 = r3c4    - 7 r1c5; => - 7 r1c5; stte

Leren
Leren
 
Posts: 5046
Joined: 03 June 2012

Re: January 22, 2016

Postby eleven » Fri Jan 22, 2016 11:16 am

SteveG48 wrote:(9=18)r46c7 - (18=79)b5p19 - 7r4c3 = r5c2 - (7=9)r3c2 => -9 r3c7 ; stte

Nice, but confusing, if you don't write an "or" in the link (1|8=79)b5p19.
eleven
 
Posts: 3104
Joined: 10 February 2008

Re: January 22, 2016

Postby Ngisa » Fri Jan 22, 2016 2:10 pm

Code: Select all
+---------------+-------------+---------------+
| 789  3   2789 | 6    c78 1   | 4   5    289  |
| 18   12  6    | 4    9  5   | 7   3    28   |
| 4    a9-7  5    | b78   3  2   | 89  6    1    |
+---------------+-------------+---------------+
| 6    8   79   | 179  5  4   | 19  2    3    |
| 5    g279 1    | 2789 d78 3   | 6   eʼ489*  eʼ489*  |
| 3    4   f2*9   | 1289 6  e89  | 189 7    5    |
+---------------+-------------+---------------+
| 2    179 789  | 5    4  789 | 3   189  6    |
| 1789 6   3    | 89   2  789 | 5   1489 4789 |
| 789  5   4    | 3    1  6   | 2   89   789  |
+---------------+-------------+---------------+
A net
7r3c2 - r3c4 - r1c5 - (7=8)r5c5 - (8=9)r6c6 - (9=2*)r6c3 - (2*9*=7)r5c2 => -7r3c2; stte
------------------------------------\- (8=49*)r5c89

Clement
Ngisa
 
Posts: 1386
Joined: 18 November 2012

Re: January 22, 2016

Postby SteveG48 » Fri Jan 22, 2016 5:50 pm

eleven wrote:
SteveG48 wrote:(9=18)r46c7 - (18=79)b5p19 - 7r4c3 = r5c2 - (7=9)r3c2 => -9 r3c7 ; stte

Nice, but confusing, if you don't write an "or" in the link (1|8=79)b5p19.


Agreed. I sometimes think we should always include & or | for clarity, but allowing the & to be understood makes sense.
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4260
Joined: 08 November 2013
Location: Orlando, Florida

Re: January 22, 2016

Postby Sudtyro2 » Sun Jan 31, 2016 5:19 pm

Sorry to be so late on this. Was working on something a little different, but the computer died in middle of the eastern-US blizzard.
Code: Select all
 *-----------------------------------------------------------*
 | 789   3     2789  | 6    *78    1     | 4     5     289   |
 | 18    12    6     | 4     9     5     | 7     3     28    |
 | 4    *79    5     |*78    3     2     | 89    6     1     |
 |-------------------+-------------------+-------------------|
 | 6     8    *79    |*179   5     4     | 19    2     3     |
 | 5    *279   1     |g2789 *78    3     | 6     489   489   |
 | 3     4     29    | 1289  6     89    | 189   7     5     |
 |-------------------+-------------------+-------------------|
 | 2    g179   789   | 5     4     789   | 3     189   6     |
 | 1789  6     3     | 89    2     789   | 5     1489  4789  |
 | 789   5     4     | 3     1     6     | 2     89    789   |
 *-----------------------------------------------------------*
7-Link Oddagon (7):r3c24,r15c5,r4c34,r5c2 [also a simpler 5-link available]
Guardians 7r7c2 and 7r5c4.

Guardian 7r7c2 sees 7r3c2 directly, but I couldn't find an X-Chain for the second guardian (any takers?). However, a “Kraken” approach on the guardians leads easily to a common outcome:
Code: Select all
(7-1)r7c2 = 1r2c2 -   
                   \
(7-2)r5c4 = 2r5c2 -- 2r2c2; stte
The chains could also be extended from 2r2c2 to eliminate an oddagon digit.
... -2r2c2 = (2-8)r2c9 = (8-9)r3c7 = (9-7)r3c2; stte

SteveC
Sudtyro2
 
Posts: 754
Joined: 15 April 2013


Return to Puzzles