April 6, 2014

Post puzzles for others to solve here.

April 6, 2014

Postby ArkieTech » Sat Apr 05, 2014 10:30 pm

Code: Select all
 *-----------*
 |4..|..5|.3.|
 |.7.|...|...|
 |6..|..9|247|
 |---+---+---|
 |..7|5.1|..3|
 |..4|.9.|1..|
 |2..|7.3|8..|
 |---+---+---|
 |549|6..|..2|
 |...|...|.6.|
 |.1.|9..|..4|
 *-----------*


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

Re: April 6, 2014

Postby pjb » Sat Apr 05, 2014 11:15 pm

Code: Select all
4      9      28     |a28     7      5      | 6      3      1     
1      7      23     | 34    b236    246    | 59     589    589   
6      38     5      | 13     13-8   9      | 2      4      7     
---------------------+----------------------+---------------------
9      68     7      | 5     b68     1      | 4      2      3     
38     3568   4      | 28     9      268    | 1      7      56     
2      56     1      | 7      4      3      | 8      59     569   
---------------------+----------------------+---------------------
5      4      9      | 6     b38     78     | 37     1      2     
378    2      38     | 134    135    47     | 3579   6      589   
378    1      6      | 9      235    27     | 357    58     4     

(8=2)r1c4 - (2=368)r247c5 => -8 r3c5; stte

Phil
Last edited by pjb on Sun Apr 06, 2014 6:46 am, edited 1 time in total.
pjb
2014 Supporter
 
Posts: 2568
Joined: 11 September 2011
Location: Sydney, Australia

Re: April 6, 2014

Postby SteveG48 » Sun Apr 06, 2014 12:54 am

Code: Select all
 *-----------------------------------------------------------*
 | 4     9     2-8   |a28    7     5     | 6     3     1     |
 | 1     7     23    | 34    236   246   | 59    589   589   |
 | 6    g38    5     |f13    138   9     | 2     4     7     |
 *-------------------+-------------------+-------------------|
 | 9     68    7     | 5     68    1     | 4     2     3     |
 | 38    3568  4     |b28    9    c268   | 1     7     56    |
 | 2     56    1     | 7     4     3     | 8     59    569   |
 *-------------------+-------------------+-------------------|
 | 5     4     9     | 6    d38   d78    | 37    1     2     |
 | 378   2     38    |e134   135  d47    | 3579  6     589   |
 | 378   1     6     | 9     235  d27    | 357   58    4     |
 *-----------------------------------------------------------*


No point in trying to beat Phil's :o, so let's go for a long one:

(8=2)r1c4 - r5c4 = r5c6 - (2=3478)r7c5,r789c6 - (34=1)r8c4 - (1=3)r3c4 - (3=8)r3c2 => -8 r1c3 ; stte
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4248
Joined: 08 November 2013
Location: Orlando, Florida

Re: April 6, 2014

Postby Leren » Sun Apr 06, 2014 6:41 am

Code: Select all
*--------------------------------------------------------------*
| 4     9     28     |a28    7     5      | 6     3     1      |
| 1     7     23     | 34   f36-2  246    | 59    589   589    |
| 6    c38    5      | 13   b138   9      | 2     4     7      |
|--------------------+--------------------+--------------------|
| 9    d68    7      | 5    e68    1      | 4     2     3      |
| 38    3568  4      | 28    9     268    | 1     7     56     |
| 2     56    1      | 7     4     3      | 8     59    569    |
|--------------------+--------------------+--------------------|
| 5     4     9      | 6     38    78     | 37    1     2      |
| 378   2     38     | 134   135   47     | 3579  6     589    |
| 378   1     6      | 9     235   27     | 357   58    4      |
*--------------------------------------------------------------*

(2=8) r1c4 - r3c6 = r3c2 - (8=6) r4c2 - r4c5 = (6) r2c5 => - 2 r2c5; stte

Leren
Leren
 
Posts: 5041
Joined: 03 June 2012

Re: April 6, 2014

Postby tlanglet » Sun Apr 06, 2014 2:05 pm

Code: Select all
 *-----------------------------------------------------------*
 | 4     9     28    |*28    7     5     | 6     3     1     |
 | 1     7    a23    | 34   *26=3  246   | 59    589   589   |
 | 6     38    5     | 13    13-8  9     | 2     4     7     |
 |-------------------+-------------------+-------------------|
 | 9     68    7     | 5    *68    1     | 4     2     3     |
 | 38    3568  4     | 2-8   9     268   | 1     7     56    |
 | 2     56    1     | 7     4     3     | 8     59    569   |
 |-------------------+-------------------+-------------------|
 | 5     4     9     | 6    d38    78    | 37    1     2     |
 | 378   2    b38    |c134  c135   47    | 3579  6     589   |
 | 378   1     6     | 9    d235   27    | 357   58    4     |
 *-----------------------------------------------------------*

I used the same cells as Phil, but viewed them as a pattern..........

AXY-wing(26-8) with pivot (26=3)r2c5, pincers (28)r1c4 & (68)r4c5 => r3c5, r5c4<>8
xy-wing(26-8) => r3c5, r5c4<>8
||
3r2c5-r2c3=r8c3-r8c45=3r79c5 Conflict => r2c5<>3

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

Re: April 6, 2014

Postby Marty R. » Sun Apr 06, 2014 4:50 pm

1) X-Wing on 8 in r34
2) W-Wing on 26 in b25
Marty R.
 
Posts: 1508
Joined: 23 October 2012
Location: Rochester, New York, USA


Return to Puzzles