October 7, 2018

Post puzzles for others to solve here.

October 7, 2018

Postby ArkieTech » Sun Oct 07, 2018 10:20 am

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


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

Re: October 7, 2018

Postby Sudtyro2 » Sun Oct 07, 2018 11:34 am

Code: Select all
+--------------+----------------+--------------+
| 9   8   3    | 6    7    5    | 2   4   1    |
| 2   1   7    | 48   48   9    | 6   3   5    |
| 6   5   4    | 23   1    23   | 7   9   8    |
+--------------+----------------+--------------+
| 1   2   89   | 5    69+8 6-8  | 3   7   4    |
| 7   4   6    | 13+8 2    3-8  | 5   18  9    |
| 5   3   89   | 14+8 49+8 7    | 18  6   2    |
+--------------+----------------+--------------+
| 8   6   5    | 9    3    12   | 4   12  7    |
| 4   9   2    | 7    68   16+8 | 18  5   3    |
| 3   7   1    | 28   5    4    | 9   28  6    |
+--------------+----------------+--------------+

BUG+5 => - 8r45c6; stte

SteveC
Sudtyro2
 
Posts: 754
Joined: 15 April 2013

Re: October 7, 2018

Postby Ngisa » Sun Oct 07, 2018 12:12 pm

Code: Select all
+----------------+---------------------+-----------------+
| 9     8     3  | 6       7       5   | 2      4      1 |
| 2     1     7  | 48      48      9   | 6      3      5 |
| 6     5     4  |e23      1      d23  | 7      9      8 |
+----------------+---------------------+-----------------+
| 1     2     89 | 5       689     68  | 3      7      4 |
| 7     4     6  | 138     2      c38  | 5     b18     9 |
| 5     3     89 | 148     489     7   | 18     6      2 |
+----------------+---------------------+-----------------+
| 8     6     5  | 9       3       12  | 4      12     7 |
| 4     9     2  | 7       68      168 | 18     5      3 |
| 3     7     1  |f2-8     5       4   | 9     a28     6 |
+----------------+---------------------+-----------------+


(8)r9c8 = r5c8 - (8=3)r5c6 - (3=2)r3c6 - r3c4 = (2)r9c4 => - 8r9c4; stte

Clement
Ngisa
 
Posts: 1385
Joined: 18 November 2012

Re: October 7, 2018

Postby SpAce » Sun Oct 07, 2018 12:27 pm

Code: Select all
.-----------.---------------------.-------------.
| 9  8   3  |  6        7     5   | 2     4   1 |
| 2  1   7  | *48      *48    9   | 6     3   5 |
| 6  5   4  |  23       1     23  | 7     9   8 |
:-----------+---------------------+-------------:
| 1  2  *89 |  5      b*89#6  68  | 3     7   4 |
| 7  4   6  |  138      2     38  | 5     18  9 |
| 5  3  *89 |a*48(#1)  *489   7   | 8-1   6   2 |
:-----------+---------------------+-------------:
| 8  6   5  |  9        3     12  | 4     12  7 |
| 4  9   2  |  7       c68    168 |c(1)8  5   3 |
| 3  7   1  |  28       5     4   | 9     28  6 |
'-----------'---------------------'-------------'

DP(489)r246c345 internals (MUG?)

(1)r6c4 == (6)r4c5 - (6=81)r8c57 => -1 r6c7; stte
-SpAce-: Show
Code: Select all
   *             |    |               |    |    *
        *        |=()=|    /  _  \    |=()=|               *
            *    |    |   |-=( )=-|   |    |      *
     *                     \  ¯  /                   *   

"If one is to understand the great mystery, one must study all its aspects, not just the dogmatic narrow view of the Jedi."
User avatar
SpAce
 
Posts: 2671
Joined: 22 May 2017

Re: October 7, 2018

Postby SteveG48 » Sun Oct 07, 2018 3:09 pm

Code: Select all
 *--------------------------------------------------*
 | 9    8    3    | 6    7    5    | 2    4    1    |
 | 2    1    7    | 48   48   9    | 6    3    5    |
 | 6    5    4    |a23   1    2-3  | 7    9    8    |
 *----------------+----------------+----------------|
 | 1    2    89   | 5    689  68   | 3    7    4    |
 | 7    4    6    | 138  2   c38   | 5   c18   9    |
 | 5    3    89   | 148  489  7    | 18   6    2    |
 *----------------+----------------+----------------|
 | 8    6    5    | 9    3    12   | 4    12   7    |
 | 4    9    2    | 7    68   168  | 18   5    3    |
 | 3    7    1    |a28   5    4    | 9   b28   6    |
 *--------------------------------------------------*


Can't beat Steve's, but:

(3=28)r39c4 - 8r9c8 = (38)r5c68 => -3 r3c6 ; stte

And very nice to SpAce as well. Very cool DP.
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4248
Joined: 08 November 2013
Location: Orlando, Florida

Re: October 7, 2018

Postby SpAce » Sun Oct 07, 2018 3:59 pm

SteveG48 wrote:Can't beat Steve's

No, we can't. BUG+5 without any chains is quite unbeatable.

(3=28)r39c4 - 8r9c8 = (38)r5c68 => -3 r3c6 ; stte

That's nice as well! I think you could list -3 r5c4 too (not that it matters).

And very nice to SpAce as well. Very cool DP.

Thanks! The BUG was my first choice, but Steve beat me to the punch by seconds, so I had to come up with something different :) None of the three URs seemed to work easily by themselves so I combined two. I guess we could add the third one to the composite as well, though it just complicates things:

Code: Select all
.----------.-----------------------.--------------.
| 9  8  3  |  6        7      5    | 2     4    1 |
| 2  1  7  | *48      *48     9    | 6     3    5 |
| 6  5  4  |  23       1      23   | 7     9    8 |
:----------+-----------------------+--------------:
| 1  2 *89 |  5       *689  c*68   | 3     7    4 |
| 7  4  6  |  38-1     2     c38   | 5   d(1)8  9 |
| 5  3 *89 |a*48(#1)  *489    7    | 8-1   6    2 |
:----------+-----------------------+--------------:
| 8  6  5  |  9        3      12   | 4     12   7 |
| 4  9  2  |  7       *68   b*68#1 | 18    5    3 |
| 3  7  1  |  28       5      4    | 9     28   6 |
'----------'-----------------------'--------------'

DP(4689)r2468c3456 internals

(1)r6c4 == (1-6|8)r8c6 = (68)r45c6 - (8=1)r5c8 => -1 r5c4, r6c7; stte
User avatar
SpAce
 
Posts: 2671
Joined: 22 May 2017


Return to Puzzles

cron