Steve Stumble 11-4-2022

Post puzzles for others to solve here.

Steve Stumble 11-4-2022

Postby SteveG48 » Fri Nov 04, 2022 12:58 pm

Code: Select all
 *-----------*
 |...|...|6..|
 |...|4.9|2..|
 |5..|.7.|..4|
 |---+---+---|
 |7..|64.|...|
 |.2.|3.1|.6.|
 |...|..5|..9|
 |---+---+---|
 |2..|.8.|.97|
 |..7|5..|.8.|
 |..1|...|...|
 *-----------*
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4494
Joined: 08 November 2013
Location: Orlando, Florida

Re: Steve Stumble 11-4-2022

Postby Cenoman » Fri Nov 04, 2022 2:34 pm

Code: Select all
 +-----------------------+-----------------+--------------------+
 |  19   b14789   2489   |  28   15   3    |  6     57    18    |
 |  136  b13678  c368    |  4    15   9    |  2     57    138   |
 |  5    b138     238    |  28   7    6    |  9     13    4     |
 +-----------------------+-----------------+--------------------+
 |  7     59      59     |  6    4    8    |  13    123   123   |
 |  48    2       48     |  3    9    1    |  7     6     5     |
 |  136   136    c36     |  7    2    5    |  8     4     9     |
 +-----------------------+-----------------+--------------------+
 |  2     356    c356    |  1    8    4    |  35    9     7     |
 |  39    349     7      |  5    36   2    |  134   8     136   |
 |  48   a48-5    1      |  9    36   7    |  45    23    236   |
 +-----------------------+-----------------+--------------------+

(8)r9c2 = r123c2 - (8=365)r267c3 => -5 r9c2; ste
Cenoman
Cenoman
 
Posts: 2997
Joined: 21 November 2016
Location: France

Re: Steve Stumble 11-4-2022

Postby P.O. » Fri Nov 04, 2022 3:33 pm

basics:
Hidden Text: Show
Code: Select all
( n9r5c5   n2r6c5   n1r7c4   n8r4c6   n7r6c4   n7r9c6   n7r5c7
  n9r9c4   n9r3c7   n2r8c6   n4r7c6   n6r3c6   n8r6c7   n3r1c6
  n5r5c9   n4r6c8 )

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

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

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

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

Code: Select all
9r14c3 => r9c7 <> 4
 r1c3=9 - c3n4{r1 r5} - c1n4{r5 r9}
 r4c3=9 - c3n5{r4 r7} - r9n5{c2 c7}
 
ste.
P.O.
 
Posts: 1762
Joined: 07 June 2021

Re: Steve Stumble 11-4-2022

Postby RSW » Sat Nov 05, 2022 8:46 am

Code: Select all
 +------------------+---------+-------------+
 | 19  b14789  2489 | 28 15 3 | 6   57  18  |
 | 136 b13678 a368  | 4  15 9 | 2   57  138 |
 | 5   b138    238  | 28 7  6 | 9   13  4   |
 +------------------+---------+-------------+
 | 7   b59     59   | 6  4  8 | 13  123 123 |
 | 48   2      48   | 3  9  1 | 7   6   5   |
 | 136 b136   a36   | 7  2  5 | 8   4   9   |
 +------------------+---------+-------------+
 | 2   b356   a356  | 1  8  4 | 35  9   7   |
 | 39  b349    7    | 5  36 2 | 134 8   136 |
 | 48  *48-5   1    | 9  36 7 | 45  23  236 |
 +------------------+---------+-------------+

(5=368)r267c3 - (8=1346795)r1234678c2 => -5r9c2; stte
RSW
 
Posts: 670
Joined: 01 December 2018
Location: Western Canada


Return to Puzzles