Puzzle 310

Post puzzles for others to solve here.

Puzzle 310

Postby P.O. » Wed Oct 15, 2025 12:03 pm

Code: Select all
.  .  7  3  .  .  .  .  .
.  8  6  4  2  .  .  .  .
.  1  2  5  9  .  .  .  .
.  .  1  8  .  .  3  4  .
.  .  .  .  .  5  7  8  1
.  4  9  .  .  3  2  5  6
2  7  8  6  .  .  9  1  .
1  6  5  7  .  .  .  .  .
.  3  4  .  .  .  .  .  .

..73......8642.....1259......18..34......5781.49..32562786..91.1657......34......

after singles:
45     9      7      3      18     168    14568  26     2458           
35     8      6      4      2      17     15     9      357             
34     1      2      5      9      678    468    367    3478           
7      5      1      8      6      2      3      4      9               
6      2      3      9      4      5      7      8      1               
8      4      9      1      7      3      2      5      6               
2      7      8      6      35     4      9      1      35             
1      6      5      7      38     9      48     23     2348           
9      3      4      2      158    18     568    67     578   
P.O.
 
Posts: 2056
Joined: 07 June 2021

Re: Puzzle 310

Postby Cenoman » Wed Oct 15, 2025 3:17 pm

Code: Select all
 +-----------------+-------------------+-----------------------+
 |  45   9    7    |  3    18*  b168*  |  14568  c26    2458   |
 |  35   8    6    |  4    2     17    |  15      9     357    |
 |  34   1    2    |  5    9     678   |  468     367   3478   |
 +-----------------+-------------------+-----------------------+
 |  7    5    1    |  8    6     2     |  3       4     9      |
 |  6    2    3    |  9    4     5     |  7       8     1      |
 |  8    4    9    |  1    7     3     |  2       5     6      |
 +-----------------+-------------------+-----------------------+
 |  2    7    8    |  6    3-5   4     |  9       1    e35     |
 |  1    6    5    |  7    38    9     |  48     d23    2348   |
 |  9    3    4    |  2   a158*  18*   |  568     67    578    |
 +-----------------+-------------------+-----------------------+

UR(18)r19c56 using internals:
(5)r9c5 == (6)r1c6 - (6=2)r1c8 - (2=3)r8c8 - (3=5)r7c9 => -5 r7c5; ste
Cenoman
Cenoman
 
Posts: 3147
Joined: 21 November 2016
Location: France

Re: Puzzle 310

Postby Leren » Wed Oct 15, 2025 8:27 pm

Code: Select all
*------------------------------------------*
| 45 9 7 | 3 18  A168 | 14568a  2-6   2458 |
| 35 8 6 | 4 2   A17  | 15a     9   Bb357b |
| 34 1 2 | 5 9    678 | 468a   a367   3478 |
|--------+------------+--------------------|
| 7  5 1 | 8 6    2   | 3       4     9    |
| 6  2 3 | 9 4    5   | 7       8     1    |
| 8  4 9 | 1 7    3   | 2       5     6    |
|--------+------------+--------------------|
| 2  7 8 | 6 35   4   | 9       1     35   |
| 1  6 5 | 7 38   9   | 48a     23    2348 |
| 9  3 4 | 2 158 A18  | 568    a67    578  |
*------------------------------------------*

3 Petal Death Blossom: Stem Cell r2c9 {357};

(6=3) r39c8   - (3) r2c9
(6=7) r129c6  - (7) r2c9
(6=5) r1238c7 - (5) r2c9

 => - 6 r1c8; stte

Leren
Leren
 
Posts: 5208
Joined: 03 June 2012

Re: Puzzle 310

Postby champagne » Wed Oct 15, 2025 8:40 pm

Cenoman wrote:
Code: Select all
 +-----------------+-------------------+-----------------------+
 |  45   9    7    |  3    18*  b168*  |  14568  c26    2458   |
 |  35   8    6    |  4    2     17    |  15      9     357    |
 |  34   1    2    |  5    9     678   |  468     367   3478   |
 +-----------------+-------------------+-----------------------+
 |  7    5    1    |  8    6     2     |  3       4     9      |
 |  6    2    3    |  9    4     5     |  7       8     1      |
 |  8    4    9    |  1    7     3     |  2       5     6      |
 +-----------------+-------------------+-----------------------+
 |  2    7    8    |  6    3-5   4     |  9       1    e35     |
 |  1    6    5    |  7    38    9     |  48     d23    2348   |
 |  9    3    4    |  2   a158*  18*   |  568     67    578    |
 +-----------------+-------------------+-----------------------+

UR(18)r19c56 using internals:
(5)r9c5 == (6)r1c6 - (6=2)r1c8 - (2=3)r8c8 - (3=5)r7c9 => -5 r7c5; ste


The "or" in a diagonal UR is not new for me, but I don't remenber having seen it used in a short chain as here. Well done
champagne
2017 Supporter
 
Posts: 7756
Joined: 02 August 2007
Location: France Brittany

Re: Puzzle 310

Postby Cenoman » Wed Oct 15, 2025 9:02 pm

champagne wrote:The "or" in a diagonal UR is not new for me, but I don't remenber having seen it used in a short chain as here. Well done

Even shorter:
UR(18)r19c56 using mixed external-internal: (8)r8c5 == (6)r1c6 - (6=23)r18c8 => -3 r8c5; ste
Cenoman
Cenoman
 
Posts: 3147
Joined: 21 November 2016
Location: France


Return to Puzzles