Steve Stumble 11-21-2025

Post puzzles for others to solve here.

Steve Stumble 11-21-2025

Postby SteveG48 » Fri Nov 21, 2025 2:05 pm

Code: Select all
 *-----------*
 |.23|..7|...|
 |69.|.1.|.73|
 |...|.6.|...|
 |---+---+---|
 |.8.|...|7..|
 |2..|1.8|..5|
 |..9|...|.6.|
 |---+---+---|
 |...|.2.|...|
 |57.|.8.|.31|
 |...|9.3|42.|
 *-----------*
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4605
Joined: 08 November 2013
Location: Orlando, Florida

Re: Steve Stumble 11-21-2025

Postby Cenoman » Fri Nov 21, 2025 2:57 pm

Code: Select all
 +------------------+-----------------+------------------+
 | c14    2    3    |  8    9    7    |  56  a15+4  46   |
 |  6     9    8    |  5    1    4    |  2    7     3    |
 | a47+1  5    7-1  |  3    6    2    |  18  a48+1  9    |
 +------------------+-----------------+------------------+
 |  13    8    5    |  6    34   9    |  7    14    2    |
 |  2     46   67   |  1    47   8    |  3    9     5    |
 |  37    14   9    |  2    37   5    |  18   6     48   |
 +------------------+-----------------+------------------+
 |  9     3    4    |  7    2    1    |  56   58    68   |
 |  5     7    2    |  4    8    6    |  9    3     1    |
 |  8     16   16   |  9    5    3    |  4    2     7    |
 +------------------+-----------------+------------------+

BUG+3: (1)r3c18 == (4)r1c8 - (4=1)r1c1 => -1 r3c3; ste
Cenoman
Cenoman
 
Posts: 3174
Joined: 21 November 2016
Location: France

Re: Steve Stumble 11-21-2025

Postby P.O. » Fri Nov 21, 2025 5:28 pm

basics:
Hidden Text: Show
Code: Select all
( n1r7c6   n2r8c3   n3r3c4   n5r9c5   n7r9c9   n7r7c4   n9r8c7   n9r7c1   n3r5c7
  n3r7c2   n4r7c3 )

intersections:
((((6 0) (4 4 5) (2 4 5 6)) ((6 0) (4 6 5) (2 4 5 6 9)))
 (((4 0) (2 4 2) (2 4 5 8)) ((4 0) (2 6 2) (2 4 5)))
 ( n2r6c4   n2r2c7   n5r2c4   n5r6c6   n2r3c6   n8r9c1   n8r1c4   n5r3c2
   n8r2c3   n5r4c3   n4r2c6   n2r4c9   n4r8c4   n9r3c9   n6r4c4   n6r8c6
   n9r5c8   n9r4c6   n9r1c5 )
 (((4 0) (5 2 4) (4 6)) ((4 0) (6 2 4) (1 4))) NIL)

PAIR COL: ((3 7 3) (1 8)) ((6 7 6) (1 8)) 
(((1 7 3) (1 5 6)) ((7 7 9) (5 6 8)))

TRIPLET ROW: ((6 2 4) (1 4)) ((6 7 6) (1 8)) ((6 9 6) (4 8))
(((6 1 4) (1 3 7)) ((6 5 5) (3 4 7)))

Code: Select all
14   2    3    8    9    7    56   145  46           
6    9    8    5    1    4    2    7    3             
147  5    17   3    6    2    18   148  9             
13   8    5    6    34   9    7    14   2             
2    46   67   1    47   8    3    9    5             
37   14   9    2    37   5    18   6    48           
9    3    4    7    2    1    56   58   68           
5    7    2    4    8    6    9    3    1             
8    16   16   9    5    3    4    2    7             

1r4c1 => r1c1 <> 1,4
 r4c1=1 - r6c2{n1 n4} - c9n4{r6 r1}
 
=> r4c1 <> 1
ste.
P.O.
 
Posts: 2103
Joined: 07 June 2021

Re: Steve Stumble 11-21-2025

Postby Ngisa » Fri Nov 21, 2025 5:47 pm

Code: Select all
+-----------------+--------------+-----------------+
|c14     2     3  | 8    9     7 | 56    145   b46 |
| 6      9     8  | 5    1     4 | 2     7      3  |
| 147    5     17 | 3    6     2 | 18    148    9  |
+-----------------+--------------+-----------------+
|d13     8     5  | 6    34    9 | 7     14     2  |
| 2      46    67 | 1    47    8 | 3     9      5  |
| 37    e1-4   9  | 2    37    5 | 18    6     a48 |
+-----------------+--------------+-----------------+
| 9      3     4  | 7    2     1 | 56    58     68 |
| 5      7     2  | 4    8     6 | 9     3      1  |
| 8      16    16 | 9    5     3 | 4     2      7  |
+-----------------+--------------+-----------------+

(4)r6c9 = r1c9 - (4=1)r1c1 - r4c1 = (1)r6c2 => - 4r6c2; ste

Clement
Ngisa
 
Posts: 1425
Joined: 18 November 2012

Re: Steve Stumble 11-21-2025

Postby RSW » Fri Nov 21, 2025 8:35 pm

Code: Select all
 +-----------+--------+-------------+
 | 14  2  3  | 8 9  7 | 56  45-1 46 |
 | 6   9  8  | 5 1  4 | 2   7    3  |
 | 147 5  17 | 3 6  2 |a18 a148  9  |
 +-----------+--------+-------------+
 | 13  8  5  | 6 34 9 | 7  b14   2  |
 | 2   46 67 | 1 47 8 | 3   9    5  |
 | 37  14 9  | 2 37 5 | 18  6    48 |
 +-----------+--------+-------------+
 | 9   3  4  | 7 2  1 | 56  58   68 |
 | 5   7  2  | 4 8  6 | 9   3    1  |
 | 8   16 16 | 9 5  3 | 4   2    7  |
 +-----------+--------+-------------+

(1=84)r3c78 - (4=1)r4c8 => -1r1c8; ste
RSW
 
Posts: 696
Joined: 01 December 2018
Location: Western Canada

Re: Steve Stumble 11-21-2025

Postby rjamil » Sat Nov 22, 2025 5:15 am

Code: Select all
 +-------------+----------+-------------+
 |*14   2   3  | 8  9   7 | 56  45+1 46 |
 | 6    9   8  | 5  1   4 | 2   7    3  |
 | 17+4 5   17 | 3  6   2 | 18  18-4 9  |
 +-------------+----------+-------------+
 | 13   8   5  | 6  34  9 | 7  *14   2  |
 | 2    46  67 | 1  47  8 | 3   9    5  |
 | 37   14  9  | 2  37  5 | 18  6    48 |
 +-------------+----------+-------------+
 | 9    3   4  | 7  2   1 | 56  58   68 |
 | 5    7   2  | 4  8   6 | 9   3    1  |
 | 8    16  16 | 9  5   3 | 4   2    7  |
 +-------------+----------+-------------+

M-Wing: 14 @ r4c8 14 @ r1c1 SL 1 @ r1c18 SL 4 @ r13c1 => -4 @ r3c8; stte

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


Return to Puzzles