Steve Stumble 1-10-2025

Post puzzles for others to solve here.

Steve Stumble 1-10-2025

Postby SteveG48 » Fri Jan 10, 2025 9:24 pm

Code: Select all
 *-----------*
 |..8|3..|4.2|
 |..4|.1.|...|
 |7..|..9|.1.|
 |---+---+---|
 |3..|2.8|.54|
 |...|...|...|
 |25.|..7|..6|
 |---+---+---|
 |.1.|7..|..3|
 |...|.8.|9..|
 |8.5|..3|6..|
 *-----------*
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4509
Joined: 08 November 2013
Location: Orlando, Florida

Re: Steve Stumble 1-10-2025

Postby jco » Sat Jan 11, 2025 11:18 am

After basics
Code: Select all
,-----------------------------------------------------------,
| 1     69    8    | 3     7     5    | 4     69        2   |
| 5     2369  4    | 68    1     26   | 37    3679      789 |
| 7     236   36   | 468   246   9    | 35    1         58  |
|------------------+------------------+---------------------|
| 3     67    1679 | 2     69    8    | 17    5         4   |
| 4     8     1679 | 1569 (35)69 16   | 2    (3)79     {79} |
| 2     5     19   | 149   349   7    |[8]13 (3)[8]{9}  6   |
|------------------+------------------+---------------------|
| 9     1     2    | 7    (5)6   46   |[8]-5  48        3   |
| 6     347   37   | 15    8     124  | 9     247      {157}|
| 8     47    5    | 19    29    3    | 6     247      {17} |
'-----------------------------------------------------------'

Kraken Cell (389)r6c8 => -5 r7c7; ste
(3)r6c8 - r5c8 = (35)r57c5
(8)r6c8 - r6c7 = (8)r7c7
(9)r6c8 - (9=715)r589c9

EDIT: corrected typo (Thanks Cenoman!)
Last edited by jco on Sat Jan 11, 2025 8:15 pm, edited 1 time in total.
JCO
jco
 
Posts: 777
Joined: 09 June 2020

Re: Steve Stumble 1-10-2025

Postby Cenoman » Sat Jan 11, 2025 4:55 pm

A slight variation to JCO's kraken:
Code: Select all
 +---------------------+----------------------+----------------------+
 |  1    69     8      |  3      7      5     |  4      69     2     |
 |  5    2369   4      |  68     1      26    |  37     3679   789   |
 |  7    236    36     |  468   b246    9     |  35     1      58    |
 +---------------------+----------------------+----------------------+
 |  3    67     1679   |  2     b69     8     |  17     5      4     |
 |  4    8      1679   |  1569   3569   16    |  2      379   z79    |
 |  2    5      19     |  149   b349    7     |  138 yAa389    6     |
 +---------------------+----------------------+----------------------+
 |  9    1      2      |  7    Bb56    B46    |  8-5   B48     3     |
 |  6    347    37     |  15     8      124   |  9      247   z157   |
 |  8    47     5      |  19    b29     3     |  6      247   z17    |
 +---------------------+----------------------+----------------------+

Death Blossom, stem (368)r6c8
3r6c8 - (3=24695)r34679c5
8r6c8 - (8=465)r7c568
9r6c8 - (9=175)r589c9
=>-5r7c7; ste
Cenoman
Cenoman
 
Posts: 3020
Joined: 21 November 2016
Location: France

Re: Steve Stumble 1-10-2025

Postby Cenoman » Sat Jan 11, 2025 5:00 pm

Deleted. Posted in error.
Last edited by Cenoman on Sat Jan 11, 2025 8:23 pm, edited 1 time in total.
Cenoman
Cenoman
 
Posts: 3020
Joined: 21 November 2016
Location: France

Re: Steve Stumble 1-10-2025

Postby P.O. » Sat Jan 11, 2025 6:26 pm

basics:
Hidden Text: Show
Code: Select all
( n1r1c1   n5r2c1   n7r1c5   n8r5c2   n4r5c1   n5r1c6   n9r7c1
  n6r8c1   n2r7c3   n2r5c7 )

intersections:
((((9 0) (4 3 4) (1 6 7 9)) ((9 0) (5 3 4) (1 6 7 9)) ((9 0) (6 3 4) (1 9)))
 (((8 0) (2 9 3) (7 8 9)) ((8 0) (3 9 3) (5 8)))
 (((4 0) (7 6 8) (4 6)) ((4 0) (8 6 8) (1 2 4)))
 (((1 0) (8 9 9) (1 5 7)) ((1 0) (9 9 9) (1 7))))

Code: Select all
1     69    8     3     7     5     4     69    2             
5     2369  4     68    1     26    37    3679  789           
7     236   36    468   246   9     35    1     58             
3     67    1679  2     69    8     17    5     4             
4     8     1679  1569  3569  16    2     379   79             
2     5     19    149   349   7     138   389   6             
9     1     2     7     56    46    58    48    3             
6     347   37    15    8     124   9     247   157           
8     47    5     19    29    3     6     247   17         

8r6c7 => r89c9 = 1
 r6c7=8 - r7c7{n8 n5} - c5n5{r7 r5} - r5n3{c5 c8} - r6c8{n38 n9} - r5c9{n9 n7} |- r8c9{n57 n1}
                                                                               |- r9c9{n7 n1}
=> r6c7 <> 8
ste.
P.O.
 
Posts: 1794
Joined: 07 June 2021

Re: Steve Stumble 1-10-2025

Postby Leren » Sat Jan 11, 2025 7:40 pm

Code: Select all
*---------------------------------------------------*
| 1 69    8    | 3     7     5   | 4     69    2    |
| 5 2369  4    | 68    1     26  | 37    3679  789  |
| 7 236   36   | 468   246   9   | 35    1     58   |
|--------------+-----------------+------------------|
| 3 67    1679 | 2     69    8   | 17    5     4    |
| 4 8    a1679 |a1569  3569 a16  | 2    a379  a79A  |
| 2 5     19   | 149   349   7   | 138 Bb389B  6    |
|--------------+-----------------+------------------|
| 9 1     2    | 7    A56   A46  | 58   A48    3    |
| 6 347   37   | 1-5   8     124 | 9     247   157A |
| 8 47    5    | 19    29    3   | 6     247   17A  |
*---------------------------------------------------*

Similar Death Blossom: Stem Cell r6c8 {389};

(5=3) r5c34689 - (3) r6c8;

(5=8) r7c568 -   (8) r6c8;

(5=9) r589c9 -   (9) r6c8;  => - 5 r8c4; stte

Leren
Leren
 
Posts: 5128
Joined: 03 June 2012


Return to Puzzles