Steve Stumble 1-15-2023

Post puzzles for others to solve here.

Steve Stumble 1-15-2023

Postby SteveG48 » Fri Mar 15, 2024 4:55 pm

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

Re: Steve Stumble 1-15-2023

Postby P.O. » Fri Mar 15, 2024 6:32 pm

basics:
Hidden Text: Show
Code: Select all
( n2r3c4   n2r2c1   n4r2c4   n4r1c1   n8r7c5   n9r4c2   n4r4c5 )

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

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

( n6r2c7   n2r9c9   n9r9c8   n5r7c8   n7r2c8   n8r1c9   n5r2c2
  n3r2c9   n6r8c9   n1r1c8   n9r3c7   n5r3c9   n7r4c9   n8r5c7
  n9r5c9   n1r6c7   n6r6c8   n4r6c9   n8r8c8   n2r4c8   n2r5c6
  n9r7c1 )

intersection:
((((5 0) (6 4 5) (3 5 7 8)) ((5 0) (6 6 5) (3 5 7))))

Code: Select all
4     67    9     57    3     567   2     1     8             
2     5     8     4     1     9     6     7     3             
3     167   17    2     67    8     9     4     5             
168   9     13    38    4     36    5     2     7             
567   4     57    1     67    2     8     3     9             
78    37    2     3578  9     357   1     6     4             
9     2     347   6     8     347   34    5     1             
15    13    1345  9     2     134   7     8     6             
17    8     6     37    5     1347  34    9     2       

r3n1{c3 c2} - r8c2{n1 n3} - b4n3{r6c2 r4c3} => r4c3 <> 1
ste.
P.O.
 
Posts: 1731
Joined: 07 June 2021

Re: Steve Stumble 1-15-2023

Postby Leren » Fri Mar 15, 2024 7:35 pm

Code: Select all
*-----------------------------------------*
| 4    6-7   9    | 57   3  567  | 2  1 8 |
| 2    5     8    | 4    1  9    | 6  7 3 |
| 3    16-7 a17   | 2    67 8    | 9  4 5 |
|-----------------+--------------+--------|
| 168  9    b13   | 38   4  36   | 5  2 7 |
| 567  4     5-7  | 1    67 2    | 8  3 9 |
| 78  c37    2    | 3578 9  357  | 1  6 4 |
|-----------------+--------------+--------|
| 9    2     347  | 6    8  347  | 34 5 1 |
| 15   13    1345 | 9    2  134  | 7  8 6 |
| 17   8     6    | 37   5  1347 | 34 9 2 |
*-----------------------------------------*

XY Wing: (7=1) r3c3 - (1=3) r4c3 - (3=7) r6c2 => - 7 r13c2, r5c3; stte

Leren
Leren
 
Posts: 5117
Joined: 03 June 2012

Re: Steve Stumble 1-15-2023

Postby RSW » Fri Mar 15, 2024 7:49 pm

Code: Select all
 +--------------+--------------+--------+
 | 4  a67  9    | 57   3  567  | 2  1 8 |
 | 2   5   8    | 4    1  9    | 6  7 3 |
 | 3  a167 7-1  | 2    67 8    | 9  4 5 |
 +--------------+--------------+--------+
 | 168 9  b13   | 38   4  36   | 5  2 7 |
 | 567 4   57   | 1    67 2    | 8  3 9 |
 | 78 a37  2    | 3578 9  357  | 1  6 4 |
 +--------------+--------------+--------+
 | 9   2   347  | 6    8  347  | 34 5 1 |
 | 15  13  1345 | 9    2  134  | 7  8 6 |
 | 17  8   6    | 37   5  1347 | 34 9 2 |
 +--------------+--------------+--------+

(1=673)r136c2 - (3=1)r4c3 => -1r3c3; stte
RSW
 
Posts: 669
Joined: 01 December 2018
Location: Western Canada


Return to Puzzles