April 5, 2020

Post puzzles for others to solve here.

April 5, 2020

Postby tarek » Sat Apr 11, 2020 12:44 pm

Code: Select all
+-------+-------+-------+
| . . . | . . . | . 5 . |
| . 1 . | 2 . 9 | . . 6 |
| 8 . . | . 7 . | . . . |
+-------+-------+-------+
| 3 . . | . . 4 | . 1 . |
| . 2 1 | . 8 . | 5 . . |
| . 8 . | 7 . . | . 9 . |
+-------+-------+-------+
| 2 . . | . 9 . | . . . |
| . 3 . | 8 5 . | . 6 . |
| . . 9 | . . 3 | 1 . . |
+-------+-------+-------+
.......5..1.2.9..68...7....3....4.1..21.8.5...8.7...9.2...9.....3.85..6...9..31..

Play this puzzle online

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

Re: April 5, 2020

Postby Cenoman » Sat Apr 11, 2020 1:19 pm

Code: Select all
 +-------------------+---------------------+-----------------------+
 |  69  b479   2     |  346    1346   8    |  3479   5     13479   |
 |  57*  1     357*  |  2      34     9    |  8      347   6       |
 |  8   b49    36    |  3456   7      15   |  349    2     1349    |
 +-------------------+---------------------+-----------------------+
 |  3  ca579*  57*   |  59     2      4    |  6      1     8       |
 |  49   2     1     |  39     8      6    |  5      347   347     |
 |  46   8     56    |  7      13     15   |  2      9     34      |
 +-------------------+---------------------+-----------------------+
 |  2    6     8     |  1      9      7    |  34     34    5       |
 |  1    3     4     |  8      5      2    |  79     6     79      |
 |  57*  57*   9     |  46     46     3    |  1      8     2       |
 +-------------------+---------------------+-----------------------+

DP(57)r249c123 using mixed internal-external
(9)r4c2 == (7-49)r13c2 (9)r4c2 => +9 r4c2; ste

(Noting that all guardians of the DP have the same parity, any one has to be true)
Cenoman
Cenoman
 
Posts: 2752
Joined: 21 November 2016
Location: France

Re: April 5, 2020

Postby Leren » Sat Apr 11, 2020 8:51 pm

Code: Select all
*-----------------------------------------------*
| 69 479  2   | 346   1346  8  | 3479 5   13479 |
| 57 1    357 | 2     34    9  | 8    347 6     |
| 8  49  a36  |e345-6 7    d15 | 349  2   1349  |
|-------------+----------------+----------------|
| 3  579  57  | 59    2     4  | 6    1   8     |
| 49 2    1   | 39    8     6  | 5    347 347   |
| 46 8   b56  | 7     13   c15 | 2    9   34    |
|-------------+----------------+----------------|
| 2  6    8   | 1     9     7  | 34   34  5     |
| 1  3    4   | 8     5     2  | 79   6   79    |
| 57 57   9   | 46    46    3  | 1    8   2     |
*-----------------------------------------------*

L2 Wing: (6) r3c3 = (6-5) r6c3 = r6c6 - r3c6 = (5) r3c4 => - 6 r3c4; stte

Leren
Leren
 
Posts: 5041
Joined: 03 June 2012


Return to Puzzles

cron