Dan's Ding-Dong Daddy January 19, 2014

Post puzzles for others to solve here.

Dan's Ding-Dong Daddy January 19, 2014

Postby ArkieTech » Sun Jan 19, 2014 12:42 am

Code: Select all
 *-----------*
 |.5.|.3.|9..|
 |2..|...|1.5|
 |..8|6..|...|
 |---+---+---|
 |..2|..8|.34|
 |...|...|...|
 |98.|7..|2..|
 |---+---+---|
 |...|..5|7..|
 |4.3|...|..8|
 |..7|.1.|.2.|
 *-----------*


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

Re: Dan's Ding-Dong Daddy January 19, 2014

Postby Leren » Sun Jan 19, 2014 12:50 am

Code: Select all
*--------------------------------------------------------------*
| 167   5     146    | 124   3     1247   | 9     8     267    |
| 2     3    c469    | 49    8     479    | 1    b467   5      |
| 17   d179-4 8      | 6     5     12479  |a34   a47    237    |
|--------------------+--------------------+--------------------|
| 167   167   2      | 159   69    8      | 56    3     4      |
| 3     146   1456   | 1245  246   1246   | 8     79    79     |
| 9     8     456    | 7     46    3      | 2     156   16     |
|--------------------+--------------------+--------------------|
| 8     1269  169    | 3     2469  5      | 7     1469  169    |
| 4     1269  3      | 29    7     269    | 56    1569  8      |
| 5     69    7      | 8     1     469    | 34    2     369    |
*--------------------------------------------------------------*

(4) r3c78 = (4-6) r2c8 = (6-9) r2c3 = (9) r3c2 => - 4 r3c2; stte

Leren
Leren
 
Posts: 5039
Joined: 03 June 2012

Re: Dan's Ding-Dong Daddy January 19, 2014

Postby SteveG48 » Sun Jan 19, 2014 2:27 am

OK, I'll play this, but only because I hadn't seen Leren's before writing it up. :(

Code: Select all
 *--------------------------------------------------------------------*
 |  167   5     c146    |b124    3     b1247   | 9      8      267    |
 |  2     3     m469    |a9-4    8      479    | 1    km467    5      |
 | k17 dkL1479   8      | 6      5      12479  | 34    j47     237    |
 *----------------------+----------------------+----------------------|
 |  167   167    2      | 159    69     8      | 56     3      4      |
 |  3    e146    1456   |f1245  f246   f1246   | 8      79     79     |
 |  9     8      456    | 7     g46     3      | 2      156    16     |
 *----------------------+----------------------+----------------------|
 |  8     1269   169    | 3     h2469   5      | 7     i1469   169    |
 |  4     1269   3      | 29     7      269    | 56     1569   8      |
 |  5     69     7      | 8      1      469    | 34     2      369    |
 *--------------------------------------------------------------------*


(4)r2c4 - r1c46 = r1c3 - r3c2 = r5c2 - r5c456 = r6c5 -r7c5 = r7c8 - (4=7)r3c8 - r2c8|r3c2|(7=1)r3c1 - (1=9)r3c2 - (9=46)r2c38 => -4 r3c4 ; stte
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4240
Joined: 08 November 2013
Location: Orlando, Florida

Re: Dan's Ding-Dong Daddy January 19, 2014

Postby pjb » Sun Jan 19, 2014 2:32 am

Code: Select all
167    5      146    | 124    3      1247   | 9      8      267   
2      3      469    | 49     8      479    | 1      467    5     
17    a1479   8      | 6      5      12479  | 34     7-4    237   
---------------------+----------------------+---------------------
167    167    2      | 159    69     8      | 56     3      4     
3     b146    1456   |c1245  c246   c1246   | 8      79     79     
9      8      456    | 7     d46     3      | 2      156    16     
---------------------+----------------------+---------------------
8      1269   169    | 3     e2469   5      | 7     f1469   169   
4      1269   3      | 29     7      269    | 56     1569   8     
5      69     7      | 8      1      469    | 34     2      369   

(4) r3c2 = r5c2 - r5c456 = r6c5 - r7c5 = r7c8 => -4 r3c8; stte

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

Re: Dan's Ding-Dong Daddy January 19, 2014

Postby tlanglet » Sun Jan 19, 2014 3:01 pm

Code: Select all
 *--------------------------------------------------------------------*
 | 167    5     a146    | 124    3      1247   | 9      8      267    |
 | 2      3     a469    | 49     8      479    | 1      467    5      |
 | 17    b1479   8      | 6      5      12479  | 34     7-4    237    |
 |----------------------+----------------------+----------------------|
 | 167    167    2      | 159    69     8      | 56     3      4      |
 | 3      146    1456   | 1245   246    1246   | 8      79     79     |
 | 9      8     *456    | 7     *46     3      | 2      156    16     |
 |----------------------+----------------------+----------------------|
 | 8      1269   169    | 3     *2469   5      | 7     *1469   169    |
 | 4      1269   3      | 29     7      269    | 56     1569   8      |
 | 5      69     7      | 8      1      469    | 34     2      369    |
 *--------------------------------------------------------------------*

Skyscraper(4)r67c5 with transport: 4r6c3-r12c3=4r3c2 => r3c8<>4

Ted

[I noticed while posting that this solution is similar to that submitted by Phil.]
tlanglet
2010 Supporter
 
Posts: 538
Joined: 29 May 2010

Re: Dan's Ding-Dong Daddy January 19, 2014

Postby Marty R. » Sun Jan 19, 2014 6:17 pm

I won't bother with details since it's essentially the same as Ted and Phil.
Marty R.
 
Posts: 1508
Joined: 23 October 2012
Location: Rochester, New York, USA


Return to Puzzles