December 25, 2019

Post puzzles for others to solve here.

December 25, 2019

Postby tarek » Wed Dec 25, 2019 9:10 am

Code: Select all
+-------+-------+-------+
| . . . | . 3 8 | 5 . . |
| . 6 8 | 1 2 . | . . . |
| . 1 . | 4 . 5 | . . . |
+-------+-------+-------+
| . 2 1 | . . 3 | . 4 5 |
| 6 3 . | . . . | . . . |
| 4 . 5 | 2 . . | . . 9 |
+-------+-------+-------+
| 8 . . | . . . | . 5 . |
| . . . | 6 . . | 1 . . |
| . . . | 3 . 9 | . . 8 |
+-------+-------+-------+
....385...6812.....1.4.5....21..3.4563.......4.52....98......5....6..1.....3.9..8


Play this puzzle online at the Daily Sudoku site

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

Re: December 25, 2019

Postby Leren » Wed Dec 25, 2019 9:29 am

Code: Select all
*-----------------------------------------------*
| 27  47 247  | 9 3     8   | 5    16      16   |
| 5   6  8    | 1 2     7   | 9    3       4    |
| 39  1  39   | 4 6     5   |*278 *278    *27   |
|-------------+-------------+-------------------|
| 79  2  1    | 8 79    3   | 6    4       5    |
| 6   3  79   | 5 479-1 4-1 |*278 *278+1  *27+1 |
| 4   8  5    | 2 17    6   | 3    7-1     9    |
|-------------+-------------+-------------------|
| 8   9  36   | 7 14    124 | 24   5       36   |
| 237 5  2347 | 6 8     24  | 1    9       237  |
| 1   47 2467 | 3 5     9   | 247  267     8    |
*-----------------------------------------------*

6 Cell DP (278+1) r35c789 => - 1 r5c56, r6c8; stte

Leren
Leren
 
Posts: 5019
Joined: 03 June 2012

Re: December 25, 2019

Postby Mauriès Robert » Wed Dec 25, 2019 10:24 am

Hi everyone and Merry Christmas!
My solution with TDP is :
P(6r9c8) : 6r9c8->1r1c8->7r6c8
P(6r7c9) : 6r7c9->3r7c3->9r3c3->7r5c3->7r6c8
=> r6c8=7, stte.
Or otherwise
P'(7r6c8) : -7r6c8->1r6c8->6r1c8->6r7c9->3r7c3->9r3c3->7r5c3 => -7r5c789 => r6c8=7, stte.
Robert
Mauriès Robert
 
Posts: 585
Joined: 07 November 2019
Location: France

Re: December 25, 2019

Postby pjb » Wed Dec 25, 2019 11:17 am

Code: Select all
 27      47      247    | 9      3      8      | 5     d16    c16     
 5       6       8      | 1      2      7      | 9      3      4     
 39      1      a39     | 4      6      5      | 278    278    27     
------------------------+----------------------+---------------------
 79      2       1      | 8      79     3      | 6      4      5     
 6       3      a79     | 5      1479   14     | 28-7   128-7  12-7   
 4       8       5      | 2      17     6      | 3     d17     9     
------------------------+----------------------+---------------------
 8       9      a36     | 7      14     124    | 24     5     b36     
 237     5       2347   | 6      8      24     | 1      9      237   
 1       47      2467   | 3      5      9      | 247    267    8     

Leren's DP wins hands down, otherwise a boring chain:
(7=6)r357c3 - r7c9 = r1c9 - (6=7)r16c8 => -7 r5c789; stte

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

Re: December 25, 2019

Postby Ngisa » Wed Dec 25, 2019 2:32 pm

Code: Select all
+---------------------+--------------------+-----------------------+
| 27      47     247  | 9     3        8   | 5       16       c16  |
| 5       6      8    | 1     2        7   | 9       3         4   |
| 39      1     e39   | 4     6        5   | 278     278       27  |
+---------------------+--------------------+-----------------------+
| 79      2      1    | 8     79       3   | 6       4         5   |
| 6       3     f79   | 5    g179-4   a14  | 278     1278     b127 |
| 4       8      5    | 2     17       6   | 3       17        9   |
+---------------------+--------------------+-----------------------+
| 8       9     e2346 | 7     14       124 | 24      5        d236 |
| 237     5      2347 | 6     8        24  | 1       9         237 |
| 1       47     2467 | 3     5        9   | 247     267       8   |
+---------------------+--------------------+-----------------------+

(4=1)r5c6 - r5c9 = (1-6)r1c9 = (6-3)r7c9 = (39)r72c3 - (9)r5c3 = (9)r5c5 => - 4r5c5; stte

Clement
Ngisa
 
Posts: 1377
Joined: 18 November 2012


Return to Puzzles