Steve Stumble 10-18-2025

Post puzzles for others to solve here.

Steve Stumble 10-18-2025

Postby SteveG48 » Sat Oct 18, 2025 7:12 pm

Code: Select all
 *-----------*
 |1..|...|4.8|
 |.24|.6.|9..|
 |...|3..|...|
 |---+---+---|
 |...|..3|.2.|
 |45.|2.8|.16|
 |.7.|...|...|
 |---+---+---|
 |...|..7|...|
 |..9|.3.|18.|
 |..1|...|.69|
 *-----------*
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4600
Joined: 08 November 2013
Location: Orlando, Florida

Re: Steve Stumble 10-18-2025

Postby pjb » Sat Oct 18, 2025 10:55 pm

Code: Select all
 1       6       5      | 7      2      9      | 4      3      8     
 3       2       4      | 8      6      5      | 9      7      1     
 8       9       7      | 3      4      1      | 6      5      2     
------------------------+----------------------+---------------------
 9       1      b68     |b46     7      3      |b58     2      45     
 4       5       3      | 2      9      8      | 7      1      6     
 26      7       268    | 1      5      46     | 38     9      34     
------------------------+----------------------+---------------------
 256     8       26     | 9      1      7      | 235    4      35     
 25      4       9      | 56     3      26     | 1      8      7     
 7       3       1      |a45     8      24     | 2-5    6      9     

(5=4)r9c4 - (4=5)r4c347 => -5 r9c7; stte

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

Re: Steve Stumble 10-18-2025

Postby rjamil » Sun Oct 19, 2025 1:44 am

Code: Select all
 +-------------+-----------+------------+
 | 1    6  5   | 7   2  9  | 4    3  8  |
 | 3    2  4   | 8   6  5  | 9    7  1  |
 | 8    9  7   | 3   4  1  | 6    5  2  |
 +-------------+-----------+------------+
 | 9    1  68  | 6*4 7  3  | 8-5  2 *45 |
 | 4    5  3   | 2   9  8  | 7    1  6  |
 | 26   7  268 | 1   5  46 | 38   9  34 |
 +-------------+-----------+------------+
 | 256  8  26  | 9   1  7  | 235  4  3-5|
 | 25   4  9   | 56  3  26 | 1    8  7  |
 | 7    3  1   |*45  8  24 | 2*5  6  9  |
 +-------------+-----------+------------+

M-Wing: 45 @ r4c9 45 @ r9c4 SL 4 @ r49c4 SL 5 @ r9c47 => -5 @ r4c7 r7c9; ste

R. Jamil
rjamil
 
Posts: 887
Joined: 15 October 2014
Location: Karachi, Pakistan

Re: Steve Stumble 10-18-2025

Postby Leren » Sun Oct 19, 2025 2:36 am

Code: Select all
*----------------------------------*
| 1   6  5   | 7  2 9  | 4    3 8  |
| 3   2  4   | 8  6 5  | 9    7 1  |
| 8   9  7   | 3  4 1  | 6    5 2  |
|------------+---------+-----------|
| 9   1  68  | 46 7 3  | 58   2 45 |
| 4   5  3   | 2  9 8  | 7    1 6  |
| 26  7 b268 | 1  5 46 |c38   9 34 |
|------------+---------+-----------|
| 256 8 a26  | 9  1 7  |d35-2 4 35 |
| 25  4  9   | 56 3 26 | 1    8 7  |
| 7   3  1   | 45 8 24 | 25   6 9  |
*----------------------------------*

L3 Wing: (2) r7c3 = (2-8) r6c3 = (8-3) r6c7 = (3) r7c7 => - 2 r7c7; stte

Leren
Leren
 
Posts: 5210
Joined: 03 June 2012

Re: Steve Stumble 10-18-2025

Postby P.O. » Sun Oct 19, 2025 12:51 pm

basics:
Hidden Text: Show
Code: Select all
( n3r5c3   n7r5c7   n9r5c5   n1r4c2   n6r3c7   n7r8c9   n7r9c1   n9r7c4   n9r6c8
  n9r4c1   n1r7c5   n2r3c9   n4r7c8   n1r2c9   n1r3c6   n4r3c5   n8r9c5   n8r2c4
  n9r3c2   n9r1c6   n5r2c6   n5r6c5   n7r1c4   n2r1c5   n3r2c1   n7r2c8   n5r3c8
  n7r4c5   n6r1c2   n5r1c3   n3r1c8   n8r3c1   n7r3c3   n4r8c2   n3r9c2   n8r7c2
  n1r6c4 )

intersection:
((((6 0) (8 4 8) (5 6)) ((6 0) (8 6 8) (2 6))))

Code: Select all
1    6    5    7    2    9    4    3    8             
3    2    4    8    6    5    9    7    1             
8    9    7    3    4    1    6    5    2             
9    1    68   46   7    3    58   2    45           
4    5    3    2    9    8    7    1    6             
26   7    268  1    5    46   38   9    34           
256  8    26   9    1    7    235  4    35           
25   4    9    56   3    26   1    8    7             
7    3    1    45   8    24   25   6    9             

4r4c9 => r49c4 <> 4
 r4c9=4 - c9n5{r4 r7} - r9n5{c7 c4}
 
=> r4c9 <> 4
ste.
P.O.
 
Posts: 2079
Joined: 07 June 2021

Re: Steve Stumble 10-18-2025

Postby RSW » Mon Oct 20, 2025 7:04 pm

Code: Select all
 +--------------+---------+------------+
 |  1   6   5   | 7  2 9  | 4    3  8  |
 |  3   2   4   | 8  6 5  | 9    7  1  |
 |  8   9   7   | 3  4 1  | 6    5  2  |
 +--------------+---------+------------+
 |  9   1   68  | 46 7 3  | 58   2  45 |
 |  4   5   3   | 2  9 8  | 7    1  6  |
 | #26  7 b#268 | 1  5 46 |a38   9  4-3|
 +--------------+---------+------------+
 |c#256 8  #26  | 9  1 7  | 25-3 4 d35 |
 |  25  4   9   | 56 3 26 | 1    8  7  |
 |  7   3   1   | 45 8 24 | 25   6  9  |
 +--------------+---------+------------+

UR(26)r67c13
(3=8)r6c7-(8)r6c3==(5)r7c1-(5=3)r7c9 => -3r7c7 -3r6c9; ste
RSW
 
Posts: 694
Joined: 01 December 2018
Location: Western Canada

Re: Steve Stumble 10-18-2025

Postby Cenoman » Mon Oct 20, 2025 9:11 pm

Code: Select all
 +-------------------+-----------------+------------------+
 |  1     6    5     |  7    2    9    |  4     3    8    |
 |  3     2    4     |  8    6    5    |  9     7    1    |
 |  8     9    7     |  3    4    1    |  6     5    2    |
 +-------------------+-----------------+------------------+
 |  9     1    68    |  46   7    3    |  58    2    45   |
 |  4     5    3     |  2    9    8    |  7     1    6    |
 | c26    7   b28+6  |  1    5    46   |  38    9    34   |
 +-------------------+-----------------+------------------+
 | a6+2-5 8    26    |  9    1    7    | a23+5  4    35   |
 | c25    4    9     |  56   3    26   |  1     8    7    |
 |  7     3    1     |  45   8    24   |  25    6    9    |
 +-------------------+-----------------+------------------+

BUG+3: (2r7c1|5r7c7) == (6)r6c3 - (6=25)r68c1 => -5r7c1; ste
Cenoman
Cenoman
 
Posts: 3162
Joined: 21 November 2016
Location: France


Return to Puzzles