October 23, 2014

Post puzzles for others to solve here.

October 23, 2014

Postby ArkieTech » Wed Oct 22, 2014 11:12 pm

Code: Select all
 *-----------*
 |...|...|..7|
 |...|.2.|.49|
 |...|..6|.12|
 |---+---+---|
 |8.7|4..|.6.|
 |.64|8.5|27.|
 |.1.|..2|4.8|
 |---+---+---|
 |43.|1..|...|
 |98.|.4.|...|
 |1..|...|...|
 *-----------*


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

Re: October 23, 2014

Postby SteveG48 » Thu Oct 23, 2014 12:06 am

Code: Select all
 *-------------------------------------------------------------*
 | 2     9     138   |   5-3   1358  4     | 6     58    7     |
 | 6     5     138   |   7     2     138   | 38    4     9     |
 | 7     4     38    |   9     358   6     | 358   1     2     |
 *-------------------+---------------------+-------------------|
 | 8     2     7     |   4     13    13    | 9     6     5     |
 | 3     6     4     |   8     9     5     | 2     7     1     |
 | 5     1     9     |   6     7     2     | 4     3     8     |
 *-------------------+---------------------+-------------------|
 | 4     3    *25    |   1    b58   b89    | 7   b*2589  6     |
 | 9     8     6     | c*25    4     7     | 1    *25    3     |
 | 1     7    *25    |ac*235   6     389   | 58    2589  4     |
 *-------------------------------------------------------------*


Uses DP 2/5 r7c38,r8c48,r9c34

(3)r9c4 = (589)r7c568[DP] - (5=3)r89c4 => -3 r1c4 ; stte
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4243
Joined: 08 November 2013
Location: Orlando, Florida

Re: October 23, 2014

Postby Leren » Thu Oct 23, 2014 2:01 am

Code: Select all
*--------------------------------------------------------------------------------*
| 2       9       138      |h35     H1358    4        | 6      G58      7        |
| 6       5       138      | 7       2      J138      | 38      4       9        |
| 7       4       38       | 9       358     6        |F358     1       2        |
|--------------------------+--------------------------+--------------------------|
| 8       2       7        | 4       13      13       | 9       6       5        |
| 3       6       4        | 8       9       5        | 2       7       1        |
| 5       1       9        | 6       7       2        | 4       3       8        |
|--------------------------+--------------------------+--------------------------|
| 4       3       25       | 1   kLAa5-8   KB89       | 7      b2589    6        |
| 9       8       6        |j25      4       7        | 1       25      3        |
| 1       7       25       |j235     6     KC389      |E58     D2589    4        |
*--------------------------------------------------------------------------------*

8 r7c5                              - 8 r7c8;
8 r7c5 - (8=9) r7c6 - r9c6 = 9 r9c8 - 8 r9c8 = (8-5) r9c7 = r3c7 - r1c8 = 5 r1c5 - 1 r1c5 = (1-8) r2c6 = r79c6 - 8 r7c5;
                                                                       || 5 r1c4 - r89c4 = r7c5                - 8 r7c5; => - 8 r7c5; stte

Leren
Leren
 
Posts: 5040
Joined: 03 June 2012

Re: October 23, 2014

Postby Sudtyro2 » Thu Oct 23, 2014 8:51 pm

Nice use of DP, Steve!
Here's the same elimination via a really ugly network...
Hidden Text: Show
Code: Select all
 *-------------------------------------------------------------*
 | 2     9     138   |   5-3   1358  4     | 6     58    7     |
 | 6     5     138   |   7     2     138   | 38    4     9     |
 | 7     4     38    |   9    b358   6     | 358   1     2     |
 *-------------------+---------------------+-------------------|
 | 8     2     7     |   4     13    13    | 9     6     5     |
 | 3     6     4     |   8     9     5     | 2     7     1     |
 | 5     1     9     |   6     7     2     | 4     3     8     |
 *-------------------+---------------------+-------------------|
 | 4     3     25    |   1     58    89    | 7    a2589  6     |
 | 9     8     6     |   25    4     7     | 1     25    3     |
 | 1     7     25    |   235   6     389   | 58    2589  4     |
 *-------------------------------------------------------------*
SIS(2589)r7c8 and SIS(358)r3c5:
                                        3r3c5 –-------------------------------3r1c4; ste
                                          ||                                 /
(2|5)r7c8 – (25=8)r18c8 – (8=35)r23c7 – 5r3c5                               /
      ||                                  ||                               /
      ||                                8c3c5 – (8=5)r7c5 – r13c4 = 5r1c4 -
      ||                                                  /
(8|9)r7c8 – (89=5)r7c56 ----------------------------------
Edit to shorten chain and fix typo.
Last edited by Sudtyro2 on Mon Oct 27, 2014 11:03 am, edited 2 times in total.
Sudtyro2
 
Posts: 754
Joined: 15 April 2013

Re: October 23, 2014

Postby ArkieTech » Thu Oct 23, 2014 9:29 pm

Code: Select all
  *-----------------------------------------------------------*
 | 2     9     138   |a35    138-5 4     | 6     58    7     |
 | 6     5     138   | 7     2     138   | 38    4     9     |
 | 7     4     38    | 9     38-5  6     | 358   1     2     |
 |-------------------+-------------------+-------------------|
 | 8     2     7     | 4     13    13    | 9     6     5     |
 | 3     6     4     | 8     9     5     | 2     7     1     |
 | 5     1     9     | 6     7     2     | 4     3     8     |
 |-------------------+-------------------+-------------------|
 | 4     3    *25    | 1    b58   *89    | 7    *2589  6     |
 | 9     8     6     |*25    4     7     | 1     25    3     |
 | 1     7    *25    |*235   6    *389   | 58   *2589  4     |
 *-----------------------------------------------------------*
(5=3)r1c4-(3r9c6=89r7c8)dp:2589r79c3,r89c7,r78c6,r78c8-(8=5)r7c5 = -5r1c5,r3c5; ste


I don't know what I was drinking when I came up with this :shock: :oops:


tonight I had a nice Merlot which brought this conclusion:

The 2589 indicated in * cells form a deadly pattern => r9c4 or r9c6 must be a 3 to break the pattern
3r9c6 causes a deadly pattern of 25 in r89c48 => 3r9c4; ste

(3r9c6dp:25r89c48 = 3r9c4)dp:2589r79c3,r89c7,r78c6,r789c8 => 3r9c4; ste
dan
User avatar
ArkieTech
 
Posts: 3355
Joined: 29 May 2006
Location: NW Arkansas USA


Return to Puzzles