4-24-2024

Post puzzles for others to solve here.

4-24-2024

Postby SteveG48 » Wed Apr 24, 2024 8:30 pm

Code: Select all
 *-----------*
 |1..|...|..2|
 |..8|.2.|6.7|
 |.7.|4..|31.|
 |---+---+---|
 |5.9|..7|...|
 |...|913|...|
 |...|8..|9.6|
 |---+---+---|
 |.52|..9|.6.|
 |7.4|.8.|2..|
 |9..|...|..3|
 *-----------*
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4264
Joined: 08 November 2013
Location: Orlando, Florida

Re: 4-24-2024

Postby Leren » Thu Apr 25, 2024 2:58 am

Code: Select all
*------------------------------------------------*
| 1   469 356 | 3567  3679  568 | 458   4589 2   |
|a34 a49  8   | 135   2     15  | 6    a459  7   |
| 2   7   56  | 4     69    568 | 3     1    589 |
|-------------+-----------------+----------------|
| 5   248 9   | 26    46    7   | 148   3    148 |
| 6   48  7   | 9     1     3   | 458   2    458 |
|b34  124 13  | 8     5    b24  | 9     7    6   |
|-------------+-----------------+----------------|
| 8   5   2   | 137   347   9   | 147   6    14  |
| 7   3   4   | 156   8     156 | 2     9-5  159 |
| 9   16  16  | 257  c47   c24  |c4578 c458  3   |
*------------------------------------------------*

ALS XY Wing: (5=3) r2c128 - (3=2) r6c16 - (2=5) r9c5678 => - 5 r8c8; stte

Leren
Leren
 
Posts: 5046
Joined: 03 June 2012

Re: 4-24-2024

Postby Cenoman » Thu Apr 25, 2024 10:00 am

Code: Select all
 +-------------------+----------------------+----------------------+
 |  1    469   356   |  3567   3679  f568   |  458    4589   2     |
 | a34  a49    8     |  13-5   2      1-5   |  6     a459    7     |
 |  2    7     56    |  4      69    f568   |  3      1      589   |
 +-------------------+----------------------+----------------------+
 |  5   b248   9     | c26     46     7     |  148    3      148   |
 |  6   b48    7     |  9      1      3     |  458    2      458   |
 | b34   124   13    |  8      5      24    |  9      7      6     |
 +-------------------+----------------------+----------------------+
 |  8    5     2     |  137    347    9     |  147    6      14    |
 |  7    3     4     | d156    8     e156   |  2      59     159   |
 |  9    16    16    |  257    47     24    |  4578   458    3     |
 +-------------------+----------------------+----------------------+

(5=493)r2c128 - (3=482)b6p257 - (2=6)r4c4 - r8c4 = r8c6 - (6=85)r13c6 => -5r2c46; ste
Cenoman
Cenoman
 
Posts: 2766
Joined: 21 November 2016
Location: France

Re: 4-24-2024

Postby P.O. » Thu Apr 25, 2024 5:30 pm

basics:
Hidden Text: Show
Code: Select all
( n2r3c1   n6r5c1   n8r7c1   n7r5c3   n3r8c2   n7r6c8   n3r4c8
  n2r5c8 )

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

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

( n5r6c5 )

Code: Select all
1     469   356   3567  3679  568   458   4589  2             
34    49    8     135   2     15    6     459   7             
2     7     56    4     69    568   3     1     589           
5     248   9     26    46    7     148   3     148           
6     48    7     9     1     3     458   2     458           
34    124   13    8     5     24    9     7     6             
8     5     2     137   347   9     147   6     14             
7     3     4     156   8     156   2     59    159           
9     16    16    257   47    24    4578  458   3           

b5n4{r6c6 r4c5} - c5n6{r4 r13} - 58r13c6 - 13r2c46 - c1n3{r2 r6} => r6c1 <> 4
ste.
P.O.
 
Posts: 1404
Joined: 07 June 2021

Re: 4-24-2024

Postby eleven » Thu Apr 25, 2024 10:20 pm

Code: Select all
 *-----------------------------------------------------------------*
 |  1    469   356   | e3567  d3679   568   |  458    4589   2     |
 | f34   49    8     | e135    2      15    |  6      459    7     |
 |  2    7     56    |  4      69     568   |  3      1      589   |
 |-------------------+----------------------+----------------------|
 |  5    248   9     |  26    c46     7     |  148    3      148   |
 |  6    48    7     |  9      1      3     |  458    2      458   |
 |  3-4  124   13    |  8      5     a24    |  9      7      6     |
 |-------------------+----------------------+----------------------|
 |  8    5     2     |  137   c347    9     |  147    6      14    |
 |  7    3     4     |  156    8      156   |  2      59     159   |
 |  9    16    16    |  257   c47     24    |  4578   458    3     |
 *-----------------------------------------------------------------*

4r6c4 = 473r497 - (7|3)r1c5 = 73r12c4 - (3=4)r2c1 => -4r6c1
ah, same as P.O.
eleven
 
Posts: 3104
Joined: 10 February 2008

Re: 4-24-2024

Postby SteveG48 » Fri Apr 26, 2024 1:55 pm

Code: Select all
 *-----------------------------------------------------------*
 | 1     469   356   | 3567  3679  568   | 458   4589  2     |
 | 4-3   49    8     |d135   2     15    | 6     459   7     |
 | 2     7     56    | 4     69    568   | 3     1     589   |
 *-------------------+-------------------+-------------------|
 | 5    a248   9     |b26   b46    7     | 148   3     148   |
 | 6    a48    7     | 9     1     3     | 458   2     458   |
 |a34    124   13    | 8     5     24    | 9     7     6     |
 *-------------------+-------------------+-------------------|
 | 8     5     2     |c137  c347   9     | 147   6     14    |
 | 7     3     4     |c156   8     156   | 2     59    159   |
 | 9     16    16    | 257  c47    24    | 4578  458   3     |
 *-----------------------------------------------------------*


(3=482)b4p257 - (2=46)r4c45 - (4|6=3715)b8p1247 - (1|5=3)r2c4 => -3 r2c1 ; ste
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4264
Joined: 08 November 2013
Location: Orlando, Florida


Return to Puzzles