August 7, 2020

Post puzzles for others to solve here.

August 7, 2020

Postby tarek » Fri Aug 07, 2020 5:23 pm

Code: Select all
+-------+-------+-------+
| 8 2 . | . . . | . . 5 |
| 3 . . | . . . | . 7 1 |
| . . . | 5 . . | 2 . . |
+-------+-------+-------+
| . . 7 | . . 2 | 8 . . |
| . . . | . . 6 | . . . |
| . . . | 7 1 . | . . 4 |
+-------+-------+-------+
| . . 9 | 8 . . | 1 3 . |
| . 1 . | . . . | 4 . 7 |
| 2 3 . | . . 4 | . 8 6 |
+-------+-------+-------+
82......53......71...5..2....7..28.......6......71...4..98..13..1....4.723...4.86

Play this puzzle online

Download Sukaku Explainer
User avatar
tarek
 
Posts: 3762
Joined: 05 January 2006

Re: August 7, 2020

Postby Ngisa » Fri Aug 07, 2020 8:03 pm

Code: Select all
+------------------+--------------------+-----------------+
| 8      2      1  | 6       4       7  | 3     9      5  |
| 3      5      4  | 29      289     89 | 6     7      1  |
| 7      9      6  | 5       3       1  | 2     4      8  |
+------------------+--------------------+-----------------+
| 15     46     7  | 349     59      2  | 8     16     39 |
|c15     48     23 | 349    b589     6  | 7    d12     39 |
| 9     f6-8    23 | 7       1      a38 | 5    e26     4  |
+------------------+--------------------+-----------------+
| 4      7      9  | 8       6       5  | 1     3      2  |
| 6      1      8  | 239     29      39 | 4     5      7  |
| 2      3      5  | 1       7       4  | 9     8      6  |
+------------------+--------------------+-----------------+

(8)r6c6 = (8-5)r5c5 = (5-1)r5c1 = (1-2)r5c8 = (2-6)r6c8 = (6)r6c2 => - 8r6c2; stte

Clement
Ngisa
 
Posts: 1384
Joined: 18 November 2012

Re: August 7, 2020

Postby SteveG48 » Fri Aug 07, 2020 9:28 pm

Code: Select all
 *--------------------------------------------------*
 | 8    2    1    | 6    4    7    | 3    9    5    |
 | 3    5    4    | 29   289  89   | 6    7    1    |
 | 7    9    6    | 5    3    1    | 2    4    8    |
 *----------------+----------------+----------------|
 |b15  b46   7    | 349 c59   2    | 8   b16   39   |
 | 15  a48   23   | 349 d59-8 6    | 7    12   39   |
 | 9    6-8  23   | 7    1   d38   | 5    26   4    |
 *----------------+----------------+----------------|
 | 4    7    9    | 8    6    5    | 1    3    2    |
 | 6    1    8    | 239  29   39   | 4    5    7    |
 | 2    3    5    | 1    7    4    | 9    8    6    |
 *--------------------------------------------------*


(8=4)r5c2 - (4=165)r4c128 - 5r4c5 = (58)b5p59 => -8 r5c5,r6c2 ; stte
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4244
Joined: 08 November 2013
Location: Orlando, Florida

Re: August 7, 2020

Postby SpAce » Sat Aug 08, 2020 1:01 am

Code: Select all
.-------------.--------------------.------------.
| 8    2   1  |   6      4      7  | 3  9    5  |
| 3    5   4  |   29    a28+9   89 | 6  7    1  |
| 7    9   6  |   5      3      1  | 2  4    8  |
:-------------+--------------------+------------:
| 15  d46  7  | ad34+9   5-9    2  | 8  16  d39 |
| 15   48  23 |  b49+3  a58+9   6  | 7  12   39 |
| 9   c68  23 |   7      1     c38 | 5  26   4  |
:-------------+--------------------+------------:
| 4    7   9  |   8      6      5  | 1  3    2  |
| 6    1   8  |  b23+9   29    b39 | 4  5    7  |
| 2    3   5  |   1      7      4  | 9  8    6  |
'-------------'--------------------'------------'

(9)r25c5|r4c4 =BUG+5= (3)r5c4|(9,3)r8c46 - (3=86)r6c62 - (6=439)r4c249 => -9 r4c5; stte

Or slightly shorter:

Code: Select all
.-------------.-----------------.------------.
| 8    2   1  |  6     4     7  | 3  9    5  |
| 3    5   4  |  29    289   89 | 6  7    1  |
| 7    9   6  |  5     3     1  | 2  4    8  |
:-------------+-----------------+------------:
| 15  b46  7  | b349  b59    2  | 8  16  b39 |
| 15  a48  23 |  349  a89-5  6  | 7  12   39 |
| 9    68  23 |  7     1     38 | 5  26   4  |
:-------------+-----------------+------------:
| 4    7   9  |  8     6     5  | 1  3    2  |
| 6    1   8  |  239   29    39 | 4  5    7  |
| 2    3   5  |  1     7     4  | 9  8    6  |
'-------------'-----------------'------------'

(84)r5c52 = (4395)r4c2495 => -5 r5c5; 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: August 7, 2020

Postby pjb » Sat Aug 08, 2020 1:55 am

Code: Select all
 8       2       1      | 6      4      7      | 3      9      5     
 3       5       4      | 29     289    89     | 6      7      1     
 7       9       6      | 5      3      1      | 2      4      8     
------------------------+----------------------+---------------------
a15     e46      7      | 349   b59     2      | 8     f6-1    39     
 15     d48      23     | 349   c589    6      | 7      12     39     
 9       68      23     | 7      1      38     | 5      26     4     
