17Feb19

Post puzzles for others to solve here.

17Feb19

Postby Yogi » Tue Feb 12, 2019 12:17 am

......75....8.3...4........6..2....12...74..........8..13..........9.2...8.......

17Feb19.png
17Feb19.png (17.41 KiB) Viewed 565 times

Another P & P job – enjoy!
User avatar
Yogi
2017 Supporter
 
Posts: 337
Joined: 05 December 2015
Location: New Zealand

Re: 17Feb19

Postby Leren » Tue Feb 12, 2019 2:06 am

Code: Select all
*--------------------------------------------------*
| 8   2    69  | 4     1  69d   | 7      5   3     |
| 1   569  7   | 8     56 3     | 69B    2   4     |
| 4   3   d569 | 5679e 2  5679e | 8      1   69C   |
|--------------+----------------+------------------|
| 6   459 c459 | 2     3  8     |b59     7   1     |
| 2   59   8   | 1     7  4     | 3      69  569   |
| 3   7    1   | 569   56 569   | 4      8   2     |
|--------------+----------------+------------------|
| 579 1    3   | 567   8  2     |a59-6aA 4   5679  |
| 57  46   46  | 57    9  1     | 2      3   8     |
| 579 8    2   | 3     4  567c  | 1      69b 5679b |
*--------------------------------------------------*

Kraken Row 3 digit 9 :

6r7c7 - 5r7c7 = 5r4c7 - 5r4c3 = 5r3c3 - 9r3c3;

6r7c7 - 6r9c89 = 6r9c6 - (6=9)r1c6    - 9r3c46

6r7c7 - (6=9)r2c7                     - 9r3c9; => - 6r7c7; stte

Leren
Leren
 
Posts: 5036
Joined: 03 June 2012

Re: 17Feb19

Postby SpAce » Tue Feb 12, 2019 3:55 am

Two steps, but I guess it's somewhat acceptable for a pure p&p solution.

Code: Select all
.-------------------.--------------------.----------------.
| 8    2       69   | 4       1    69    |  7    5   3    |
| 1    69-5    7    | 8     a(5)6  3     | a69   2   4    |
| 4    3     b(5)69 | 679-5   2    679-5 |  8    1   69   |
:-------------------+--------------------+----------------:
| 6    459    b459  | 2       3    8     | a59   7   1    |
| 2    59      8    | 1       7    4     |  3    69  569  |
| 3    7       1    | 569     56   569   |  4    8   2    |
:-------------------+--------------------+----------------:
| 579  1       3    | 567     8    2     |  569  4   5679 |
| 57   46      46   | 57      9    1     |  2    3   8    |
| 579  8       2    | 3       4    567   |  1    69  5679 |
'-------------------'--------------------'----------------'

Step 1: XY-Wing Transport:

(5)r2c5 =XY-Wing= (5)r4c7 - (5)r[4=3]c3 => -5 r2c2,r3c46

Code: Select all
.--------------.----------------.-------------------.
| 8    2    69 |  4      1  69  |   7     5    3    |
| 1    69   7  |  8      5  3   | a(6)9   2    4    |
| 4    3    5  | b679    2  679 |   8     1   a69   |
:--------------+----------------+-------------------:
| 6    459  49 |  2      3  8   |   59    7    1    |
| 2    59   8  |  1      7  4   |   3     69   569  |
| 3    7    1  |  59     6  59  |   4     8    2    |
:--------------+----------------+-------------------:
| 579  1    3  | b5(6)7  8  2   |   59-6  4    5679 |
| 57   46   46 |  57     9  1   |   2     3    8    |
| 579  8    2  |  3      4  567 |   1     69   5679 |
'--------------'----------------'-------------------'

Step 2: Turbot Crane:

(6)b3p[4=9] - (6)r[3=7]c4 => -6 r7c7; 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: 17Feb19

Postby SpAce » Tue Feb 12, 2019 4:42 am

Here's a one-stepper, too. Lol.

Code: Select all
.---------------------.------------------------.-----------------.
| 8     2     ab(6)9  |  4         1     9-6   |   7    5   3    |
| 1    c69-5     7    |  8      ab(5)6   3     | cd69   2   4    |
| 4     3      f(5)69 |  679-5     2     679-5 |   8    1   69   |
:---------------------+------------------------+-----------------:
| 6     459     e459  |  2         3     8     |  d59   7   1    |
| 2     59       8    |  1         7     4     |   3    69  569  |
| 3     7        1    |  569       56    569   |   4    8   2    |
:---------------------+------------------------+-----------------:
| 579   1        3    | e567       8     2     |  d569  4   5679 |
| 57    46       46   |  57        9     1     |   2    3   8    |
| 579   8        2    |  3         4    f5(6)7 |   1    69  5679 |
'---------------------'------------------------'-----------------'

(56)r2c5,r1c3 = (6)r2c5|(9)r1c3 - (6,9)r2c72 = (9,5,6)r247c7 - (5)r4c3|(6)r7c4 = (5,6)r3c3,r9c6 => -5 r2c2,r3c46; -6 r1c6; stte
User avatar
SpAce
 
Posts: 2671
Joined: 22 May 2017

Re: 17Feb19

Postby SpAce » Tue Feb 12, 2019 6:08 am

Leren wrote:
Code: Select all
Kraken Row 3 digit 9 :

6r7c7 - 5r7c7 = 5r4c7 - 5r4c3 = 5r3c3 - 9r3c3;

6r7c7 - 6r9c89 = 6r9c6 - (6=9)r1c6    - 9r3c46

6r7c7 - (6=9)r2c7                     - 9r3c9; => - 6r7c7; stte

Presented like that I would call it Nishio. Sure, it's a Kraken when read from right to left, but... why?
User avatar
SpAce
 
Posts: 2671
Joined: 22 May 2017

Re: 17Feb19

Postby eleven » Tue Feb 12, 2019 6:18 pm

Code: Select all
 *---------------------------------------------------------------*
 |  8     2     69    |  4      1   b69     |  7     5    3      |
 |  1     569   7     |  8      56   3      | e69    2    4      |
 |  4     3     569   | c5679   2    5679   |  8     1   d69     |
 |--------------------+---------------------+--------------------|
 |  6     459   459   |  2      3    8      |  59    7    1      |
 |  2     59    8     |  1      7    4      |  3     69   569    |
 |  3     7     1     |  569    56   569    |  4     8    2      |
 |--------------------+---------------------+--------------------|
 |  579   1     3     | a567    8    2      |  59-6  4    5679   |
 |  57    46    46    | a57     9    1      |  2     3    8      |
 |  579   8     2     |  3      4   b567    |  1     69   5679   |
 *---------------------------------------------------------------*
6r7c4 = 57r78c4 & (6,9)r91c6 - (579=6)r3c4 - r3c9 = r2c7 => -6r7c7, stte
eleven
 
Posts: 3094
Joined: 10 February 2008


Return to Puzzles