Steve Stumble 3-24-2023

Post puzzles for others to solve here.

Steve Stumble 3-24-2023

Postby SteveG48 » Fri Mar 24, 2023 2:36 pm

Code: Select all
 *-----------*
 |5..|..2|...|
 |..1|...|8.3|
 |9.4|1..|..6|
 |---+---+---|
 |...|.5.|9..|
 |..2|8.1|7..|
 |..7|.9.|...|
 |---+---+---|
 |2..|..6|4.1|
 |6.8|..9|...|
 |...|3..|..7|
 *-----------*
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4262
Joined: 08 November 2013
Location: Orlando, Florida

Re: Steve Stumble 3-24-2023

Postby Cenoman » Fri Mar 24, 2023 5:06 pm

Code: Select all
 +-------------------+-----------------+------------------+
 |  5      68   3    |  7    68   2    |  1    4     9    |
 |  7      26   1    |  9    46   45   |  8    25    3    |
 |  9      28   4    |  1    38   35   |  25   7     6    |
 +-------------------+-----------------+------------------+
 |  1348*  14*  6    |  2    5    7    |  9    13    48*  |
 |  3+4    9    2    |  8    34   1    |  7    6     5    |
 |  1348*  5    7    |  6    9    34   |  23   123   48*  |
 +-------------------+-----------------+------------------+
 |  2      3    9    |  5    7    6    |  4    8     1    |
 |  6      7    8    |  4    1    9    |  35   35    2    |
 |  14*    14*  5    |  3    2    8    |  6    9     7    |
 +-------------------+-----------------+------------------+

MUG(148)r4c129, r6c19, r9c12 (*) using single external => +4 r5c1; ste
Cenoman
Cenoman
 
Posts: 2766
Joined: 21 November 2016
Location: France

Re: Steve Stumble 3-24-2023

Postby P.O. » Fri Mar 24, 2023 6:35 pm

basics:
Hidden Text: Show
Code: Select all
( n1r1c7   n7r2c1   n9r1c9   n9r5c2   n5r6c2   n9r2c4 )

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

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

( n8r9c6   n7r7c5   n2r9c5   n3r7c2   n5r7c4   n7r8c2   n4r8c4
  n1r8c5   n9r7c3   n8r7c8   n5r9c3   n6r9c7   n9r9c8 )

Code: Select all
5     68    3     67    468   2     1     47    9             
7     26    1     9     46    45    8     245   3             
9     28    4     1     38    357   25    257   6             
1348  14    6     27    5     347   9     123   248           
34    9     2     8     346   1     7     356   45             
1348  5     7     26    9     34    23    1236  248           
2     3     9     5     7     6     4     8     1             
6     7     8     4     1     9     235   235   25             
14    14    5     3     2     8     6     9     7             

8r1c5 => r6c7 <> 2,3
 r1c5=8 - r1c2{n8 n6} - r1c4{n6 n7} - 35r3c56 - r3c7{n5 n2}
 r1c5=8 - r1c2{n8 n6} - r1c4{n6 n7} - 35r3c56 - r2c6{n5 n4} - r6c6{n4 n3}
 
=> r1c5 <> 8
ste.
P.O.
 
Posts: 1400
Joined: 07 June 2021


Return to Puzzles