April 16, 2014

Post puzzles for others to solve here.

April 16, 2014

Postby ArkieTech » Tue Apr 15, 2014 11:30 pm

Code: Select all
 *-----------*
 |..9|1..|3..|
 |3..|6.4|..8|
 |.5.|.3.|.1.|
 |---+---+---|
 |4.1|...|.7.|
 |...|...|...|
 |.6.|...|8.2|
 |---+---+---|
 |.2.|.9.|.8.|
 |9..|2.6|..4|
 |..4|..8|6..|
 *-----------*


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

Re: April 16, 2014

Postby SteveG48 » Tue Apr 15, 2014 11:50 pm

Code: Select all
 *-----------------------------------------------------------*
 | 8     4     9     | 1     2     7     | 3     6     5     |
 | 3     1     7     | 6     5     4     | 2     9     8     |
 | 26    5     26    | 8     3     9     | 4     1     7     |
 *-------------------+-------------------+-------------------|
 | 4     389   1     | 35    68    2     | 59    7     36    |
 |d25    389  d2358  | 7     68   e35    | 159   4     136   |
 | 7     6    c35    | 9     4     1     | 8    b35    2     |
 *-------------------+-------------------+-------------------|
 | 156   2     56    | 4     9    f35    | 7     8     13    |
 | 9     378   38    | 2     7-1   6     |a15   a35    4     |
 | 15   h37    4     |g35   i17    8     | 6     2     9     |
 *-----------------------------------------------------------*


(1=35)r8c78 - (3=5)r6c8 - r6c3 = r5c13 - r5c6 = r7c6 - (5=3)r9c4 - (3=7)r9c2 - (7=1)r9c5 => -1 r8c5 ; stte
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4244
Joined: 08 November 2013
Location: Orlando, Florida

Re: April 16, 2014

Postby Leren » Wed Apr 16, 2014 1:12 am

Code: Select all
*--------------------------------------------------------------*
| 8     4     9      | 1     2     7      | 3     6     5      |
| 3     1     7      | 6     5     4      | 2     9     8      |
| 26    5     26     | 8     3     9      | 4     1     7      |
|--------------------+--------------------+--------------------|
| 4     389   1      |c35    68    2      |b59    7     6-3    |
| 25    389   2358   | 7     68   d35     | 159   4     16-3   |
| 7     6     35     | 9     4     1      | 8    a35    2      |
|--------------------+--------------------+--------------------|
| 156   2     56     | 4     9    e35     | 7     8    f13     |
| 9     378   38     | 2     17    6      | 15    5-3   4      |
| 15    37    4      | 35    17    8      | 6     2     9      |
*--------------------------------------------------------------*

W Wing (35) with transport : (3=5) r6c8 - r4c7 = r4c4 - (5=3) r5c6 - r7c6 = (3) r7c9 => - 3 r45c9, r8c8; stte

Leren
Leren
 
Posts: 5040
Joined: 03 June 2012

Re: April 16, 2014

Postby pjb » Wed Apr 16, 2014 1:31 am

Code: Select all
 8      4      9      | 1      2      7      | 3      6      5     
 3      1      7      | 6      5      4      | 2      9      8     
*26     5     *26     | 8      3      9      | 4      1      7     
 ---------------------+----------------------+---------------------
 4      389    1      | 35     68     2      | 59     7      36     
*25     389   *2358   | 7      68     35     | 159    4      136   
 7      6     c35     | 9      4      1      | 8     d35     2     
 ---------------------+----------------------+---------------------
*156    2     *56     | 4      9      35     | 7      8      13     
 9      378    38     | 2     f17     6      | 15    e35     4     
b15     37     4      | 35    a17     8      | 6      2      9     


Using DP (256) r357c13 and NP (38):
(1)r9c5 = r9c1 - (1=38) DP - (3=5)r6c3 - r6c8 = r8c8 - (5=1)r8c7 - r8c5 => -1 r8c5; stte

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

Re: April 16, 2014

Postby Marty R. » Wed Apr 16, 2014 4:50 am

Code: Select all
+--------------+----------+------------+
| 8   4   9    | 1  2  7  | 3   6  5   |
| 3   1   7    | 6  5  4  | 2   9  8   |
| 26  5   26   | 8  3  9  | 4   1  7   |
+--------------+----------+------------+
| 4   389 1    | 35 68 2  | 59  7  36  |
| 25  389 2358 | 7  68 35 | 159 4  136 |
| 7   6   35   | 9  4  1  | 8   35 2   |
+--------------+----------+------------+
| 156 2   56   | 4  9  35 | 7   8  13  |
| 9   378 38   | 2  17 6  | 15  35 4   |
| 15  37  4    | 35 17 8  | 6   2  9   |
+--------------+----------+------------+

Play this puzzle online at the Daily Sudoku site

DP 26-25-56, using external in b4 and internal in b7.

5r6c3=1r7c1-(1=3)r7c9-(3=5)r8c8=>r6c8<>5
Marty R.
 
Posts: 1508
Joined: 23 October 2012
Location: Rochester, New York, USA

Re: April 16, 2014

Postby Luke » Wed Apr 16, 2014 5:12 am

Marty R. wrote:
Code: Select all
+--------------+----------+------------+
| 8   4   9    | 1  2  7  | 3   6  5   |
| 3   1   7    | 6  5  4  | 2   9  8   |
| 26  5   26   | 8  3  9  | 4   1  7   |
+--------------+----------+------------+
| 4   389 1    | 35 68 2  | 59  7  36  |
| 25  389 2358 | 7  68 35 | 159 4  136 |
| 7   6   35   | 9  4  1  | 8   35 2   |
+--------------+----------+------------+
| 156 2   56   | 4  9  35 | 7   8  13  |
| 9   378 38   | 2  17 6  | 15  35 4   |
| 15  37  4    | 35 17 8  | 6   2  9   |
+--------------+----------+------------+

Play this puzzle online at the Daily Sudoku site

DP 26-25-56, using external in b4 and internal in b7.

5r6c3=1r7c1-(1=3)r7c9-(3=5)r8c8=>r6c8<>5

Same BUG-Lite, but I saw it w-wing(ish):
(1)r7c1=(5)r6c3-r6c8=r8c8-(5=1)r8c7 ==>r7c9<>1
User avatar
Luke
2015 Supporter
 
Posts: 435
Joined: 06 August 2006
Location: Southern Northern California


Return to Puzzles