Help solving

Post the puzzle or solving technique that's causing you trouble and someone will help

Help solving

Postby Koala » Tue Sep 03, 2019 10:48 pm

Hi. Can someone tell me how to go further by logic?

20190904_155106.jpg
20190904_155106.jpg (197.45 KiB) Viewed 742 times
Last edited by Koala on Wed Sep 04, 2019 2:54 pm, edited 1 time in total.
Koala
 
Posts: 7
Joined: 03 September 2019

Re: Help solving

Postby Leren » Thu Sep 05, 2019 1:05 am

Code: Select all
*------------------------------------------*
| 24   7   234   | 5  34 1  | 8    6   9   |
| 8    35  9     | 6  34 2  | 345  1   7   |
| 1    6   345-2 | 9  8  7  |*2345 345*245 |
|----------------+----------+--------------|
| 3    159 8     | 7  2  6  | 145  459 45  |
| 2459 259 7     | 3  1  49 | 6    8   245 |
| 2469 129 1246  | 8  5  49 | 1247 479 3   |
|----------------+----------+--------------|
| 569  359 356   | 4  7  8  | 35   2   1   |
| 27   4   123   | 12 6  5  | 9    37  8   |
| 257  8   125   | 12 9  3  | 457  457 6   |
*------------------------------------------*

A pointing pair of 2's in Box 3 (cells marked *) removes 2 from r3c3.

Code: Select all
*---------------------------------------------*
| 24   7   234 | 5  34 1  | 8      6     9    |
| 8    35  9   | 6  34 2  | 345    1     7    |
| 1    6   345 | 9  8  7  | 2345   345   245  |
|--------------+----------+-------------------|
| 3    159 8   | 7  2  6  |*145   *459  *45   |
| 2459 259 7   | 3  1  49 | 6      8     25-4 |
| 2469 129 246 | 8  5  49 | 127-4  79-4  3    |
|--------------+----------+-------------------|
| 569  359 356 | 4  7  8  | 35     2     1    |
| 27   4   123 | 12 6  5  | 9      37    8    |
| 257  8   125 | 12 9  3  | 457    457   6    |
*---------------------------------------------*

A claiming set of 4's in Box 6 (cells marked *) removes the other 4's in that box.

Code: Select all
*-------------------------------------------*
| 24     7   234  | 5  34 1  | 8    6   9   |
| 8      35  9    | 6  34 2  | 345  1   7   |
| 1      6   345  | 9  8  7  | 2345 345 245 |
|-----------------+----------+--------------|
| 3      159 8    | 7  2  6  | 145  459 45  |
| 459-2 *259 7    | 3  1  49 | 6    8   25  |
| 469-2 *129 46-2 | 8  5  49 | 127  79  3   |
|-----------------+----------+--------------|
| 569    359 356  | 4  7  8  | 35   2   1   |
| 27     4   123  | 12 6  5  | 9    37  8   |
| 257    8   125  | 12 9  3  | 457  457 6   |
*-------------------------------------------*

A claiming pair of 2's in Box 4 (cells marked *) removes the other 2's in that box.

Code: Select all
*------------------------------------------*
| 24  7     234 | 5  34  1  | 8    6   9   |
| 8   35    9   | 6  34  2  | 345  1   7   |
| 1   6     345 | 9  8   7  | 2345 345 245 |
|---------------+-----------+--------------|
| 3   159   8   | 7  2   6  | 145  459 45  |
| 459 259   7   | 3  1   49 | 6    8   25  |
|*469 12-9 *46  | 8  5  *49 | 127  7-9 3   |
|---------------+-----------+--------------|
| 569 359   356 | 4  7   8  | 35   2   1   |
| 27  4     123 | 12 6   5  | 9    37  8   |
| 257 8     125 | 12 9   3  | 457  457 6   |
*------------------------------------------*

A naked triple (469) in Row 6 (cells marked *) removes some 9's in that row and thereby solves r6c8 to 7. The puzzle should be easy to solve from there.

Leren
Leren
 
Posts: 5040
Joined: 03 June 2012

Re: Help solving

Postby Koala » Thu Sep 05, 2019 11:11 am

That was great. Thanks alot
Koala
 
Posts: 7
Joined: 03 September 2019


Return to Help with puzzles and solving techniques