Steve Hodoku 10-21-2021

Post puzzles for others to solve here.

Steve Hodoku 10-21-2021

Postby SteveG48 » Fri Oct 21, 2022 6:50 pm

Code: Select all
 *-----------*
 |21.|.4.|...|
 |.74|5..|..1|
 |58.|.73|..2|
 |---+---+---|
 |..7|.24|...|
 |...|7.1|...|
 |...|95.|7..|
 |---+---+---|
 |6..|21.|.59|
 |7..|..5|62.|
 |...|.3.|.87|
 *-----------*
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4495
Joined: 08 November 2013
Location: Orlando, Florida

Re: Steve Hodoku 10-21-2021

Postby Cenoman » Fri Oct 21, 2022 8:02 pm

Code: Select all
 +----------------------+-------------------+------------------------+
 |  2      1    ca369*  | c68   4     68-9  |  3589   7      3568    |
 | a39*    7      4     |  5    689   2     |  389    369    1       |
 |  5      8     b69    |  1    7     3     |  49     469    2       |
 +----------------------+-------------------+------------------------+
 |  189    569    7     |  3    2     4     |  589    169    568     |
 |  3489   4569   359   |  7    68    1     |  2      3469   34568   |
 |  1348   246    23    |  9    5     68    |  7      1346   3468    |
 +----------------------+-------------------+------------------------+
 |  6      34     8     |  2    1     7     |  34     5      9       |
 |  7      349    1     |  48   89    5     |  6      2      34      |
 | a49*    25     25    | e46   3   fa69*   |  1      8      7       |
 +----------------------+-------------------+------------------------+

[(9)r9c6 = r9c1 - r2c1 = r1c3] = (9-6)r3c3 = r1c3 - r1c4 = r9c4 - (6=9)r9c6 => -9 r1c6; ste
Cenoman
Cenoman
 
Posts: 2997
Joined: 21 November 2016
Location: France

Re: Steve Hodoku 10-21-2021

Postby Leren » Fri Oct 21, 2022 8:06 pm

Code: Select all
**----------------------------------------------------*
| 2    1    e369eB| 68d 4   a68-9aA| 3589 7    3568  |
|d39   7     4    | 5   689  2     | 389  369  1     |
| 5    8     69   | 1   7    3     | 49   469  2     |
|-----------------+----------------+-----------------|
| 189  569   7    | 3   2    4     | 589  169  568   |
| 3489 4569  359  | 7   68   1     | 2    3469 34568 |
| 1348 246   23   | 9   5    68    | 7    1346 3468  |
|-----------------+----------------+-----------------|
| 6    34    8    | 2   1    7     | 34   5    9     |
| 7    349   1    | 48  89   5     | 6    2    34    |
|c49   25    25   | 46c 3   b69b   | 1    8    7     |
*----------------------------------------------------*

Kraken Cell r1c3:

9 r1c6 - r9c6 = r9c1 - (9=3) r2c1 - 3 r1c3;

9 r1c6 - (9=6) r9c6 - r9c4 = r1c4 - 6 r1c3;

9 r1c6                            - 9 r1c3; => - 9 r1c6; stte

Leren
Leren
 
Posts: 5124
Joined: 03 June 2012

Re: Steve Hodoku 10-21-2021

Postby RSW » Fri Oct 21, 2022 8:38 pm

Code: Select all
 +---------------+-------------+-----------------+
 | 2    1    369 | 68  4   689 | 3589 7    3568  |
 |*3-9  7    4   | 5  b689 2   | 389  369  1     |
 | 5    8    69  | 1   7   3   | 49   469  2     |
 +---------------+-------------+-----------------+
 | 189  569  7   | 3   2   4   | 589  169  568   |
 | 3489 4569 359 | 7  a68  1   | 2    3469 34568 |
 | 1348 246  23  | 9   5  *8-6 | 7    1346 3468  |
 +---------------+-------------+-----------------+
 | 6    34   8   | 2   1   7   | 34   5    9     |
 | 7    349  1   | 48 c89  5   | 6    2    34    |
 |e49   25   25  | 46  3 df69  | 1    8    7     |
 +---------------+-------------+-----------------+

(6)r5c5 = (6-9)r2c5 = (9)r8c5 - (9)r9c6 = (9)r9c1 - (9=6)r9c6 => -6r6c6 -9r2c1; stte
RSW
 
Posts: 670
Joined: 01 December 2018
Location: Western Canada

Re: Steve Hodoku 10-21-2021

Postby P.O. » Sat Oct 22, 2022 3:44 pm

basics:
Hidden Text: Show
Code: Select all
( n1r9c7   n1r8c3   n1r3c4   n2r5c7   n2r2c6   n3r4c4   n7r7c6
  n7r1c8   n8r7c3 )

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

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

Code: Select all
9b2p35 => r1c4 <> 6
 r1c6=9 - r9n9{c6 c1} - b1n9{r2c1 r3c3} - c3n6{r3 r1}
 r2c5=9 - r8c5{n9 n8} - c4n8{r8 r1}
 
ste.
P.O.
 
Posts: 1762
Joined: 07 June 2021

Re: Steve Hodoku 10-21-2021

Postby SteveG48 » Sat Oct 22, 2022 8:19 pm

Code: Select all
 *--------------------------------------------------------------------*
 | 2      1     c369    |d68     4     b689    | 3589   7      3568   |
 |c39     7      4      | 5      689    2      | 389    369    1      |
 | 5      8      69     | 1      7      3      | 49     469    2      |
 *----------------------+----------------------+----------------------|
 | 189    569    7      | 3      2      4      | 589    169    568    |
 | 3489   4569   359    | 7      68     1      | 2      3469   34568  |
 | 1348   246    23     | 9      5      68     | 7      1346   3468   |
 *----------------------+----------------------+----------------------|
 | 6      34     8      | 2      1      7      | 34     5      9      |
 | 7      349    1      | 48     89     5      | 6      2      34     |
 |b49     25     25     |e46     3     a9-6    | 1      8      7      |
 *--------------------------------------------------------------------*


Here's mine. I found it amusing that Cenoman's, Leren's, and mine are exactly the same solution but look totally different in how they are presented.

9r9c6 = (9r9c1)&(9r1c6) - (9=36)b1p34 - 6r1c4 = 6r9c4 => -6 r9c6 ; stte
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4495
Joined: 08 November 2013
Location: Orlando, Florida


Return to Puzzles