Steve Stumble 3-10-2023

Post puzzles for others to solve here.

Steve Stumble 3-10-2023

Postby SteveG48 » Fri Mar 10, 2023 2:35 pm

Code: Select all
 *-----------*
 |5..|...|...|
 |3..|..9|7.2|
 |.2.|65.|.8.|
 |---+---+---|
 |.7.|..8|4..|
 |..9|...|1..|
 |..5|1.6|.9.|
 |---+---+---|
 |.5.|.62|.4.|
 |1.3|8..|..7|
 |...|...|..9|
 *-----------*
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4479
Joined: 08 November 2013
Location: Orlando, Florida

Re: Steve Stumble 3-10-2023

Postby Cenoman » Fri Mar 10, 2023 5:54 pm

Code: Select all
 +--------------------+----------------------+----------------------+
 |  5      89    48   |  237    23    37     |  69     1     46     |
 |  3      1     6    |  4      8     9      |  7      5     2      |
 |  79     2     47   |  6      5     1      | a39     8     34     |
 +--------------------+----------------------+----------------------+
 |  26     7     1    |  2359   239   8      |  4      236   356    |
 |  268    368   9    |  235    234   345    |  1      7     3568   |
 |  248    348   5    |  1      7     6      |  23     9     38     |
 +--------------------+----------------------+----------------------+
 | d789    5     78   | c379    6     2      | b38     4     1      |
 |  1      469   3    |  8      49    45     |  256    26    7      |
 |  4678   468   2    |  357    1     3457   |  3568   36    9      |
 +--------------------+----------------------+----------------------+

1. M2-Wing: (9=3)r3c7 - r7c7 = (3-9)r7c4 = (9)r7c1 => -9 r3c1; 19 placements

Code: Select all
 +------------------+------------------+-----------------+
 |  5    9     8    |  27   23   37    |  6    1    4    |
 |  3    1     6    |  4    8    9     |  7    5    2    |
 |  7    2     4    |  6    5    1     |  9    8    3    |
 +------------------+------------------+-----------------+
 |  6    7     1    |  9    23   8     |  4    23   5    |
 |  28   38    9    |  25   4    35    |  1    7    6    |
 |  24   34    5    |  1    7    6     |  23   9    8    |
 +------------------+------------------+-----------------+
 |  9    5     7    |  3    6    2     |  8    4    1    |
 |  1    6-4   3    |  8    9   c45    |  25   26   7    |
 |  48  a68+4  2    |  57   1   b47+5  |  35   36   9    |
 +------------------+------------------+-----------------+

2. BUG+2: (4)r9c2 == (5)r9c6 - (5=4)r8c6 => -4 r8c2; ste
Cenoman
Cenoman
 
Posts: 2974
Joined: 21 November 2016
Location: France

Re: Steve Stumble 3-10-2023

Postby P.O. » Fri Mar 10, 2023 6:34 pm

basics:
Hidden Text: Show
Code: Select all
( n4r2c4   n1r7c9   n1r4c3   n2r9c3   n5r2c8   n7r5c8   n7r6c5
  n1r1c8   n1r3c6   n8r2c5   n6r2c3   n1r2c2   n1r9c5 )

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

Code: Select all
5     89    48    237   23    37    69    1     46             
3     1     6     4     8     9     7     5     2             
79    2     47    6     5     1     39    8     34             
26    7     1     2359  239   8     4     236   356           
268   368   9     235   234   345   1     7     3568           
248   348   5     1     7     6     23    9     38             
789   5     78    379   6     2     38    4     1             
1     469   3     8     49    45    256   26    7             
4678  468   2     357   1     3457  3568  36    9             

5r9c7 => r3679c7 <> 3
 r9c7=5
 r9c7=5 - 26r8c78 - r9c8{n6 n3}
 r9c7=5 - 26r8c78 - r9c8{n6 n3} - 47r9c46 - c1n4{r9 r6} - r6n2{c1 c7}
 r9c7=5 - 26r8c78 - r9c8{n6 n3} - r7n3{c7 c4} - r7n9{c4 c1} - r3n9{c1 c7}
 
=> r9c7 <> 5
ste.
P.O.
 
Posts: 1731
Joined: 07 June 2021


Return to Puzzles