Steve Stumble 2-8-2024

Post puzzles for others to solve here.

Steve Stumble 2-8-2024

Postby SteveG48 » Thu Feb 08, 2024 5:30 pm

Code: Select all
*-----------*
 |..2|..9|8..|
 |...|4.6|...|
 |136|..8|...|
 |---+---+---|
 |...|...|.19|
 |.8.|1.2|.7.|
 |74.|...|...|
 |---+---+---|
 |2..|...|.68|
 |...|9.7|...|
 |..9|2..|5..|
 *-----------*
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4249
Joined: 08 November 2013
Location: Orlando, Florida

Re: Steve Stumble 2-8-2024

Postby P.O. » Thu Feb 08, 2024 6:47 pm

basics:
Hidden Text: Show
Code: Select all
( n1r6c3   n2r4c2   n4r1c1   n6r1c9   n8r6c8   n9r7c7   n9r6c5
  n9r5c1   n9r2c2   n1r1c5   n6r4c1   n7r9c9   n8r4c4   n9r3c8
  n6r6c4   n7r4c5   n6r5c7 )

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

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

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

Code: Select all
4     57    2     37    1     9     8     35    6             
58    9     78    4     23    6     1237  235   123           
1     3     6     57    25    8     247   9     24             
6     2     35    8     7     345   34    1     9             
9     8     35    1     345   2     6     7     345           
7     4     1     6     9     35    23    8     235           
2     17    47    35    345   1345  9     6     8             
358   56    48    9     68    7     123   234   123           
38    16    9     2     68    14    5     34    7             

3r5c5 => r4c7 <> 3,4
 r5c5=3 - c3n3{r5 r4}
 r5c5=3 - r6c6{n3 n5} - r4c6{n35 n4}
=> r5c5 <> 3

4r8c8 => r9c1 <> 3,8
 r8c8=4 - r9c8{n4 n3}
 r8c8=4 - r8c3{n4 n8}
=> r8c8 <> 4

ste.
P.O.
 
Posts: 1385
Joined: 07 June 2021

Re: Steve Stumble 2-8-2024

Postby Leren » Thu Feb 08, 2024 7:35 pm

Code: Select all
*-------------------------------------------*
| 4   57  2  | 37 1   9    | 8     35   6   |
| 58  9   78 | 4  23  6    | 1237  235  123 |
| 1   3   6  | 57 25  8    | 247   9    24  |
|------------+-------------+----------------|
| 6   2   35 | 8  7   345  | 34    1    9   |
| 9   8   35 | 1  345 2    | 6     7    345 |
| 7   4   1  | 6  9   35   | 23    8    235 |
|------------+-------------+----------------|
| 2   17  47 | 35 345 1345 | 9     6    8   |
| 358 56 a48 | 9  68  7    | 123   23-4 123 |
|b38  16  9  | 2  68  14   | 5    c34   7   |
*-------------------------------------------*

XY Wing : (4=8) r8c3 - (8=3) r9c1 - (3=4) r9c8; = > - 4 r8c8; basics

Code: Select all
*------------------------------*
| 4 7 2  | 3 1  9    | 8  5 6  |
| 5 9 8  | 4 2  6    | 7  3 1  |
| 1 3 6  | 7 5  8    | 24 9 24 |
|--------+-----------+---------|
| 6 2 35 | 8 7  3-45 | 34 1 9  |
| 9 8 35 | 1 34 2    | 6  7 45 |
| 7 4 1  | 6 9  35   | 23 8 25 |
|--------+-----------+---------|
| 2 1 7  | 5 34 34   | 9  6 8  |
| 8 5 4  | 9 6  7    | 1  2 3  |
| 3 6 9  | 2 8  1    | 5  4 7  |
*------------------------------*

BUG + 1: > Cell r4c6 = 3; stte

Leren
Leren
 
Posts: 5043
Joined: 03 June 2012


Return to Puzzles