October 29, 2016

Post puzzles for others to solve here.

October 29, 2016

Postby ArkieTech » Fri Oct 28, 2016 11:03 pm

Code: Select all
 *-----------*
 |6..|...|7..|
 |.28|...|..3|
 |...|.79|8..|
 |---+---+---|
 |4..|.5.|...|
 |2.7|8..|.1.|
 |...|...|47.|
 |---+---+---|
 |13.|.6.|...|
 |..4|.9.|6..|
 |...|..4|.5.|
 *-----------*


Play/Print this puzzle online
dan
User avatar
ArkieTech
 
Posts: 3355
Joined: 29 May 2006
Location: NW Arkansas USA

Re: October 29, 2016

Postby Leren » Fri Oct 28, 2016 11:47 pm

Code: Select all
*-----------------------------------------------------------------------*
| 6      1459   1359    | 2345   238    2358    | 7      24     1245    |
| 7      2      8       | 456    1     a56      |b59     469    3       |
| 35     145    135     | 23456  7      9       | 8      246    12456   |
|-----------------------+-----------------------+-----------------------|
| 4      1689   1369    | 123679 5      12367   | 239    2689   2689    |
| 2      569    7       | 8      4     d3-6     |c359    1      569     |
| 3589   15689  13569   | 12369  23     1236    | 4      7      25689   |
|-----------------------+-----------------------+-----------------------|
| 1      3      259     | 257    6      2578    | 29     2489   24789   |
| 58     578    4       | 1257   9      12578   | 6      3      278     |
| 89     6789   269     | 237    238    4       | 1      5      2789    |
*-----------------------------------------------------------------------*

H2 Wing: (6=5) r2c6 - r2c7 = (5-3) r5c7 = (3) r5c6 => - 6 r5c6; stte

Leren
Leren
 
Posts: 5040
Joined: 03 June 2012

Re: October 29, 2016

Postby SteveG48 » Sat Oct 29, 2016 12:19 am

Code: Select all
 *-----------------------------------------------------------------------------*
 | 6       1459    1359    | 2345    238     2358    | 7       24      1245    |
 | 7       2       8       | 456     1      a56      |a59      469     3       |
 | 35      145     135     | 23456   7       9       | 8       246     12456   |
 *-------------------------+-------------------------+-------------------------|
 | 4       1689    1369    | 123679  5       12367   |b239     2689    2689    |
 | 2      c569     7       | 8       4       3-6     |b359     1      c569     |
 | 3589    15689   13569   | 12369   23      1236    | 4       7       25689   |
 *-------------------------+-------------------------+-------------------------|
 | 1       3       259     | 257     6       2578    |b29      2489    24789   |
 | 58      578     4       | 1257    9       12578   | 6       3       278     |
 | 89      6789    269     | 237     238     4       | 1       5       2789    |
 *-----------------------------------------------------------------------------*


(6=59)r2c67 - (9=235)r457c7 - (5=69)r5c29 => -6 r5c6 ; stte
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4244
Joined: 08 November 2013
Location: Orlando, Florida

Re: October 29, 2016

Postby pjb » Sat Oct 29, 2016 1:56 am

Code: Select all
 6       1459    1359   | 2345    238    2358   | 7      24     1245   
 7       2       8      | 456     1     a56     |b59     469    3     
 35      145     135    | 23456   7      9      | 8      246    12456 
------------------------+-----------------------+---------------------
 4       1689    1369   | 12679-3 5      1267-3 |b239    2689   2689   
 2       569     7      | 8       4     a36     | 59-3   1      569   
 3589    15689   13569  | 12369   23     1236   | 4      7      25689 
------------------------+-----------------------+---------------------
 1       3       259    | 257     6      2578   |b29     2489   24789 
 58      578     4      | 1257    9      12578  | 6      3      278   
 89      6789    269    | 237     238    4      | 1      5      2789   

(3=5)r25c6 - (5=3)r247c7 =>-3 r4c46, r5c7; stte
or a twist on Leren's 4 cells:
(9=5)r2c7* - (5=6)r2c6 - (6=3)r5c6 - (35=9)r5c7* => -9 r47c7; stte

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

Re: October 29, 2016

Postby Sudtyro2 » Sat Oct 29, 2016 6:25 pm

Code: Select all
*-----------------------------------------------------------*
| 6     1459   1359  | 2345   238  2358  | 7    24    1245  |
| 7     2      8     | 456    1   *56    |*59   469   3     |
| 35    145    135   | 23456  7    9     | 8    246   12456 |
|--------------------+-------------------+------------------|
| 4     1689   1369  | 123679 5    12367 | 23-9 2689  2689  |
| 2     569    7     | 8      4   *36    |*39+5 1     569   |
| 3589  15689  13569 | 12369  23   1236  | 4    7     25689 |
|--------------------+-------------------+------------------|
| 1     3      259   | 257    6    2578  | 2-9  2489  24789 |
| 58    578    4     | 1257   9    12578 | 6    3     278   |
| 89    6789   269   | 237    238  4     | 1    5     2789  |
*-----------------------------------------------------------*
Yet another twist...
Except for the spoiler, 5r5c7, Leren's four cells(*) form a 4-sector Disjoint Subset (DS) having five potential eliminations: -9r47c7,-5r2c4,-6r46c6. Hence,
[DS = 5r5c7] - (5=9)r2c7 => -9r47c7; stte

SteveC
Sudtyro2
 
Posts: 754
Joined: 15 April 2013

Re: October 29, 2016

Postby ArkieTech » Wed Nov 02, 2016 12:24 am

Sudtyro2 wrote:
Code: Select all
*-----------------------------------------------------------*
| 6     1459   1359  | 2345   238  2358  | 7    24    1245  |
| 7     2      8     | 456    1   *56    |*59   469   3     |
| 35    145    135   | 23456  7    9     | 8    246   12456 |
|--------------------+-------------------+------------------|
| 4     1689   1369  | 123679 5    12367 | 23-9 2689  2689  |
| 2     569    7     | 8      4   *36    |*39+5 1     569   |
| 3589  15689  13569 | 12369  23   1236  | 4    7     25689 |
|--------------------+-------------------+------------------|
| 1     3      259   | 257    6    2578  | 2-9  2489  24789 |
| 58    578    4     | 1257   9    12578 | 6    3     278   |
| 89    6789   269   | 237    238  4     | 1    5     2789  |
*-----------------------------------------------------------*
Yet another twist...
Except for the spoiler, 5r5c7, Leren's four cells(*) form a 4-sector Disjoint Subset (DS) having five potential eliminations: -9r47c7,-5r2c4,-6r46c6. Hence,
[DS = 5r5c7] - (5=9)r2c7 => -9r47c7; stte

SteveC


8-)

Nice
dan
User avatar
ArkieTech
 
Posts: 3355
Joined: 29 May 2006
Location: NW Arkansas USA


Return to Puzzles