March 9, 2020

Post puzzles for others to solve here.

March 9, 2020

Postby tarek » Mon Mar 09, 2020 11:54 am

Code: Select all
+-------+-------+-------+
| . . 7 | 8 . . | 4 . 6 |
| . 1 . | 5 . . | . . . |
| . . . | . . . | . 1 8 |
+-------+-------+-------+
| . 8 . | . 4 . | . 2 . |
| . . 9 | 2 . 5 | . . . |
| . 3 . | . 7 . | . 5 . |
+-------+-------+-------+
| . . . | . . . | . 8 1 |
| . 2 . | 3 . . | . . . |
| . . 8 | 9 . . | 7 . 3 |
+-------+-------+-------+
..78..4.6.1.5............18.8..4..2...92.5....3..7..5........81.2.3.......89..7.3

Play this puzzle online

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

Re: March 9, 2020

Postby Cenoman » Mon Mar 09, 2020 5:37 pm

Code: Select all
 +--------------------------+----------------------+--------------------+
 |  2359     59      7      |  8    1239   123     |  4      39    6    |
 |  8        1       346    |  5    369    346     |  39     7     2    |
 |  23469    469     2346   |  47   2369   23467   |  5      1     8    |
 +--------------------------+----------------------+--------------------+
 | d1567     8       156    |  16   4     b39      |  136    2    c79   |
 |  1467     467     9      |  2   a3-8    5       |  1368   36    47   |
 |  1246     3       1246   |  16   7      89      |  168    5     49   |
 +--------------------------+----------------------+--------------------+
 |  345679   45679   3456   |  47   56     467     |  2      8     1    |
 | e1467     2       146    |  3   g168   f14678   |  69     469   5    |
 |  1456     456     8      |  9    1256   1246    |  7      46    3    |
 +--------------------------+----------------------+--------------------+

(3)r5c5 = (3-9)r4c6 = (9-7)r4c9 = r4c1 - r8c1 = (7-8)r8c6 = (8)r8c5 => -8 r5c5; ste

... or in a fashionable writing: (3)r5c5 = (3,9,7)r4c961 - r8c1 = (7,8)r8c65 => -8 r5c5; ste
Cenoman
Cenoman
 
Posts: 2748
Joined: 21 November 2016
Location: France

Re: March 9, 2020

Postby Leren » Mon Mar 09, 2020 8:01 pm

Code: Select all
*---------------------------------------------------*
| 2359   59    7    | 8  1239  123   | 4    39   6  |
| 8      1     346  | 5  369   346   | 39   7    2  |
| 23469  469   2346 | 47 2369  23467 | 5    1    8  |
|-------------------+----------------+--------------|
| 156-7  8     156  | 16 4    d39    | 136  2   e79 |
| 1467   467   9    | 2  38    5     | 1368 36   47 |
| 1246   3     1246 | 16 7    c89    | 168  5    49 |
|-------------------+----------------+--------------|
| 345679 45679 3456 | 47 56    467   | 2    8    1  |
|a1467   2     146  | 3  168  b14678 | 69   469  5  |
| 1456   456   8    | 9  1256  1246  | 7    46   3  |
*---------------------------------------------------*

(7) r8c1 = (7-8) r8c6 = (8-9) r6c6 = r4c6 - (9=7) r4c9 => - 7 r4c1; stte

Leren
Leren
 
Posts: 5040
Joined: 03 June 2012

Re: March 9, 2020

Postby SteveG48 » Tue Mar 10, 2020 10:43 pm

Cenoman wrote:
Code: Select all
 +--------------------------+----------------------+--------------------+
 |  2359     59      7      |  8    1239   123     |  4      39    6    |
 |  8        1       346    |  5    369    346     |  39     7     2    |
 |  23469    469     2346   |  47   2369   23467   |  5      1     8    |
 +--------------------------+----------------------+--------------------+
 | d1567     8       156    |  16   4     b39      |  136    2    c79   |
 |  1467     467     9      |  2   a3-8    5       |  1368   36    47   |
 |  1246     3       1246   |  16   7      89      |  168    5     49   |
 +--------------------------+----------------------+--------------------+
 |  345679   45679   3456   |  47   56     467     |  2      8     1    |
 | e1467     2       146    |  3   g168   f14678   |  69     469   5    |
 |  1456     456     8      |  9    1256   1246    |  7      46    3    |
 +--------------------------+----------------------+--------------------+

(3)r5c5 = (3-9)r4c6 = (9-7)r4c9 = r4c1 - r8c1 = (7-8)r8c6 = (8)r8c5 => -8 r5c5; ste

... or in a fashionable writing: (3)r5c5 = (3,9,7)r4c961 - r8c1 = (7,8)r8c65 => -8 r5c5; ste


Actually, I think your shortened chain can be written without the commas. SpAce advocates the use of the commas to indicate a required ordering of candidates and cells. In this case, the cells in which the candidates have to be is unique. For example, (3,9,7)r4c961 can only have the 3 in c6, the 9 in c9, and the 7 in c1. If you want to use the commas in SpAce's fashion, then it should be (3,9,7)r4c691, but it isn't necessary here.
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4244
Joined: 08 November 2013
Location: Orlando, Florida


Return to Puzzles