September 2, 2016

Post puzzles for others to solve here.

September 2, 2016

Postby ArkieTech » Thu Sep 01, 2016 11:23 pm

Code: Select all
 *-----------*
 |...|5..|..8|
 |4..|..6|...|
 |79.|4..|365|
 |---+---+---|
 |...|.8.|5..|
 |.3.|.9.|.4.|
 |..7|.6.|...|
 |---+---+---|
 |285|..3|.71|
 |...|6..|..9|
 |9..|..1|...|
 *-----------*


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

Re: September 2, 2016

Postby Leren » Thu Sep 01, 2016 11:39 pm

Code: Select all
*--------------------------------------------------------------*
| 136  a126   1236   | 5     7     9      | 4     12    8      |
| 4     5     128    | 28    3     6      | 17    9     27     |
| 7     9     8-2    | 4     1    b28     | 3     6     5      |
|--------------------+--------------------+--------------------|
| 16   *24+16 9      | 1237  8    *24+7   | 5     12    2367   |
| 8     3     126    | 127   9     5      | 17    4     267    |
| 5    *24+1  7      | 123   6    *24     | 9     8     23     |
|--------------------+--------------------+--------------------|
| 2     8     5      | 9     4     3      | 6     7     1      |
| 13    17    4      | 6     25    78     | 28    35    9      |
| 9     67    36     | 78    25    1      | 28    35    4      |
*--------------------------------------------------------------*

UR (24) r35c26 => (2) r2c2 = (2) r3c6 => - 2 r3c3; stte

Leren
Leren
 
Posts: 5036
Joined: 03 June 2012

Re: September 2, 2016

Postby pjb » Fri Sep 02, 2016 12:53 am

Leren
Nice solution, but I would have wrote it as (2)r1c2 = (7)r4c6 - (7=2)r38c6
Cheers, Phil
PS Still looking for something worth mentioning
pjb
2014 Supporter
 
Posts: 2565
Joined: 11 September 2011
Location: Sydney, Australia

Re: September 2, 2016

Postby Marty R. » Fri Sep 02, 2016 2:52 am

Code: Select all



| 136     126     1236     | 5       7       9        | 4       12      8        |
| 4       5       128      | 28      3       6        | 17      9       27       |
| 7       9       28       | 4       1       28       | 3       6       5        |
+--------------------------+--------------------------+--------------------------+
| 16      1246    9        | 1237    8       247      | 5       12      2367     |
| 8       3       126      | 127     9       5        | 17      4       267      |
| 5       124     7        | 123     6       24       | 9       8       23       |
+--------------------------+--------------------------+--------------------------+
| 2       8       5        | 9       4       3        | 6       7       1        |
| 13      17      4        | 6       25      78       | 28      35      9        |
| 9       67      36       | 78      25      1        | 28      35      4        |
+--------------------------+--------------------------+----


Kraken, 2s in r5

