February 8, 2020

Post puzzles for others to solve here.

February 8, 2020

Postby tarek » Sat Feb 08, 2020 4:51 pm

Code: Select all
+-------+-------+-------+
| . 8 . | . 2 . | . 6 5 |
| 5 . . | . . . | . 7 . |
| . . . | . . . | 2 . 9 |
+-------+-------+-------+
| . . . | . 5 . | 9 . . |
| 4 . . | 8 . 7 | . . 1 |
| . . . | . 1 . | . 8 3 |
+-------+-------+-------+
| . . 4 | 9 . . | . . . |
| 9 2 . | . . 4 | . . . |
| 3 . 1 | . 8 2 | . . . |
+-------+-------+-------+
.8..2..655......7.......2.9....5.9..4..8.7..1....1..83..49.....92...4...3.1.82...

Play this puzzle online

Download Sukaku Explainer
User avatar
tarek
 
Posts: 3762
Joined: 05 January 2006

Re: February 8, 2020

Postby Ajò Dimonios » Sat Feb 08, 2020 6:39 pm

Code: Select all
+-----------------+------------+-----------+
| 17   8     379  | 37 2   19  | 4   6  5  |
| 5    13469 2    | 36 469 169 | 13  7  8  |
| 167  13467 367  | 5  467 8   | 2   13 9  |
+-----------------+------------+-----------+
| 1678 167   678  | 2  5   3   | 9   4  67 |
| 4    369   3569 | 8  69  7   | 56  2  1  |
| 2    679   5679 | 4  1   69  | 567 8  3  |
+-----------------+------------+-----------+
| 678  67    4    | 9  367 5   | 138 13 2  |
| 9    2     678  | 1  367 4   | 38  5  67 |
| 3    5     1    | 67 8   2   | 67  9  4  |
+-----------------+------------+-----------+



7r9c4=(7-3)r1c4=r1c3-r3c23=(3-1)r3c8=1r3c12-(1=7)r1c1-7r1c4=7r9c4=>-6r9c4=>stte

Paolo
Ajò Dimonios
 
Posts: 213
Joined: 07 November 2019

Re: February 8, 2020

Postby Mauriès Robert » Sat Feb 08, 2020 7:11 pm

Hi Paolo,
You wrote
7r9c4=(7-3)r1c4=r1c3-r3c23=(3-1)r3c8=1r3c12-(1=7)r1c1-7r1c4=7r9c4=>-6r9c4=>stte

It seems to me that with only
7r9c4=(7-3)r1c4=r1c3-r3c23=(3-1)r3c8=1r3c12
you could conclude that there is a contradiction in r1c1 so that r9c4=7.
Robert
Mauriès Robert
 
Posts: 585
Joined: 07 November 2019
Location: France

Re: February 8, 2020

Postby Ajò Dimonios » Sat Feb 08, 2020 7:23 pm

Hi Robert.
There is certainly a contradiction in the development of the chain in r1c1 and r1c4, the 7 is true simultaneously in the two cells.

Paolo
Ajò Dimonios
 
Posts: 213
Joined: 07 November 2019

Re: February 8, 2020

Postby Mauriès Robert » Sat Feb 08, 2020 8:10 pm

Hi all,
My slightly complicated resolution :?

Code: Select all
                               ->7r1c13-----------------------
                              |                               |
P'(3r2c4) : -3r2c4->6r2c4->7r9c4->6r9c7->7r8c9->6r4c9->36r5c23->8r8c7->3r8c7 => -3r2c7, stte
                      |                              |
                       ->6r6c6-----------------------

Robert
Mauriès Robert
 
Posts: 585
Joined: 07 November 2019
Location: France

Re: February 8, 2020

Postby Cenoman » Sat Feb 08, 2020 9:08 pm

Code: Select all
 +------------------------+-------------------+------------------+
 | a17     8       79-3   | a37   2     19    |  4     6    5    |
 |  5      13469   2      |  36   469   169   |  13    7    8    |
 | b167   b13467  b367    |  5   b467   8     |  2     13   9    |
 +------------------------+-------------------+------------------+
 |  1678   167     678    |  2    5     3     |  9     4    67   |
 |  4      369     3569   |  8    69    7     |  56    2    1    |
 |  2      679     5679   |  4    1     69    |  567   8    3    |
 +------------------------+-------------------+------------------+
 |  678    67      4      |  9    367   5     |  138   13   2    |
 |  9      2       678    |  1    367   4     |  38    5    67   |
 |  3      5       1      |  67   8     2     |  67    9    4    |
 +------------------------+-------------------+------------------+

(3=71)r1c14 - (1=4673)r3c1235 => -3 r1c3; ste
Cenoman
Cenoman
 
Posts: 2711
Joined: 21 November 2016
Location: France

Re: February 8, 2020

Postby pjb » Sat Feb 08, 2020 10:06 pm

Code: Select all
a17      8       379    |a37     2     b19     | 4      6      5     
 5       13469   2      | 6-3    469   c169    |d13     7      8     
 167     13467   367    | 5      467    8      | 2      13     9     
------------------------+----------------------+---------------------
 1678    167     678    | 2      5      3      | 9      4      67     
 4       369     3569   | 8      69     7      | 56     2      1     
 2       679     5679   | 4      1      69     | 567    8      3     
------------------------+----------------------+---------------------
 678     67      4      | 9      367    5      | 138    13     2     
 9       2       678    | 1      367    4      | 38     5      67     
 3       5       1      | 67     8      2      | 67     9      4     

(3=1)r1c14 - r1c6 = r2c6 - (1=3)r2c7 => -3 r2c4; stte

Phil
pjb
2014 Supporter
 
Posts: 2552
Joined: 11 September 2011
Location: Sydney, Australia

Re: February 8, 2020

Postby Leren » Sat Feb 08, 2020 10:19 pm

Code: Select all
*--------------------------------------------*
|a17   8     379  |f3-7 2   b19  | 4   6  5  |
| 5    13469 2    |e36  469 c169 |d13  7  8  |
| 167  13467 367  | 5   467  8   | 2   13 9  |
|-----------------+--------------+-----------|
| 1678 167   678  | 2   5    3   | 9   4  67 |
| 4    369   3569 | 8   69   7   | 56  2  1  |
| 2    679   5679 | 4   1    69  | 567 8  3  |
|-----------------+--------------+-----------|
| 678  67    4    | 9   367  5   | 138 13 2  |
| 9    2     678  | 1   367  4   | 38  5  67 |
| 3    5     1    | 67  8    2   | 67  9  4  |
*--------------------------------------------*

(7=1) r1c1 - r1c6 = r2c6 - (1=3) r2c7 - r2c4 = (3) r1c4 => - 7 r1c4; stte

Leren
Leren
 
Posts: 5019
Joined: 03 June 2012

Re: February 8, 2020

Postby Mauriès Robert » Sat Feb 08, 2020 10:43 pm

Cenoman wrote:(3=71)r1c14 - (1=4673)r3c1235 => -3 r1c3; ste

Nice resolution, with this hidden quad !
Robert
Mauriès Robert
 
Posts: 585
Joined: 07 November 2019
Location: France


Return to Puzzles