------------------------+----------------------+---------------------
 4       7       9      | 8      6      5      | 1      3      2     
 6       1       8      | 239    29     39     | 4      5      7     
 2       3       5      | 1      7      4      | 9      8      6     

(1=5)r4c1 - r4c5 = (5-8)r5c5 = (8-4)r5c2 = (4-6)r4c2 = r4c8, -1r4c8; stte

Phil
pjb
2014 Supporter
 
Posts: 2568
Joined: 11 September 2011
Location: Sydney, Australia

Re: August 7, 2020

Postby Cenoman » Mon Aug 10, 2020 1:31 pm

Code: Select all
 +-----------------+-------------------+-----------------+
 |  8    2    1    |  6     4     7    |  3    9    5    |
 |  3    5    4    |  29*  a289*  89   |  6    7    1    |
 |  7    9    6    |  5     3     1    |  2    4    8    |
 +-----------------+-------------------+-----------------+
 |  15   46   7    |  349   59    2    |  8    16   39   |
 |  15  f48  e23   | f349   59-8  6    |  7    12  f39   |
 |  9    68  d23   |  7     1    c38   |  5    26   4    |
 +-----------------+-------------------+-----------------+
 |  4    7    9    |  8     6     5    |  1    3    2    |
 |  6    1    8    |  239*  29*  b39   |  4    5    7    |
 |  2    3    5    |  1     7     4    |  9    8    6    |
 +-----------------+-------------------+-----------------+

UR(29)r28c45 using mixed internal-external
(8)r2c5 == (9-3)r8c6 = r6c6 - r6c3 = r5c3 - (3=498)r5c249 => -8 r5c5; ste
Cenoman
Cenoman
 
Posts: 2749
Joined: 21 November 2016
Location: France

Re: August 7, 2020

Postby Sudtyro2 » Mon Aug 10, 2020 6:16 pm

Code: Select all
+----------------+------------------+--------------+
|  8    2    1   | 6     4     7    |  3   9   5   |
|  3    5    4   | 29   b289  a89#  |  6   7   1   |
|  7    9    6   | 5     3     1    |  2   4   8   |
+----------------+------------------+--------------+
| c15  d46   7   | 349  b59    2    |  8  c16  39  |
|  15  d48   23  | 349   59-8  6    |  7   12  39  |
|  9    6-8  23  | 7     1     38   |  5   26  4   |
+----------------+------------------+--------------+
|  4    7    9   | 8     6     5    |  1   3   2   |
|  6    1    8   | 239  b29    39   |  4   5   7   |
|  2    3    5   | 1     7     4    |  9   8   6   |
+----------------+------------------+--------------+

Kraken franken 1x2 Obi-Fish(8)c6\b5r6 + rfr2c6:
(8)r2c6 - (8=295)r248c5 - (5=16)r4c18 - (6=48)r45c2 => -8 r6c2,r5c5; stte

[Edited to note that the 1x2 Obi-Fish notation is incorrect. See subsequent comments by SpAce.]

SteveC
Last edited by Sudtyro2 on Tue Aug 11, 2020 11:18 am, edited 1 time in total.
Sudtyro2
 
Posts: 754
Joined: 15 April 2013

Re: August 7, 2020

Postby SteveG48 » Mon Aug 10, 2020 6:47 pm

Yikes! A Kraken franken Obi-Fish? Are they good eating?
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4244
Joined: 08 November 2013
Location: Orlando, Florida

Re: August 7, 2020

Postby SpAce » Mon Aug 10, 2020 7:34 pm

Hi Steve,

Sudtyro2 wrote:Kraken franken 1x2 Obi-Fish(8)c6\b5r6 + rfr2c6:
(8)r2c6 - (8=295)r248c5 - (5=16)r4c18 - (6=48)r45c2 => -8 r6c2,r5c5; stte

I don't think it's actually a 1x2 obi-fish but a Siamese 1x1 fish. If it were a 1x2 fish it'd be Rank 1 and you'd need two covers for each elimination, but you only have one for each. Thus the two covers you've listed are actually for two different Rank 0 fishes (one franken, the other basic), which can be seen as a single Siamese fish. I might write it like this:

Kraken Cyclops Fish (8)c6\(b5|r6) + rfr2c6 ...

Since either elimination is stte on its own, you could also skip the Siamese complication and just use one or the other cover for a simpler fish (but what fun would that be).
User avatar
SpAce
 
Posts: 2671
Joined: 22 May 2017

Re: August 7, 2020

Postby Sudtyro2 » Mon Aug 10, 2020 7:54 pm

SpAce wrote:
Sudtyro2 wrote:Kraken franken 1x2 Obi-Fish(8)c6\b5r6 + rfr2c6:
(8)r2c6 - (8=295)r248c5 - (5=16)r4c18 - (6=48)r45c2 => -8 r6c2,r5c5; stte

I don't think it's actually a 1x2 obi-fish but a Siamese 1x1 fish. If it were a 1x2 fish it'd be Rank 1 and you'd need two covers for each elimination, but you only have one for each. Thus the two covers you've listed are actually for two different Rank 0 fishes (one franken, the other basic), which can be seen as a single Siamese fish. I might write it like this:

Kraken Cyclops Fish (8)c6\(b5|r6) + rfr2c6 ...

Thx, SpAce, for the helpful clarification! I see this dual-cover structure often in the Forum PMs and have made previous (inaccurate) tries to describe it in some sort of Fish terms. I will gladly adopt your suggested notation in future posts!

SteveC
Sudtyro2
 
Posts: 754
Joined: 15 April 2013


Return to Puzzles

cron