7-24-2023

Post puzzles for others to solve here.

7-24-2023

Postby SteveG48 » Mon Jul 24, 2023 12:45 pm

Code: Select all
 *-----------*
 |25.|89.|...|
 |19.|..4|...|
 |..6|7..|.8.|
 |---+---+---|
 |...|..8|..3|
 |96.|...|.24|
 |3..|6..|...|
 |---+---+---|
 |.2.|..6|4..|
 |...|4..|.52|
 |...|.32|.97|
 *-----------*
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4261
Joined: 08 November 2013
Location: Orlando, Florida

Re: 7-24-2023

Postby Hajime » Mon Jul 24, 2023 2:39 pm

Basics to
Code: Select all
   +-----------+--------------+----------+ 
   | 2  5    7 |  8    9   13 | 13  4   6| 
   | 1  9    8 | 23    6    4 | 27 37   5| 
   | 4  3    6 |  7   125 a15 | 29  8  19| 
   +-----------+--------------+----------+ 
   |57 147 1245|1259 1245   8 | 59  6   3| 
   | 9  6   15 | 135  157 1357| 8   2   4| 
   | 3  8   24 |  6   24  b59 |579 17 c19| 
   +-----------+--------------+----------+ 
   |57  2   39 | 159  157   6 | 4  13   8| 
   | 6  17  39 |  4    8   179| 13  5   2| 
   | 8  14  145| 15    3    2 | 6   9   7| 
   +-------------------------------------+ 
Then
XY-wing [length 3] (1=5)r3c6-(5=9)r6c6-(9=1)r6c9 => (-1)r3c9
stte
User avatar
Hajime
 
Posts: 1354
Joined: 20 April 2018
Location: Fryslân

Re: 7-24-2023

Postby P.O. » Mon Jul 24, 2023 5:58 pm

basics:
Hidden Text: Show
Code: Select all
( n4r3c1   n3r3c2   n7r1c3   n8r2c3   n4r1c8   n6r2c5   n8r5c7
  n8r6c2   n5r2c9   n6r1c9   n6r4c8   n8r7c9   n8r9c1   n6r9c7
  n6r8c1   n8r8c5 )

intersection:
((((7 0) (5 5 5) (1 5 7)) ((7 0) (5 6 5) (1 3 5 7)))
 (((7 0) (4 1 4) (5 7)) ((7 0) (4 2 4) (1 4 7))))

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

intersection:
((((1 0) (6 8 6) (1 7)) ((1 0) (6 9 6) (1 9))))

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

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

Code: Select all
2     5     7     8     9     13    13    4     6             
1     9     8     23    6     4     27    37    5             
4     3     6     7     125   15    29    8     19             
57    147   1245  1259  1245  8     59    6     3             
9     6     15    135   157   1357  8     2     4             
3     8     24    6     24    59    579   17    19             
57    2     39    159   157   6     4     13    8             
6     17    39    4     8     179   13    5     2             
8     14    145   15    3     2     6     9     7             

5b8{r9c4 r7c45} - c1n5{r7 r4} - r4c7{n5 n9} - r3c7{n9 n2} - r2n2{c7 c4} - r4c4{n259 n1} => r9c4 <> 1
ste.
P.O.
 
Posts: 1399
Joined: 07 June 2021

Re: 7-24-2023

Postby Ngisa » Mon Jul 24, 2023 9:54 pm

Hajime wrote:Basics to
Code: Select all
   +-----------+--------------+----------+ 
   | 2  5    7 |  8    9   13 | 13  4   6| 
   | 1  9    8 | 23    6    4 | 27 37   5| 
   | 4  3    6 |  7   125 a15 | 29  8  19| 
   +-----------+--------------+----------+ 
   |57 147 1245|1259 1245   8 | 59  6   3| 
   | 9  6   15 | 135  157 1357| 8   2   4| 
   | 3  8   24 |  6   24  b59 |579 17 c19| 
   +-----------+--------------+----------+ 
   |57  2   39 | 159  157   6 | 4  13   8| 
   | 6  17  39 |  4    8   179| 13  5   2| 
   | 8  14  145| 15    3    2 | 6   9   7| 
   +-------------------------------------+ 
Then
XY-wing [length 3] (1=5)r3c6-(5=9)r6c6-(9=1)r6c9 => (-1)r3c9
stte

I have the same elimination as Hajime, but could not solve it. I have the following grid after the elimination
Code: Select all
+-------------------+------------------+-------------+
| 2     5      7    | 8     9      3   | 1    4    6 |
| 1     9      8    | 2     6      4   | 7    3    5 |
| 4     3      6    | 7     15     15  | 2    8    9 |
+-------------------+------------------+-------------+
| 57    147    1245 | 15    24     8   | 9    6    3 |
| 9     6      15   | 3     157    157 | 8    2    4 |
| 3     8      24   | 6     24     9   | 5    7    1 |
+-------------------+------------------+-------------+
| 57    2      3    | 9     57     6   | 4    1    8 |
| 6     17     9    | 4     8      17  | 3    5    2 |
| 8     14     145  | 15    3      2   | 6    9    7 |
+-------------------+------------------+-------------+

May be I am missing something.

Clement
Ngisa
 
Posts: 1386
Joined: 18 November 2012

Re: 7-24-2023

Postby Leren » Tue Jul 25, 2023 4:19 am

Code: Select all
*---------------------------------------------------*
| 2    5     7      |  8      9    13   | 13  4  6  |
| 1    9     8      | G23     6    4    |F27  37 5  |
| 4    3     6      |  7      125  15   |E29  8  19 |
|-------------------+-------------------+-----------|
|C57cC 147   1245   |Hc1259dE 1245 8    |D59D 6  3  |
| 9    6     15     |  135    157  1357 | 8   2  4  |
| 3    8     24     |  6      24   59   | 579 17 19 |
|-------------------+-------------------+-----------|
|B57bB 2     39     |  159    157  6    | 4   13 8  |
| 6    17    39     |  4      8    179  | 13  5  2  |
| 8    14  Aa14-5aA | b15     3    2    | 6   9  7  |
*---------------------------------------------------*

Kraken Cell r4c4:

5 r9c3 - (5=1) r9c4                                          - 1 r4c4;

5 r9c3 - r7c1 = r4c1 - (5=9) r4c7 - (9=2) r3c7 - r2c7 = r2c4 - 2 r4c4;

5 r9c3 - r7c1 = r4c1                                         - 5 r4c4;

5 r9c3 - 5 r7c1 =  5r4c1 - (5=9) r4c7                        - 9 r4c4; => - 5 r9c3; stte

Leren
Leren
 
Posts: 5046
Joined: 03 June 2012

Re: 7-24-2023

Postby Hajime » Tue Jul 25, 2023 7:24 am

Ngisa wrote:May be I am missing something.
Clement

Sorry, I omitted a 2-string kite:
Should be
Code: Select all
2-String Kite (5)r4c1=r7c1-r9c3=r9c4 => (-5)r4c4
XY-wing  [3]  (1)(1=5)r3c6-(5=9)r6c6-(9=1)r6c9 => (-1)r3c9
stte
User avatar
Hajime
 
Posts: 1354
Joined: 20 April 2018
Location: Fryslân


Return to Puzzles