Dan's Dicey November19, 2013

Post puzzles for others to solve here.

Dan's Dicey November19, 2013

Postby ArkieTech » Tue Nov 19, 2013 12:52 am

Code: Select all
 *-----------*
 |..5|...|.9.|
 |49.|...|5..|
 |.2.|.98|4.6|
 |---+---+---|
 |...|321|...|
 |2..|...|..1|
 |...|864|...|
 |---+---+---|
 |8.6|71.|.3.|
 |..3|...|.27|
 |.1.|...|8..|
 *-----------*


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

Re: Dan's Dicey November19, 2013

Postby Leren » Tue Nov 19, 2013 1:10 am

Code: Select all
*--------------------------------------------------------------*
| 6     78    5      | 1     4     3      | 27    9     28     |
| 4     9     18     | 2     7     6      | 5     18    3      |
| 3     2     17     | 5     9     8      | 4     17    6      |
|--------------------+--------------------+--------------------|
| 5     678  d478-9  | 3     2     1      | 67    478  a89     |
| 2     36   c48     | 9     5     7      | 36   b48    1      |
| 1     37    79     | 8     6     4      | 237   5     29     |
|--------------------+--------------------+--------------------|
| 8     5     6      | 7     1     2      | 9     3     4      |
| 9     4     3      | 6     8     5      | 1     2     7      |
| 7     1     2      | 4     3     9      | 8     6     5      |
*--------------------------------------------------------------*

H2 Wing: (9=8) r4c9 - r5c8 = (8-4) r5c3 = (4) r4c3 => - 9 r4c3; stte

Leren
Leren
 
Posts: 5040
Joined: 03 June 2012

Re: Dan's Dicey November19, 2013

Postby pjb » Tue Nov 19, 2013 1:19 am

Code: Select all
6     a78     5      | 1      4      3      | 27     9     b28     
4      9      18     | 2      7      6      | 5      18     3     
3      2      1-7    | 5      9      8      | 4      17     6     
---------------------+----------------------+---------------------
5      68-7   4789   | 3      2      1      | 67     478    89     
2      36     48     | 9      5      7      | 36     48     1     
1      3-7   d79     | 8      6      4      | 237    5     c29     
---------------------+----------------------+---------------------
8      5      6      | 7      1      2      | 9      3      4     
9      4      3      | 6      8      5      | 1      2      7     
7      1      2      | 4      3      9      | 8      6      5     

(7=8) r1c2 - (8=2) r1c9 - (2=9) r6c9 - (9=7) r6c3 => -7 r3c3, r46c2; stte

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

Re: Dan's Dicey November19, 2013

Postby SteveG48 » Tue Nov 19, 2013 1:20 am

UR r45c38 => r4c38 <> 8
Coloring on 7's: r1c2-r1c7-r3c8-r4c8 => r4c2 <> 7
XY-wing: r1c2, r4c7, pivot r4c2 => r1c7 <> 7
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4244
Joined: 08 November 2013
Location: Orlando, Florida

Re: Dan's Dicey November19, 2013

Postby tlanglet » Tue Nov 19, 2013 2:00 am

It appears that the gang is all early today including our newest member Steve. Welcome Steve and hope you enjoy our crazy little group.

I only spotted one easy ANS() and decided to go with it before someone else used it.........

Code: Select all
 *-----------------------------------------------------------*
 | 6     78    5     | 1     4     3     | 27    9     28    |
 | 4     9     18    | 2     7     6     | 5     18    3     |
 | 3     2     17    | 5     9     8     | 4     17    6     |
 |-------------------+-------------------+-------------------|
 | 5     678   4789  | 3     2     1     | 67    478   89    |
 | 2     36    48    | 9     5     7     | 36    48    1     |
 | 1     37    79    | 8     6     4     | 237   5     29    |
 |-------------------+-------------------+-------------------|
 | 8     5     6     | 7     1     2     | 9     3     4     |
 | 9     4     3     | 6     8     5     | 1     2     7     |
 | 7     1     2     | 4     3     9     | 8     6     5     |
 *-----------------------------------------------------------*


ANp(48=7)r45c8-r3c8=r3c3-(7=9)r6c3-r6c9=r4c9 => r4c9<>8

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

Re: Dan's Dicey November19, 2013

Postby Marty R. » Tue Nov 19, 2013 5:03 pm

