January 22, 2014

Post puzzles for others to solve here.

January 22, 2014

Postby ArkieTech » Wed Jan 22, 2014 12:30 am

Code: Select all
 *-----------*
 |...|.6.|.5.|
 |..2|..9|...|
 |53.|..4|.1.|
 |---+---+---|
 |...|.37|..5|
 |3.5|...|6.9|
 |7..|98.|...|
 |---+---+---|
 |.7.|1..|.82|
 |...|8..|1..|
 |.1.|.4.|...|
 *-----------*


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

Re: January 22, 2014

Postby Leren » Wed Jan 22, 2014 12:44 am

Code: Select all
*--------------------------------------------------------------*
| 1     9     7      | 3     6     8      | 2     5     4      |
| 468   46    2      | 5     1     9      | 7     36    368    |
| 5     3    c68     | 2     7     4      | 9     1    b68     |
|--------------------+--------------------+--------------------|
| 9     24    1      | 6     3     7      | 8     24    5      |
| 3     8     5      | 4     2     1      | 6     7     9      |
| 7     246   46     | 9     8     5      | 34    234   1      |
|--------------------+--------------------+--------------------|
| 46    7     9      | 1     5     36     | 34    8     2      |
| 246   5     346    | 8     9     236    | 1     346   7      |
| 268   1    d68-3   | 7     4     236    | 5     9    a36     |
*--------------------------------------------------------------*

H2 Wing: (3=6) r9c9 - r3c9 = (6-8) r3c3 = (8) r9c3 => - 3 r9c3; stte

Leren
Leren
 
Posts: 5041
Joined: 03 June 2012

Re: January 22, 2014

Postby SteveG48 » Wed Jan 22, 2014 1:19 am

Code: Select all
 *--------------------------------------------------*
 | 1    9    7    | 3    6    8    | 2    5    4    |
 | 468  46   2    | 5    1    9    | 7    36   368  |
 | 5    3    6-8  | 2    7    4    | 9    1   a68   |
 *----------------+----------------+----------------|
 | 9    24   1    | 6    3    7    | 8    24   5    |
 | 3    8    5    | 4    2    1    | 6    7    9    |
 | 7    246  46   | 9    8    5    | 34   234  1    |
 *----------------+----------------+----------------|
 |d46   7    9    | 1    5    36   |c34   8    2    |
 | 246  5    346  | 8    9    236  | 1    346  7    |
 | 268  1  ce368  | 7    4    236  | 5    9   b36   |
 *--------------------------------------------------*


(8=6)r3c9 - (6=3)r9c9 - r9c3|(3=4)r7c7 - (4=6)r7c1 - (6=8)r9c3 => -8 r3c3 ; stte
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4248
Joined: 08 November 2013
Location: Orlando, Florida

Re: January 22, 2014

Postby pjb » Wed Jan 22, 2014 1:40 am

Code: Select all
1      9      7      | 3      6      8      | 2      5      4     
468    4-6    2      | 5      1      9      | 7     a36     368   
5      3      68     | 2      7      4      | 9      1      68     
---------------------+----------------------+---------------------
9     *24     1      | 6      3      7      | 8     *24     5     
3      8      5      | 4      2      1      | 6      7      9     
7     *246    46     | 9      8      5      | 34    *234    1     
---------------------+----------------------+---------------------
46     7      9      | 1      5      36     | 34     8      2     
246    5      346    | 8      9      236    | 1      346    7     
268    1      368    | 7      4      236    | 5      9      36     

(6=3) r2c8 - (3=6) DP:r46c28 => -6 r2c2; stte

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

Re: January 22, 2014

Postby SteveG48 » Wed Jan 22, 2014 3:43 am

pjb wrote:(6=3) r2c8 - (3=6) DP:r46c28 => -6 r2c2; stte

Phil


Ohhh, that's nice!
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4248
Joined: 08 November 2013
Location: Orlando, Florida

Re: January 22, 2014

Postby tlanglet » Wed Jan 22, 2014 4:39 am

Code: Select all
 *--------------------------------------------------*
 | 1    9    7    | 3    6    8    | 2    5    4    |
 | 468  46   2    | 5    1    9    | 7    36   368  |
 | 5    3    68   | 2    7    4    | 9    1    68   |
 |----------------+----------------+----------------|
 | 9   *24   1    | 6    3    7    | 8   *24   5    |
 | 3    8    5    | 4    2    1    | 6    7    9    |
 | 7   *246 46   | 9    8    5    | 34    *234 1    |
 |----------------+----------------+----------------|
 | 46   7    9    | 1    5    36   | 34   8    2    |
 | 246  5    36-4 | 8    9    236  | 1    346  7    |
 | 268  1    368  | 7    4    236  | 5    9    36   |
 *--------------------------------------------------*

I also found the nice AUR(24)r46c28 posted by Phil, but then found an alternate, very long solution using the AUR........

(4=6)r6c3-AUR(24)r46c28[6r6c2=3r6c8]-(3=4)r6c7-r7c7=4r8c8 => r8c3<>4

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

Re: January 22, 2014

Postby Marty R. » Wed Jan 22, 2014 5:52 pm

Code: Select all
+-------------+---------+------------+
| 1   9   7   | 3 6 8   | 2  5   4   |
| 468 46  2   | 5 1 9   | 7  36  368 |
| 5   3   68  | 2 7 4   | 9  1   68  |
+-------------+---------+------------+
| 9   24  1   | 6 3 7   | 8  24  5   |
| 3   8   5   | 4 2 1   | 6  7   9   |
| 7   246 46  | 9 8 5   | 34 234 1   |
+-------------+---------+------------+
| 46  7   9   | 1 5 36  | 34 8   2   |
| 246 5   346 | 8 9 236 | 1  346 7   |
| 268 1   368 | 7 4 236 | 5  9   36  |
+-------------+---------+------------+

Play this puzzle online at the Daily Sudoku site

Basically same as Phil, except I don't understand the notation with the embedded UR.

Type 3 UR (24), r46c28: 6r6c2=3r6c8-r6c7=r7c7-(3=6)r9c9-r8c8=r2c8=>r2c2<>6

Can also be played as a Type 4=>r6c28<>4, leaving:
4r6c3=4r6c7-r7c7=r7c1=>r8c3<>4
Marty R.
 
Posts: 1508
Joined: 23 October 2012
Location: Rochester, New York, USA


Return to Puzzles