Muggy 4

Post puzzles for others to solve here.

Muggy 4

Postby eleven » Sun Dec 29, 2013 7:34 pm

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

Re: Muggy 4

Postby Leren » Sun Dec 29, 2013 10:11 pm

Code: Select all
*--------------------------------------------------------------*
| 38    7     9      | 23    28    6      | 5     4     1      |
|*2368 *238   1      | 9     5     4      | 378   368   378    |
| 5     4     36     | 13    18    7      | 9     368   2      |
|--------------------+--------------------+--------------------|
| 1    *238   237    |*68    9    *23     | 4     5     67     |
|*238  *5-238 2357   |*68    4    *23     | 67    1     9      |
| 9     6     4      | 5     7     1      | 2     38    38     |
|--------------------+--------------------+--------------------|
| 7     25    256    | 4     3     8      | 1     9     56     |
| 346   9     8      | 12    12    5      | 36    7     346    |
| 34    1     35     | 7     6     9      | 38    2     3458   |
*--------------------------------------------------------------*

I'm guessing here but I think there's a 9 cell DP (2368) in r2c23, r5c1, r45c246 => - 238 r5c2; stte

Leren
Leren
 
Posts: 5040
Joined: 03 June 2012

Re: Muggy 4

Postby eleven » Sun Dec 29, 2013 11:27 pm

Leren wrote:
Code: Select all
*--------------------------------------------------------------*
| 38    7     9      | 23    28    6      | 5     4     1      |
|*2368 *238   1      | 9     5     4      | 378   368   378    |
| 5     4     36     | 13    18    7      | 9     368   2      |
|--------------------+--------------------+--------------------|
| 1    *238   237    |*68    9    *23     | 4     5     67     |
|*238  *5-238 2357   |*68    4    *23     | 67    1     9      |
| 9     6     4      | 5     7     1      | 2     38    38     |
|--------------------+--------------------+--------------------|
| 7     25    256    | 4     3     8      | 1     9     56     |
| 346   9     8      | 12    12    5      | 36    7     346    |
| 34    1     35     | 7     6     9      | 38    2     3458   |
*--------------------------------------------------------------*

I'm guessing here but I think there's a 9 cell DP (2368) in r2c23, r5c1, r45c246 => - 238 r5c2; stte

Leren

Dont't think, that it is deadly, when placing 8 and 3 outside, i got a unique pattern solution:
Code: Select all
2368  238  . |           
----------------------
 .    238  . | 68   . 23 |       
238   238  . | 68   . 23 | 
 .     .   . |  .
-----------------------

8
6     2    . |           |
----------------------
 .    3    . | 8    . 2  |
2     8    . | 6    . 3  | 
 .     .   . |  .
---------------------------
3
eleven
 
Posts: 3097
Joined: 10 February 2008

Re: Muggy 4

Postby Leren » Mon Dec 30, 2013 12:03 am

Code: Select all
*--------------------------------------------------------------------------------*
| 38      7       9        | 23      28      6        | 5       4       1        |
|*238+6b *238     1        | 9       5       4        | 378     368     378      |
| 5       4       36       | 13      18      7        | 9       368     2        |
|--------------------------+--------------------------+--------------------------|
| 1      *238     237      | 68      9      *23       | 4       5       67       |
|*238    *5-238af 2357     | 68      4      *23       | 67      1       9        |
| 9       6       4        | 5       7       1        | 2       38      38       |
|--------------------------+--------------------------+--------------------------|
| 7      e25      256      | 4       3       8        | 1       9       56       |
|c346     9       8        | 12      12      5        | 36      7       346      |
|c34      1      d35       | 7       6       9        | 38      2       3458     |
*--------------------------------------------------------------------------------*

Not elegant but not guessing:

7 Cell DP (238+56) r2c12, r4c26, r5c126. (5) r5c2 = DP = (6) r2c1 - (6=34) r89c1 - (3=5) r9c3 - r7c2 = (5) r5c2 => - 238 r5c2; stte

Leren
Leren
 
Posts: 5040
Joined: 03 June 2012

Re: Muggy 4

Postby eleven » Mon Dec 30, 2013 2:06 am

Leren wrote:Not elegant but not guessing:

7 Cell DP (238+56) r2c12, r4c26, r5c126. (5) r5c2 = DP = (6) r2c1 - (6=34) r89c1 - (3=5) r9c3 - r7c2 = (5) r5c2 => - 238 r5c2; stte

Leren

Matter of taste.
The DP says r5c2=5 or r2c1=6->r89c1=34->r9c3=5 => r8c2<>5, r45c2<>5
That's your solution, and i find it elegant :)
eleven
 
Posts: 3097
Joined: 10 February 2008


Return to Puzzles