Steve Stumble 5-16-2025

Post puzzles for others to solve here.

Steve Stumble 5-16-2025

Postby SteveG48 » Fri May 16, 2025 1:47 pm

Code: Select all
 *-----------*
 |54.|1..|.2.|
 |9..|..4|6..|
 |...|..9|.4.|
 |---+---+---|
 |3..|.5.|...|
 |.5.|478|...|
 |...|.1.|..8|
 |---+---+---|
 |.2.|6..|...|
 |..7|2..|..1|
 |.3.|...|.97|
 *-----------*
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4546
Joined: 08 November 2013
Location: Orlando, Florida

Re: Steve Stumble 5-16-2025

Postby P.O. » Fri May 16, 2025 5:07 pm

basics:
Hidden Text: Show
Code: Select all
( n9r4c4   n3r6c4   n2r9c7   n6r8c8   n7r7c6   n1r9c6   n5r8c6   n7r1c7   n9r1c9
  n8r9c4   n4r9c5   n6r9c1   n5r9c3   n3r1c6 )

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

( n4r7c9   n4r8c1 )

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

Code: Select all
5      4      68     1      68     3      7      2      9               
9      178    1238   57     28     4      6      18     35             
1278   1678   12368  57     268    9      18     4      35             
3      178    148    9      5      26     14     17     26             
12     5      1269   4      7      8      139    13     26             
27     679    2469   3      1      26     459    57     8               
18     2      189    6      39     7      358    358    4               
4      89     7      2      39     5      38     6      1               
6      3      5      8      4      1      2      9      7               

9r6c2 => r36c2 <> 6
 r6c2=9 - r8c2{n9 n8} - r4n8{c2 c3} - r1c3{n8 n6}
 
=> r6c2 <> 9
ste.
P.O.
 
Posts: 1922
Joined: 07 June 2021

Re: Steve Stumble 5-16-2025

Postby RSW » Fri May 16, 2025 8:24 pm

Code: Select all
 +------------------+-----------+------------+
 | 5     4   b68    | 1  68  3  | 7   2   9  |
 | 9    a178  1238  | 57 28  4  | 6   18  35 |
 | 1278 a1678 12368 | 57 268 9  | 18  4   35 |
 +------------------+-----------+------------+
 | 3   ad178 c148   | 9  5   26 | 14  17  26 |
 | 12    5    1269  | 4  7   8  | 139 13  26 |
 | 27    679  2469  | 3  1   26 | 459 57  8  |
 +------------------+-----------+------------+
 | 18    2    189   | 6  39  7  | 358 358 4  |
 | 4     9-8  7     | 2  39  5  | 38  6   1  |
 | 6     3    5     | 8  4   1  | 2   9   7  |
 +------------------+-----------+------------+

(8=176)r234c2 - (6=8)r1c3 - (8)r4c3 = (8)r4c2 => -8r8c2; stte
RSW
 
Posts: 678
Joined: 01 December 2018
Location: Western Canada

Re: Steve Stumble 5-16-2025

Postby Leren » Fri May 16, 2025 8:41 pm

Code: Select all
*--------------------------------------------*
| 5     4    c68    | 1  68  3  | 7   2   9  |
| 9     178   1238  | 57 28  4  | 6   18  35 |
| 1278 b1678  12368 | 57 268 9  | 18  4   35 |
|-------------------+-----------+------------|
| 3    e178  d148   | 9  5   26 | 14  17  26 |
| 12    5     1269  | 4  7   8  | 139 13  26 |
| 27   a67-9  2469  | 3  1   26 | 459 57  8  |
|-------------------+-----------+------------|
| 18    2     189   | 6  39  7  | 358 358 4  |
| 4    f89    7     | 2  39  5  | 38  6   1  |
| 6     3     5     | 8  4   1  | 2   9   7  |
*--------------------------------------------*

(6) r6c2 = r3c2 - (6=8) r1c3 - r4c3 = (8) r4c2 - (8=9) r8c2 => - 9 r6c2; stte

Leren
Leren
 
Posts: 5171
Joined: 03 June 2012

Re: Steve Stumble 5-16-2025

Postby Cenoman » Fri May 16, 2025 9:50 pm

Two steps (for fun...)
Code: Select all
 +------------------------+------------------+-------------------+
 |  5      4      68      |  1    68    3    |  7     2     9    |
 |  9      17-8   123-8   |  57   28    4    |  6     18*   35   |
 |  1278*  1678   12368   |  57   268   9    |  1-8   4     35   |
 +------------------------+------------------+-------------------+
 |  3      178    148     |  9    5     26   |  14    17    26   |
 |  12     5      1269    |  4    7     8    |  139   13    26   |
 |  27     679    2469    |  3    1     26   |  459   57    8    |
 +------------------------+------------------+-------------------+
 |  18*    2      189     |  6    39    7    |  358   358*  4    |
 |  4      89     7       |  2    39    5    |  38    6     1    |
 |  6      3      5       |  8    4     1    |  2     9     7    |
 +------------------------+------------------+-------------------+

SS: (8)r3c1 = r7c1 - r7c8 = r2c8 => -8 r3c7, r2c23; lcls, 12 placements

Code: Select all
 +-------------------+-----------------+------------------+
 |  5    4     68    |  1    68   3    |  7     2    9    |
 |  9    1     3     |  7    2    4    |  6     8    5    |
 |  78  a67+8  2     |  5    68   9    |  1     4    3    |
 +-------------------+-----------------+------------------+
 |  3    78    18    |  9    5    26   |  4     17   26   |
 |  12   5     69    |  4    7    8    |  39    13   26   |
 |  27   69    4     |  3    1    26   |  59    57   8    |
 +-------------------+-----------------+------------------+
 |  18   2    a19+8  |  6    39   7    | b58+3  35   4    |
 |  4    9-8   7     |  2    39   5    | c38    6    1    |
 |  6    3     5     |  8    4    1    |  2     9    7    |
 +-------------------+-----------------+------------------+

BUG+3: (8)r3c2|r7c3 == (3)r7c7 - (3=8)r8c7 => -8 r8c2; ste
Cenoman
Cenoman
 
Posts: 3080
Joined: 21 November 2016
Location: France


Return to Puzzles

cron