Dan's Dilemma October 26, 2013

Post puzzles for others to solve here.

Dan's Dilemma October 26, 2013

Postby ArkieTech » Sat Oct 26, 2013 2:11 am

Code: Select all
 *-----------*
 |...|...|9.2|
 |.3.|.21|...|
 |..8|5..|..6|
 |---+---+---|
 |...|..4|...|
 |9.1|.7.|3.5|
 |...|1..|...|
 |---+---+---|
 |6..|..2|1..|
 |...|43.|.8.|
 |5.7|...|...|
 *-----------*


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

Re: Dan's Dilemma October 26, 2013

Postby Leren » Sat Oct 26, 2013 2:32 am

Code: Select all
*--------------------------------------------------------------*
|f147   156   56     | 368  e468   3678   | 9     13    2      |
| 7-4   3     69     | 69    2     1      | 4578  57   a48     |
| 1247  129   8      | 5     49    379    | 47    13    6      |
|--------------------+--------------------+--------------------|
| 38    2567  256    | 2369  569   4      | 2678  2679  1      |
| 9     26    1      | 268   7     68     | 3     4     5      |
| 38    2567  4      | 1     569   3569   | 2678  2679  89     |
|--------------------+--------------------+--------------------|
| 6    c48    3      | 7    d589   2      | 1     59   b49     |
| 12    129   29     | 4     3     56     | 56    8     7      |
| 5     48    7      | 689   1     689    | 246   269   3      |
*--------------------------------------------------------------*

(4) r2c9 = r7c9 - (4=8) r7c2 - r7c5 = (8-4) r1c5 = (4) r1c1 => - 4 r2c1; stte

Leren
Leren
 
Posts: 5039
Joined: 03 June 2012

Re: Dan's Dilemma October 26, 2013

Postby pjb » Sat Oct 26, 2013 3:36 am

Code: Select all
 147    156    56     | 368    468    3678   | 9      13     2     
a47     3      69     | 69     2      1      | 4578  b57     8-4     
 1247   129    8      | 5      49     379    | 47     13     6     
 ---------------------+----------------------+---------------------
 38     2567   256    | 2369   569    4      | 2678   2679   1     
 9      26     1      | 268    7      68     | 3      4      5     
 38     2567   4      | 1      569    3569   | 2678   2679   89     
 ---------------------+----------------------+---------------------
 6      48     3      | 7      589    2      | 1     c59    d49     
 12     129    29     | 4      3      56     | 56     8      7     
 5      48     7      | 689    1      689    | 246    269    3     

(4=7) r2c1 - (7=5) r2c8 - (5=9) r7c8 - (9=4) r7c9 => -4 r2c9; stte

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

Re: Dan's Dilemma October 26, 2013

Postby tlanglet » Sat Oct 26, 2013 11:51 am

Code: Select all
 *-----------------------------------------------------------*
 | 147   156   56    | 368   468   3678  | 9     13    2     |
 |d47    3     69    | 69    2     1     | 4578 d57   d48    |
 | 1247  129   8     | 5     49    379   | 47    13    6     |
 |-------------------+-------------------+-------------------|
 | 38    2567  256   | 2369  569   4     | 2678  2679  1     |
 | 9     26    1     | 268   7     68    | 3     4     5     |
 | 38    2567  4     | 1     569   3569  | 2678  2679 e89    |
 |-------------------+-------------------+-------------------|
 | 6     48    3     | 7    *589   2     | 1   *c59    4-9   |
 | 12    129   29    | 4     3    a56    |b56    8     7     |
 | 5     48    7     |a689   1    a689   | 246   269   3     |
 *-----------------------------------------------------------*

ANS(59=8)r7c85-(8=695)r9c46,r8c6-5r8c7=5r7c8-(5=748)r2c819-(8=9)r6c9 => r7c9<>9

Ted
tlanglet
2010 Supporter
 
Posts: 538
Joined: 29 May 2010

Re: Dan's Dilemma October 26, 2013

Postby Marty R. » Sat Oct 26, 2013 5:04 pm

Code: Select all
+---------------+---------------+--------------+
| 147  156  56  | 368  468 3678 | 9    13   2  |
| 47   3    69  | 69   2   1    | 4578 57   48 |
| 1247 129  8   | 5    49  379  | 47   13   6  |
+---------------+---------------+--------------+
| 38   2567 256 | 2369 569 4    | 2678 2679 1  |
| 9    26   1   | 268  7   68   | 3    4    5  |
| 38   2567 4   | 1    569 3569 | 2678 2679 89 |
+---------------+---------------+--------------+
| 6    48   3   | 7    589 2    | 1    59   49 |
| 12   129  29  | 4    3   56   | 56   8    7  |
| 5    48   7   | 689  1   689  | 246  269  3  |
+---------------+---------------+--------------+


DP (69) r46c58 yields common outcome.

5r46c5=9r79c8=6r9c8

R46=5-r6c6=r8c6-(5=6)r8c7-(6249=5)r9c78,r7c98-(547=8)r3c7,r2c89-(89=4)r67c9
R79c8=9-(9=4)r7c9
R9c8=6-(659=4)r8c7,r7c89=>r7c9=4

P.S. Ted, who says you can't enter the fray late and post a unique solution? :lol:
Marty R.
 
Posts: 1508
Joined: 23 October 2012
Location: Rochester, New York, USA

Re: Dan's Dilemma October 26, 2013

Postby Luke » Sat Oct 26, 2013 6:08 pm

Into the fray with The Ole Hidden Pair Trick, once a favorite of the great solver ttt:

Code: Select all
 *-----------------------------------------------------------*
 | 147   156   56    | 368   468   3678  | 9     13    2     |
 | 47    3     69    | 69    2     1     | 4578  57    48    |
 | 1247  129   8     | 5     49    379   | 47    13    6     |
 |-------------------+-------------------+-------------------|
 | 38    2567  256   | 2369  569   4     | 2678  2679  1     |
 | 9     26    1     | 268   7     68    | 3     4     5     |
 | 38    2567  4     | 1     569   3569  | 2678  2679  89    |
 |-------------------+-------------------+-------------------|
 | 6     48    3     | 7     589   2     | 1     59    49    |
 | 12    129   29    | 4     3     56    | 56    8     7     |
 | 5     48    7     | 689   1     689   |*246  *269   3     |
 *-----------------------------------------------------------*

hp(26)r9c78=(6-5)r8c7=r7c8-(5=7)r2c8-(7=4)r3c7 ==>r9c7<>4
User avatar
Luke
2015 Supporter
 
Posts: 435
Joined: 06 August 2006
Location: Southern Northern California


Return to Puzzles