Code: Select all
+------------+-------+------------+
| 6 78  5    | 1 4 3 | 27  9   28 |
| 4 9   18   | 2 7 6 | 5   18  3  |
| 3 2   17   | 5 9 8 | 4   17  6  |
+------------+-------+------------+
| 5 678 4789 | 3 2 1 | 67  478 89 |
| 2 36  48   | 9 5 7 | 36  48  1  |
| 1 37  79   | 8 6 4 | 237 5   29 |
+------------+-------+------------+
| 8 5   6    | 7 1 2 | 9   3   4  |
| 9 4   3    | 6 8 5 | 1   2   7  |
| 7 1   2    | 4 3 9 | 8   6   5  |
+------------+-------+------------+

Play this puzzle online at the Daily Sudoku site

UR (48) r45c38
(48=79)r456c3-(7=1)r3c3-(1=8)r2c3-(8=7)r1c2
R4c8=7-(76=8)r4c72-(8=7)r1c2=>r1c2=7

Also the same XY-Chain that Phil used.
Marty R.
 
Posts: 1508
Joined: 23 October 2012
Location: Rochester, New York, USA

Re: Dan's Dicey November19, 2013

Postby Luke » Tue Nov 19, 2013 9:26 pm

This just looks messy because it is.

Code: Select all
 *-----------------------------------------------------------*
 | 6     78    5     | 1     4     3     | 27    9     28    |
 | 4     9     18    | 2     7     6     | 5     18    3     |
 | 3     2     17    | 5     9     8     | 4     17    6     |
 |-------------------+-------------------+-------------------|
 | 5    *67+8  4789  | 3     2     1     |*67    478   89    |
 | 2    *36    48    | 9     5     7     |*36    48    1     |
 | 1    *37    79    | 8     6     4     |*37+2  5     29    |
 |-------------------+-------------------+-------------------|
 | 8     5     6     | 7     1     2     | 9     3     4     |
 | 9     4     3     | 6     8     5     | 1     2     7     |
 | 7     1     2     | 4     3     9     | 8     6     5     |
 *-----------------------------------------------------------*


BUG-Lite (367)r456c27
Code: Select all
(8)r4c2=(2)r6c7-(3)r6c7=(3-6)r5c7=(6)r5c2
             |                            ==>r4c2<>67
              -----------(7)r6c7=(7)r6c23
User avatar
Luke
2015 Supporter
 
Posts: 435
Joined: 06 August 2006
Location: Southern Northern California

Re: Dan's Dicey November19, 2013

Postby SteveG48 » Tue Nov 19, 2013 11:48 pm

tlanglet wrote:It appears that the gang is all early today including our newest member Steve. Welcome Steve and hope you enjoy our crazy little group.


Thanks, Ted. I do. I hope the gang will understand if I screw up the terminology and notation a bit. I've been working puzzles for a long time, but not at the level that I see in here.
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4244
Joined: 08 November 2013
Location: Orlando, Florida

Re: Dan's Dicey November19, 2013

Postby Marty R. » Wed Nov 20, 2013 1:32 am

Luke wrote:This just looks messy because it is.

Code: Select all
 *-----------------------------------------------------------*
 | 6     78    5     | 1     4     3     | 27    9     28    |
 | 4     9     18    | 2     7     6     | 5     18    3     |
 | 3     2     17    | 5     9     8     | 4     17    6     |
 |-------------------+-------------------+-------------------|
 | 5    *67+8  4789  | 3     2     1     |*67    478   89    |
 | 2    *36    48    | 9     5     7     |*36    48    1     |
 | 1    *37    79    | 8     6     4     |*37+2  5     29    |
 |-------------------+-------------------+-------------------|
 | 8     5     6     | 7     1     2     | 9     3     4     |
 | 9     4     3     | 6     8     5     | 1     2     7     |
 | 7     1     2     | 4     3     9     | 8     6     5     |
 *-----------------------------------------------------------*


BUG-Lite (367)r456c27
Code: Select all
(8)r4c2=(2)r6c7-(3)r6c7=(3-6)r5c7=(6)r5c2
             |                            ==>r4c2<>67
              -----------(7)r6c7=(7)r6c23


Wouldn't this be a little less messy?

8r4c2=2r6c7-(2=9)r6c9-(9=7)r6c3-(7=1)r3c3-(1=8)r2c3=>r1c2<>8
Marty R.
 
Posts: 1508
Joined: 23 October 2012
Location: Rochester, New York, USA

Re: Dan's Dicey November19, 2013

Postby Luke » Wed Nov 20, 2013 4:43 am

Marty R. wrote:Wouldn't this be a little less messy?

Cool, less mess, yes! I tried to find that, but did not. Good job.
User avatar
Luke
2015 Supporter
 
Posts: 435
Joined: 06 August 2006
Location: Southern Northern California


Return to Puzzles