2r5c3-(2=8)r3c3-((8=2)r3c6-(2=478)r368c6
2r5c4-(2=478)r368c6
25c9-(2=736)r246c9-(6=1)r4c1-(1=378)r8c126=> 8r8c6
Marty R.
 
Posts: 1508
Joined: 23 October 2012
Location: Rochester, New York, USA

Re: September 2, 2016

Postby JC Van Hay » Fri Sep 02, 2016 9:09 am

R89 -> UR(24)r46c26/2R5={}/r5c4={} or 1 solution.

Leren's solution

or, like Marty,
Code: Select all
+-------------------+------------------+------------------+
| 136   126   1236  | 5      7   9     | 4   12    8      |
| 4     5     128   | 28     3   6     | 17  9     27     |
| 7     9     8-2   | 4      1   8(2)  | 3   6     5      |
+-------------------+------------------+------------------+
| (16)  1246  9     | 1237   8   47(2) | 5   (12)  237(6) |
| 8     3     16(2) | 17(2)  9   5     | 17  4     7(6-2) |
| 5     124   7     | 123    6   4(2)  | 9   8     23     |
+-------------------+------------------+------------------+
| 2     8     5     | 9      4   3     | 6   7     1      |
| 13    17    4     | 6      25  78    | 28  35    9      |
| 9     67    36    | 78     25  1     | 28  35    4      |
+-------------------+------------------+------------------+
H-Wing[6r5c9=6r4c9-(6=1)r4c1-(1=2)r4c8]-2r5c9=*Kite(2r5c34*,2r643c6)-2r3c3; stte

or
Code: Select all
+------------------+-----------------+----------------+
| 136  126    1236 | 5      7   9    | 4     12  8    |
| 4    5      128  | (28)   3   6    | 1(7)  9   (27) |
| 7    9      28   | 4      1   2-8  | 3     6   5    |
+------------------+-----------------+----------------+
| 16   1246   9    | 1237   8   247  | 5     12  2367 |
| 8    3      126  | (127)  9   5    | 1(7)  4   267  |
| 5    24(1)  7    | 23(1)  6   24   | 9     8   23   |
+------------------+-----------------+----------------+
| 2    8      5    | 9      4   3    | 6     7   1    |
| 13   (17)   4    | 6      25  (78) | 28    35  9    |
| 9    67     36   | 7-8    25  1    | 28    35  4    |
+------------------+-----------------+----------------+
ALS-Wing[(8=*21)r25c4-1r6c4=1r6c2-(1=78)r8c26]=*7r5c4-7r5c7=HT(728)r2c794 -> [8r2c4==8r8c6] -> -{8r3c6, 8r9c4}; stte
JC Van Hay
 
Posts: 719
Joined: 22 May 2010

Re: September 2, 2016

Postby Sudtyro2 » Fri Sep 02, 2016 11:18 am

Marty R. wrote:
Code: Select all
| 136     126     1236     | 5       7       9        | 4       12      8        |
| 4       5       128      | 28      3       6        | 17      9       27       |
| 7       9       28       | 4       1       28       | 3       6       5        |
+--------------------------+--------------------------+--------------------------+
| 16      1246    9        | 1237    8       247      | 5       12      2367     |
| 8       3       126      | 127     9       5        | 17      4       267      |
| 5       124     7        | 123     6       24       | 9       8       23       |
+--------------------------+--------------------------+--------------------------+
| 2       8       5        | 9       4       3        | 6       7       1        |
| 13      17      4        | 6       25      78       | 28      35      9        |
| 9       67      36       | 78      25      1        | 28      35      4        |
+--------------------------+--------------------------+----
Kraken, 2s in r5
2r5c3-(2=8)r3c3-((8=2)r3c6-(2=478)r368c6
2r5c4-(2=478)r368c6
25c9-(2=736)r246c9-(6=1)r4c1-(1=378)r8c126=> 8r8c6

Marty, there appears to be a glitch in the last chain because 1r4c1 cannot "see" both 1s in the ALS.
To show this, one could instead continue with ... -(6=1)r4c1 - 1r8c1 = (1-7)r8c2 = (7-8)r8c6, which is opposite of the desired result.

SteveC
Sudtyro2
 
Posts: 754
Joined: 15 April 2013

Re: September 2, 2016

Postby Marty R. » Fri Sep 02, 2016 4:25 pm

Marty, there appears to be a glitch in the last chain because 1r4c1 cannot "see" both 1s in the ALS.
To show this, one could instead continue with ... -(6=1)r4c1 - 1r8c1 = (1-7)r8c2 = (7-8)r8c6, which is opposite of the desired result.


I should've done 25c9-(2=736)r246c9-r4c12=r6c3-(6=317)b7p459-(7=8)r8c6
Marty R.
 
Posts: 1508
Joined: 23 October 2012
Location: Rochester, New York, USA


Return to Puzzles