Steve Stumble 4-18-2025

Post puzzles for others to solve here.

Steve Stumble 4-18-2025

Postby SteveG48 » Fri Apr 18, 2025 12:56 pm

Code: Select all
 *-----------*
 |.1.|.76|...|
 |..5|...|.2.|
 |7..|35.|..9|
 |---+---+---|
 |82.|...|..6|
 |...|5.3|...|
 |53.|...|.41|
 |---+---+---|
 |1..|.6.|..4|
 |.6.|...|2..|
 |...|14.|.7.|
 *-----------*
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4528
Joined: 08 November 2013
Location: Orlando, Florida

Re: Steve Stumble 4-18-2025

Postby P.O. » Fri Apr 18, 2025 5:12 pm

basics:
Hidden Text: Show
Code: Select all
( n1r8c8   n2r5c9   n3r8c5   n6r9c7   n6r3c8   n6r6c4   n7r2c9   n2r6c5   n6r5c3
  n6r2c1   n1r5c5   n1r4c3   n3r2c7   n8r6c6   n8r2c5   n9r4c5   n1r3c7   n1r2c6
  n3r9c9   n3r4c8   n4r1c7   n5r4c7   n3r7c3   n3r1c1   n2r9c1 )

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

Code: Select all
3    1    29   29   7    6    4    58   58           
6    49   5    49   8    1    3    2    7             
7    48   248  3    5    24   1    6    9             
8    2    1    47   9    47   5    3    6             
49   479  6    5    1    3    789  89   2             
5    3    79   6    2    8    79   4    1             
1    57   3    278  6    257  89   589  4             
49   6    479  78   3    579  2    1    58           
2    589  89   1    4    59   6    7    3             

7r8c3 => r8c13 <> 4
 r8c3=7 - r6c3{n7 n9} - r5c1{n9 n4}
 
=> r8c3 <> 7
ste.
P.O.
 
Posts: 1878
Joined: 07 June 2021

Re: Steve Stumble 4-18-2025

Postby Cenoman » Fri Apr 18, 2025 7:25 pm

Code: Select all
 +-------------------+-------------------+-------------------+
 |  3    1     29    |  29    7    6     |  4     58    58   |
 |  6    49    5     |  49    8    1     |  3     2     7    |
 |  7    48    248   |  3     5    24    |  1     6     9    |
 +-------------------+-------------------+-------------------+
 |  8    2     1     |  47    9    47    |  5     3     6    |
 |  49  c479   6     |  5     1    3     | b789*  89*   2    |
 |  5    3     79    |  6     2    8     |  79    4     1    |
 +-------------------+-------------------+-------------------+
 |  1   d7-5   3     |  278   6    257   |  89*  a589*  4    |
 |  49   6     479   |  78    3    579   |  2     1     58   |
 |  2    589   89    |  1     4    59    |  6     7     3    |
 +-------------------+-------------------+-------------------+

UR(89)r57c78 using internals:
(5)r7c8 == (7)r5c7 - r5c2 = (7)r7c2 => -5 r7c2; ste
Cenoman
Cenoman
 
Posts: 3062
Joined: 21 November 2016
Location: France

Re: Steve Stumble 4-18-2025

Postby Leren » Fri Apr 18, 2025 8:28 pm

Code: Select all
*--------------------------------------*
| 3  1    29  | 29  7 6   | 4   58  58 |
| 6  49   5   | 49  8 1   | 3   2   7  |
| 7  48   248 | 3   5 24  | 1   6   9  |
|-------------+-----------+------------|
| 8  2    1   | 47  9 47  | 5   3   6  |
|a49 479  6   | 5   1 3   | 789 89  2  |
| 5  3   d7-9 | 6   2 8   | 79  4   1  |
|-------------+-----------+------------|
| 1  57   3   | 278 6 257 | 89  589 4  |
|b49 6   c479 | 78  3 579 | 2   1   58 |
| 2  589  89  | 1   4 59  | 6   7   3  |
*--------------------------------------*

(9=4) r5c1 - r8c1 = (4-7) r8c3 = (7) r6c3 => - 9; stte

Leren
Leren
 
Posts: 5157
Joined: 03 June 2012

Re: Steve Stumble 4-18-2025

Postby RSW » Sat Apr 19, 2025 12:40 am

Code: Select all
 +-------------+-----------+---------------+
 | 3  1    29  | 29  7 6   |  4     58  58 |
 | 6  49   5   | 49  8 1   |  3     2   7  |
 | 7  48   248 | 3   5 24  |  1     6   9  |
 +-------------+-----------+---------------+
 | 8  2    1   | 47  9 47  |  5     3   6  |
 | 49 79-7 6   | 5   1 3   |a#789  #89  2  |
 | 5  3    79  | 6   2 8   |  79    4   1  |
 +-------------+-----------+---------------+
 | 1 c57   3   | 278 6 257 | #89  b#589 4  |
 | 49 6    479 | 78  3 579 |  2     1   58 |
 | 2  589  89  | 1   4 59  |  6     7   3  |
 +-------------+-----------+---------------+

Same UR as Cenoman, different elimination
UR(89)r57c78
(7)r5c7 == (5)r7c8 - (5=7)r7c2 => -7r5c2; stte
RSW
 
Posts: 675
Joined: 01 December 2018
Location: Western Canada


Return to Puzzles