October 7, 2017

Post puzzles for others to solve here.

October 7, 2017

Postby ArkieTech » Fri Oct 06, 2017 10:40 pm

Code: Select all
 *-----------*
 |...|...|...|
 |..7|5.9|8..|
 |.85|6.4|13.|
 |---+---+---|
 |.91|...|58.|
 |...|...|...|
 |.43|...|96.|
 |---+---+---|
 |.56|4.8|71.|
 |..4|7.5|3..|
 |...|...|...|
 *-----------*


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

Re: October 7, 2017

Postby pjb » Fri Oct 06, 2017 11:31 pm

Code: Select all
 1346    136     29*    | 1238   12378   1237   | 246*   579    579   
 1346    136     7      | 5      123     9      | 8      24     246   
 29      8       5      | 6      27      4      | 1      3      79     
------------------------+-----------------------+---------------------
 267     9       1      | 23     23467   2367   | 5      8      2347   
 25678   267*    28*    | 12389  123456789 12367| 24*    247    12347 
 2578    4       3      | 128    12578   127    | 9      6      127   
------------------------+-----------------------+---------------------
 239     5       6      | 4      239     8      | 7      1      29     
 1289    12*     4      | 7      1269    5      | 3      29     68     
 123789  1237*   289*   | 1239    12369  1236   | 46     45     4568   

Franken swordfish at r15c7, r589c2, r159c3 => -2 r1c456, r5c145689, r789c1; lclste
Alternatively, POM analysis: all patterns of 2 go through r3c1 => r3c1=2; stte

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

Re: October 7, 2017

Postby SteveG48 » Fri Oct 06, 2017 11:45 pm

Code: Select all
 *--------------------------------------------------------------------------------------------------------*
 | 1346       136        29         | 1238       12378      1237       | 246        579        579        |
 | 1346       136        7          | 5          123        9          | 8          24         246        |
 |f29         8          5          | 6          27         4          | 1          3          7-9        |
 *----------------------------------+----------------------------------+----------------------------------|
 |e267        9          1          | 23         23467      2367       | 5          8         b2347       |
 |d25678     d267       d28         | 12389      123456789  12367      |c24        c247       b12347      |
 |e2578       4          3          | 128        12578      127        | 9          6         b127        |
 *----------------------------------+----------------------------------+----------------------------------|
 | 239        5          6          | 4          239        8          | 7          1         a29         |
 | 1289       12         4          | 7          1269       5          | 3          29         68         |
 | 123789     1237       289        | 1239       12369      1236       | 46         45         4568       |
 *--------------------------------------------------------------------------------------------------------*


(9=2)r7c9 - r456c9 = r5c78 - r5c123 = 2r46c1 - (2=9)r3c1 => -9 r3c9 ; stte
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4235
Joined: 08 November 2013
Location: Orlando, Florida

Re: October 7, 2017

Postby Leren » Sat Oct 07, 2017 12:37 am

Code: Select all
*--------------------------------------------------------------*
| 1346    136  *2-9 | 1238   12378     1237  | 246  579  579   |
| 1346    136   7   | 5      123       9     | 8   *2-4  246   |
| 29      8     5   | 6     *2-7       4     | 1    3    79    |
|-------------------+------------------------+-----------------|
| 267     9     1   | 23     23467     2367  | 5    8    2347  |
| 25678   267   28  | 12389  123456789 12367 |*2-4  247  12347 |
| 2578    4     3   | 128    12578     127   | 9    6    127   |
|-------------------+------------------------+-----------------|
| 239     5     6   | 4      239       8     | 7    1   *2-7   |
| 1289   *2-1   4   | 7      1269      5     | 3    29   68    |
| 123789  1237  289 | 1239   12369     1236  | 46   45   4568  |
*--------------------------------------------------------------*

My version of single digit template analysis (POM) indicates that r1c3 = r2c8 = r3c5 = r5c7 = r6c9 = r8c2 = 2; stte

Nice chain Steve. Your PM is even nicer, must be the widest one ever :D

Leren
Leren
 
Posts: 5036
Joined: 03 June 2012

Re: October 7, 2017

Postby Cenoman » Sat Oct 07, 2017 8:20 am

Code: Select all
 +------------------------+------------------------------+----------------------+
 |  1346     136   C29    |  1238    12378       1237    | a246* B579   579     |
 |  1346     136    7     |  5       123         9       |  8    a24*   246     |
 |  9-2      8      5     |  6       27          4       |  1     3     79      |
 +------------------------+------------------------------+----------------------+
 | c267      9      1     |  23      23467       2367    |  5     8     2347    |
 | b25678   b267   b28    |  12389   123456789   12367   | a24*  a247*  12347   |
 | c2578     4      3     |  128     12578       127     |  9     6     127     |
 +------------------------+------------------------------+----------------------+
 |  239      5      6     |  4       239         8       |  7     1     29      |
 |  1289     12     4     |  7       1269        5       |  3    A29*   68      |
 |  123789   1237   289   |  1239    12369       1236    |  46    45    4568    |
 +------------------------+------------------------------+----------------------+

Almost X-wing (2)c78 + rfr8c8
[XW(2)r5c8*=r2c8-r1c7=r5c7] - (2)r5c123 = r46c1
(2-9)r8c8 = r1c8 - (9=2)r1c3
=> -2r3c1; stte

Cenoman
Cenoman
Cenoman
 
Posts: 2742
Joined: 21 November 2016
Location: France

Re: October 7, 2017

Postby SteveG48 » Sat Oct 07, 2017 4:55 pm

Leren wrote:Nice chain Steve. Your PM is even nicer, must be the widest one ever :D

Leren


Thanks. I don't know why the PM came out so wide; it just happened.
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4235
Joined: 08 November 2013
Location: Orlando, Florida

Re: October 7, 2017

Postby Leren » Sun Oct 08, 2017 12:29 am

SteveG48 wrote : Thanks. I don't know why the PM came out so wide; it just happened.

It's probably because r5c5 has all candidates remaining after basics - never seen that before either.

Leren
Leren
 
Posts: 5036
Joined: 03 June 2012


Return to Puzzles