Steve Stumble 9-12-2024

Post puzzles for others to solve here.

Steve Stumble 9-12-2024

Postby SteveG48 » Fri Sep 13, 2024 4:02 pm

Code: Select all
 *-----------*
 |6..|458|..1|
 |...|..9|...|
 |...|.2.|..3|
 |---+---+---|
 |.73|.9.|.4.|
 |5.1|...|3.9|
 |.4.|.3.|68.|
 |---+---+---|
 |9..|.8.|...|
 |...|9..|...|
 |3..|261|..8|
 *-----------*
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4479
Joined: 08 November 2013
Location: Orlando, Florida

Re: Steve Stumble 9-12-2024

Postby P.O. » Fri Sep 13, 2024 5:48 pm

basics:
Hidden Text: Show
Code: Select all
( n2r6c1   n9r6c3   n5r9c2   n8r4c1   n6r5c2   n1r4c7   n1r6c4
  n1r2c5   n3r2c4   n3r1c2   n8r5c4   n9r3c2   n1r3c1 )

intersections:
((((7 0) (3 4 2) (6 7)) ((7 0) (3 6 2) (6 7)))
 (((6 0) (3 4 2) (6 7)) ((6 0) (3 6 2) (6 7)))
 (((5 0) (4 9 6) (2 5)) ((5 0) (6 9 6) (5 7))) ( n5r2c3   n5r3c8 ))

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

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

( n6r2c8 )

Code: Select all
6     3     27    4     5     8     279   279   1             
47    28    5     3     1     9     2478  6     247           
1     9     48    67    2     67    48    5     3             
8     7     3     56    9     256   1     4     25             
5     6     1     8     47    247   3     27    9             
2     4     9     1     3     57    6     8     57             
9     12    26    57    8     3457  2457  13    2467           
47    128   268   9     47    35    25    13    26             
3     5     47    2     6     1     479   79    8       

r2c2=2 => r2c1 <> 4,7
 r2c2=2 - r1c3{n2 n7} - c1n7{r2 r8} - c5n7{r8 r5} - r6n7{c6 c9} - r2c9{n27 n4}
 
=> r2c2 <> 2
ste.
P.O.
 
Posts: 1731
Joined: 07 June 2021

Re: Steve Stumble 9-12-2024

Postby Cenoman » Fri Sep 13, 2024 7:58 pm

Code: Select all
 +-------------------+-------------------+----------------------+
 |  6    3    b27    |  4    5    8      |  279    279   1      |
 |  7-4 a28    5     |  3    1    9      |  2478   6    b247    |
 |  1    9    a48    |  67   2    67     |  48     5     3      |
 +-------------------+-------------------+----------------------+
 |  8    7     3     |  56   9   d256    |  1      4    c25     |
 |  5    6     1     |  8   e47  e247    |  3      27    9      |
 |  2    4     9     |  1    3    57     |  6      8     57     |
 +-------------------+-------------------+----------------------+
 |  9    12    26*   |  57   8    3457   |  2457   13    2467*  |
 | g47   128   268*  |  9   f47   35     |  25     13    26*    |
 |  3    5     47    |  2    6    1      |  479    79    8      |
 +-------------------+-------------------+----------------------+

UR(26)r78c29 using externals:
(4=82)b1p59 - r1c3|r2c9 == r4c9 - r4c6 = (24)r5c56 - r8c5 = (4)r8c1 => -4 r2c1; ste
Cenoman
Cenoman
 
Posts: 2974
Joined: 21 November 2016
Location: France

Re: Steve Stumble 9-12-2024

Postby pjb » Fri Sep 13, 2024 11:26 pm

Code: Select all
 6       3       27     | 4      5      8      | 279    279    1     
 7-4     28*     5      | 3      1      9      | 2478   6     a247*   
 1       9      *48     | 67     2      67     | 48     5      3     
------------------------+----------------------+---------------------
 8       7       3      | 56     9      256    | 1      4      25     
 5       6       1      | 8     d47     247    | 3      27     9     
 2       4       9      | 1      3     c57     | 6      8     b57     
------------------------+----------------------+---------------------
 9       12      26     | 57     8      3457   | 2457   13     2467   
f47      128     268    | 9     e47     35     | 25     13     26     
 3       5       47     | 2      6      1      | 479    79     8     

Almost xy-wing at r2c9, r2c2 and r3c3, with (7)r2c9 - (7=5)r6c9 - (5=7)r6c6 - (7=4)r5c5 - (4=7)r8c5 - (7=4)r8c1, => -4 r2c1; stte

Phil
pjb
2014 Supporter
 
Posts: 2672
Joined: 11 September 2011
Location: Sydney, Australia


Return to Puzzles