October 14, 2019

Post puzzles for others to solve here.

October 14, 2019

Postby ArkieTech » Mon Oct 14, 2019 6:57 am

Code: Select all
 *-----------*
 |.8.|5.3|.7.|
 |.27|...|38.|
 |...|...|...|
 |---+---+---|
 |..5|.9.|6..|
 |...|1.2|...|
 |..4|.6.|9..|
 |---+---+---|
 |...|...|...|
 |.32|...|45.|
 |.5.|9.7|.2.|
 *-----------*



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

Re: October 14, 2019

Postby SpAce » Mon Oct 14, 2019 10:51 am

Code: Select all
.------------------.-----------------.--------------.
|   6       8   9  |  5      2    3  | 1   7     4  |
|   5-1     2   7  |  46   b(1)4  9  | 3   8     56 |
|  A35[+1]  4   13 |  78     78   16 | 2   9     56 |
:------------------+-----------------+--------------:
| d{2}3     17  5  | c34+7   9    8  | 6  c14+3  27 |
|   9       6   38 |  1     b47   2  | 5   34    78 |
| d{28}     17  4  |  37     6    5  | 9   13    28 |
:------------------+-----------------+--------------:
| d{18}     9   18 |  2      5    4  | 7   6     3  |
|   7       3   2  |  68     18   16 | 4   5     9  |
|   4       5   6  |  9      3    7  | 8   2     1  |
'------------------'-----------------'--------------'

BUG+3

(1)r3c1 = [(1=47)r25c5 - (7==3)r4c48 - (3=281)r467c1] => -1 r2c1; 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 14, 2019

Postby SteveG48 » Mon Oct 14, 2019 12:58 pm

Code: Select all
 *--------------------------------------------------*
 | 6    8    9    | 5    2    3    | 1    7    4    |
 | 5-1  2    7    | 46  a14   9    | 3    8    56   |
 | 135  4    13   | 78   78   16   | 2    9    56   |
 *----------------+----------------+----------------|
 | 23   17   5    | 347  9    8    | 6    134  27   |
 | 9    6    38   | 1   a47   2    | 5    34  b78   |
 |c28   17   4    | 37   6    5    | 9    13  b28   |
 *----------------+----------------+----------------|
 |c18   9    18   | 2    5    4    | 7    6    3    |
 | 7    3    2    | 68   18   16   | 4    5    9    |
 | 4    5    6    | 9    3    7    | 8    2    1    |
 *--------------------------------------------------*


(1=47)r26c5 - (7=82)r56c9 - (2=81)r67c1 => -1 r2c1 ; stte
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4234
Joined: 08 November 2013
Location: Orlando, Florida

Re: October 14, 2019

Postby Cenoman » Mon Oct 14, 2019 3:44 pm

Code: Select all
 +------------------+------------------+------------------+
 |  6     8    9    |  5     2    3    |  1    7     4    |
 | a15    2    7    | a46    14   9    |  3    8    a56   |
 |  135   4    3-1  |  78    78   16   |  2    9     56   |
 +------------------+------------------+------------------+
 |  23    17*  5    | b347*  9    8    |  6    134*  27   |
 |  9     6   d38   |  1     47   2    |  5   c34    78   |
 |  28    17*  4    |  37*   6    5    |  9    13*   28   |
 +------------------+------------------+------------------+
 |  18    9   d18   |  2     5    4    |  7    6     3    |
 |  7     3    2    |  68    18   16   |  4    5     9    |
 |  4     5    6    |  9     3    7    |  8    2     1    |
 +------------------+------------------+------------------+

DP(137)r46c248 using mixed internal-external
(1=564)r2c149 - (4)r4c4==(3)r5c8 - (3=81)r57c3 => -1r3c3; ste
Cenoman
Cenoman
 
Posts: 2740
Joined: 21 November 2016
Location: France

Re: October 14, 2019

Postby Ngisa » Mon Oct 14, 2019 5:17 pm

Code: Select all
+-------------------+-------------------+------------------+
| 6       8      9  | 5       2      3  | 1     7       4  |
| 5-1     2      7  | 46     a14     9  | 3     8       56 |
| 135     4     e13 | 78      78     16 | 2     9       56 |
+-------------------+-------------------+------------------+
| 23      17     5  | 347     9      8  | 6     134     27 |
| 9       6     d38 | 1      b47     2  | 5     34     c78 |
| 28      17     4  | 37      6      5  | 9     13      28 |
+-------------------+-------------------+------------------+
| 18      9      18 | 2       5      4  | 7     6       3  |
| 7       3      2  | 68      18     16 | 4     5       9  |
| 4       5      6  | 9       3      7  | 8     2       1  |
+-------------------+-------------------+------------------+

XY Chain:
(1=4)r2c5 - (4=7)r5c5 - (7=8)r5c9 - (8=3)r5c3 - (3=1)r3c3 => - 1r2c1; stte

Clement
Ngisa
 
Posts: 1381
Joined: 18 November 2012

Re: October 14, 2019

Postby Sudtyro2 » Mon Oct 14, 2019 7:34 pm

Code: Select all
+----------------+--------------+--------------+
| 6    8    9    | 5    2   3   | 1   7    4   |
| 5-1  2    7    | 46  e14  9   | 3   8    56  |
| 135  4   a13#  | 78   78  16  | 2   9    56  |
+----------------+--------------+--------------+
| 23   17   5    | 347  9   8   | 6   134  27  |
| 9    6   c38   | 1   d47  2   | 5   34  d78  |
| 28   17   4    | 37   6   5   | 9   13   28  |
+----------------+--------------+--------------+
| 18   9   b18#  | 2    5   4   | 7   6    3   |
| 7    3    2    | 68   18  16  | 4   5    9   |
| 4    5    6    | 9    3   7   | 8   2    1   |
+----------------+--------------+--------------+

In this Headless Fish, the fins(#) become guardians of an equivalent DP.
Kraken 1-NoFish(1)C3\r2 + fr3c3 + rfr7c3
1r3c3 == (1-8)r7c3 = r5c3 - (8=74)r5c59 - (4=1)r2c5 => -1 r2c1; stte
See here for SpAce's full explanation.

SteveC
Sudtyro2
 
Posts: 754
Joined: 15 April 2013

Re: October 14, 2019

Postby SpAce » Mon Oct 14, 2019 8:54 pm

Sudtyro2 wrote:In this Headless Fish, the fins(#) become guardians of an equivalent DP.
Kraken 1-NoFish(1)C3\r2 + fr3c3 + rfr7c3
1r3c3 == (1-8)r7c3 = r5c3 - (8=74)r5c59 - (4=1)r2c5 => -1 r2c1; stte

Nice! :D Good of you to revive the aquatic research on these almost extinct creatures.

Myth Jellies wrote:Then came grouped sealife, and, perhaps rumors of a "skinny swordfish". Apparently the researches on this creature were lost, dealing aquatic science a severe blow.
User avatar
SpAce
 
Posts: 2671
Joined: 22 May 2017


Return to Puzzles