May 7, 2020

Post puzzles for others to solve here.

May 7, 2020

Postby tarek » Mon May 11, 2020 8:42 am

Code: Select all
+-------+-------+-------+
| 8 . . | . . 2 | . . 7 |
| . 2 . | . . . | . . 6 |
| . . . | . . 8 | 2 1 . |
+-------+-------+-------+
| . . . | . 8 7 | 5 . . |
| . . . | 9 . . | 1 . . |
| 3 . 7 | 4 . . | . . 8 |
+-------+-------+-------+
| . . 9 | 5 7 . | . 3 . |
| . . 3 | . . . | 9 . . |
| 2 1 . | . . 3 | . . . |
+-------+-------+-------+
8....2..7.2......6.....821.....875.....9..1..3.74....8..957..3...3...9..21...3...

Play this puzzle online

Download Sukaku Explainer

[EDIT: Corrected error in Grid. The line puzzle was correct. Apologies]
Last edited by tarek on Mon May 11, 2020 1:18 pm, edited 1 time in total.
User avatar
tarek
 
Posts: 3762
Joined: 05 January 2006

Re: May 7, 2020

Postby eleven » Mon May 11, 2020 11:43 am

Ah, there was a mistake in the top post. The sudoku grid is the same as the May 6 puzzle, but the puzzle string is another one.

Same move as last time.
Code: Select all
 *----------------------------------------------------------*
 |  456   1    3    | c56     7     8     |  4-6   2     9  |
 |  56    9    2    |  4     b13-6 b135   |  8    c36    7  |
 |  46    7    8    |  36     9     2     |  1     346   5  |
 |------------------+---------------------+-----------------|
 |  9     36   47   |  1367   2    a13    |  346   5     8  |
 |  1     36   5    |  8     a36    4     |  9     7     2  |
 |  8     2    47   |  367    5     9     |  346   46    1  |
 |------------------+---------------------+-----------------|
 |  7     4    9    |  135    13    135   |  2     8     6  |
 |  3     5    1    |  2      8     6     |  7     9     4  |
 |  2     8    6    |  9      4     7     |  5     1     3  |
 *----------------------------------------------------------*

(1|6)b5p15 => (-16=>3|5)r2c56 => (-35=>6)r1c4|r2c8 => -6r1c7,r2c5, stte
or
(1|6)b5p15 => (-16=>3|5)r2c56 => (-35=>6)r2c1|r3c4 => -6r2c5,r3c1, stte

For the other puzzle:
Code: Select all
 *---------------------------------------------------------*
 |  8     345    16    |  16   345   2  |  34    9    7    |
 |  45-7  2     c145   | c17   345   9  |  348  c58   6    |
 |  9     3457   456   |  67   345   8  |  2     1    45   |
 |---------------------+----------------+------------------|
 |  1     6      2     |  3    8     7  |  5     4    9    |
 |  45    45     8     |  9    2     6  |  1     7    3    |
 |  3     9      7     |  4    1     5  |  6     2    8    |
 |---------------------+----------------+------------------|
 |  6     48     9     |  5    7     1  |  48    3    2    |
 | a57    578    3     |  2    6     4  |  9    b58   1    |
 |  2     1     b45    |  8    9     3  |  7     6    45   |
 *---------------------------------------------------------*

(7=5)r8c1 - (5=48)r8c8,r9c3 - (4|8=517)r2c348 => -7r2c1, stte
Last edited by eleven on Mon May 11, 2020 1:11 pm, edited 1 time in total.
eleven
 
Posts: 3094
Joined: 10 February 2008

Re: May 7, 2020

Postby Cenoman » Mon May 11, 2020 1:08 pm

From the string writing...
Code: Select all
+-------+-------+-------+
| 8 . . | . . 2 | . . 7 |
| . 2 . | . . . | . . 6 |
| . . . | . . 8 | 2 1 . |
+-------+-------+-------+
| . . . | . 8 7 | 5 . . |
| . . . | 9 . . | 1 . . |
| 3 . 7 | 4 . . | . . 8 |
+-------+-------+-------+
| . . 9 | 5 7 . | . 3 . |
| . . 3 | . . . | 9 . . |
| 2 1 . | . . 3 | . . . |
+-------+-------+-------+
8....2..7.2......6.....821.....875.....9..1..3.74....8..957..3...3...9..21...3...


Code: Select all
 +---------------------+------------------+------------------+
 |  8     345    16    |  16   345   2    |  34    9    7    |
 | f457   2      145   | g17   345   9    |  348  a58   6    |
 |  9     3457   456   |  67   345   8    |  2     1    45   |
 +---------------------+------------------+------------------+
 |  1     6      2     |  3    8     7    |  5     4    9    |
 |  45    45     8     |  9    2     6    |  1     7    3    |
 |  3     9      7     |  4    1     5    |  6     2    8    |
 +---------------------+------------------+------------------+
 |  6     48     9     |  5    7     1    |  48    3    2    |
 | e57    578    3     |  2    6     4    |  9    b58   1    |
 |  2     1     d45    |  8    9     3    |  7     6   c45   |
 +---------------------+------------------+------------------+

(5)r2c8 = r8c8 - (5=4)r9c9 - (^4=5*)r9c3 - (5=7)r8c1 - r2c1 = (7-1)r2c4 = (1)r2c3 => -4^5* r2c3; ste
Last edited by Cenoman on Mon May 11, 2020 8:18 pm, edited 1 time in total.
Cenoman
Cenoman
 
Posts: 2747
Joined: 21 November 2016
Location: France

Re: May 7, 2020

Postby SteveG48 » Mon May 11, 2020 4:33 pm

Code: Select all
 *-------------------------------------------------------------*
 | 8   bf345   16    | 16  jg345   2     |ajk34    9     7     |
 | 457   2     145   | 17 hij345   9     |  i348   58    6     |
 | 9     3457  456   | 67 hik345   8     |   2     1     5-4   |
 *-------------------+-------------------+---------------------|
 | 1     6     2     | 3     8     7     |   5     4     9     |
 |d45  be45    8     | 9     2     6     |   1     7     3     |
 | 3     9     7     | 4     1     5     |   6     2     8     |
 *-------------------+-------------------+---------------------|
 | 6    c48    9     | 5     7     1     |   48    3     2     |
 |d57   c578   3     | 2     6     4     |   9     58    1     |
 | 2     1     45    | 8     9     3     |   7     6     45    |
 *-------------------------------------------------------------*


(4=3)r1c7 - (3=45)r13c2 - (4|5=78)r78c2 - (7=54)r58c1 - (4=5)r5c2 - r1c2 = r1c5 - r23c5 = 4r3c5|(4r2c5&3r2c7) - 3r1c7&4r12c5 = 4r1c7,r3c5 => -4r3c9 ; stte
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4240
Joined: 08 November 2013
Location: Orlando, Florida


Return to Puzzles