Muggy 1

Post puzzles for others to solve here.

Muggy 1

Postby eleven » Sat Dec 28, 2013 12:19 am

Code: Select all
*-------+-------+-------*
| 8 . . | . . . | 5 . . |
| 5 . 9 | 2 . . | . 4 6 |
| . . . | 4 . 9 | 7 . 8 |
|-------+-------+-------|
| . . 6 | . 8 7 | . . . |
| 7 2 . | 9 . . | . . 5 |
| . . . | 6 . . | 9 . . |
*-------+-------+-------|
| 6 7 . | 8 9 . | . . . |
| . 8 5 | . 1 4 | . . 9 |
| 9 . . | . . 5 | . 8 . |
*-------+-------+-------*
eleven
 
Posts: 3094
Joined: 10 February 2008

Re: Muggy 1

Postby Leren » Sat Dec 28, 2013 12:29 am

Code: Select all
*--------------------------------------------------------------*
| 8     4     7      | 1     3     6      | 5     9     2      |
| 5     13    9      | 2     7     8      | 13    4     6      |
| 123   6     123    | 4     5     9      | 7     13    8      |
|--------------------+--------------------+--------------------|
| 134   9     6      | 5     8     7      |*1234  123  *134    |
| 7     2     13     | 9     4     13     | 8     6     5      |
| 134   5     8      | 6     2     13     | 9     137   1347   |
|--------------------+--------------------+--------------------|
| 6     7    *134    | 8     9     2      |*134   5    *134    |
| 23    8     5      | 37    1     4      | 6     237   9      |
| 9     13   *1234   | 37    6     5      |*1234  8    *7-134  |
*--------------------------------------------------------------*

8 Cell DP: r7c79 + r9c79, r4c79 & r79c3 digits 1234 + 7 r9c9 => -134 r9c9; stte

Leren
Leren
 
Posts: 5038
Joined: 03 June 2012

Re: Muggy 1

Postby eleven » Sat Dec 28, 2013 12:50 am

Wow, it took me 3 hours to generate it, and you solved it in less than 10 minutes.
eleven
 
Posts: 3094
Joined: 10 February 2008

Re: Muggy 1

Postby DonM » Sat Dec 28, 2013 1:08 am

eleven wrote:Wow, it took me 3 hours to generate it, and you solved it in less than 10 minutes.

And formatted and everything!
DonM
2013 Supporter
 
Posts: 487
Joined: 13 January 2008

Re: Muggy 1

Postby Luke » Sat Dec 28, 2013 6:56 am

We're on to you, eleven!

<Click>
User avatar
Luke
2015 Supporter
 
Posts: 435
Joined: 06 August 2006
Location: Southern Northern California

Re: Muggy 1

Postby 7b53 » Sat Dec 28, 2013 2:59 pm

Leren wrote:8 Cell DP: r7c79 + r9c79, r4c79 & r79c3 digits 1234 + 7 r9c9 => -134 r9c9; stte

a surprise..thought you don't like DP pattern :)
happy holidays to you all !
7b53
2012 Supporter
 
Posts: 156
Joined: 01 January 2012
Location: New York

Re: Muggy 1

Postby tlanglet » Sun Dec 29, 2013 7:49 pm

I finally got rid of my family and had time to pursue some extra puzzles I previously skipped. However, my first leisurely puzzle was a rock; once again, I never spotted the MUG.

Great find Leren

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


Return to Puzzles