May 24, 2015

Post puzzles for others to solve here.

May 24, 2015

Postby ArkieTech » Sat May 23, 2015 10:59 pm

Code: Select all
 *-----------*
 |.5.|..8|.1.|
 |..9|.2.|.6.|
 |...|.3.|.4.|
 |---+---+---|
 |.1.|...|.8.|
 |...|..4|...|
 |..6|...|.3.|
 |---+---+---|
 |.3.|.6.|...|
 |.4.|.7.|2..|
 |.7.|58.|..3|
 *-----------*


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

Re: May 24, 2015

Postby JC Van Hay » Sat May 23, 2015 11:52 pm

Code: Select all
+-----------------+----------------+--------------+
| -2(7)  5  3     | 6     4   8    | 79   1  279  |
| 4      8  9     | 17    2   15   | 3    6  57   |
| 12(7)  6  12(7) | (79)  3   5(9) | 578  4  2578 |
+-----------------+----------------+--------------+
| 3      1  4     | 2     59  6    | 579  8  579  |
| 78     9  78    | 3     15  4    | 6    2  15   |
| 5      2  6     | 8     19  7    | 19   3  4    |
+-----------------+----------------+--------------+
| 9(2)   3  5     | 4     6   (29) | 18   7  18   |
| 189    4  18    | 19    7   3    | 2    5  6    |
| 6      7  12    | 5     8   12   | 4    9  3    |
+-----------------+----------------+--------------+
[7r1c1=7r3c13 - (7=9)r3c4 - 9r3c6=(9-2)r7c6=2r7c1] - (2=7)r1c1; stte
JC Van Hay
 
Posts: 719
Joined: 22 May 2010

Re: May 24, 2015

Postby pjb » Sat May 23, 2015 11:58 pm

Code: Select all
 7-2     5       3      | 6      4      8      | 79     1      279   
 4       8       9      | 17     2      15     | 3      6      57     
d127     6      d127    |d79     3     c59     | 578    4      2578   
------------------------+----------------------+---------------------
 3       1       4      | 2      59     6      | 579    8      579   
 78      9       78     | 3      15     4      | 6      2      15     
 5       2       6      | 8      19     7      | 19     3      4     
------------------------+----------------------+---------------------
a29      3       5      | 4      6     b29     | 18     7      18     
 189     4       18     | 19     7      3      | 2      5      6     
 6       7       12     | 5      8      12     | 4      9      3     

(2=9)r7c1 - r7c6 = r3c6 - (9=127)r3c134 => -2 r1c1; stte

(or (2=1)r7c1,r8c13 - (1=9)r8c4 - (9=2)r3c134) => -2 r1c1)

Phil
Last edited by pjb on Sun May 24, 2015 12:11 am, edited 1 time in total.
pjb
2014 Supporter
 
Posts: 2577
Joined: 11 September 2011
Location: Sydney, Australia

Re: May 24, 2015

Postby bat999 » Sun May 24, 2015 12:10 am

Code: Select all
.----------------.-------------.--------------.
| *27    5  3    |  6   4   8  | 79   1  279  |
|  4     8  9    |  17  2   15 | 3    6  57   |
|  12-7  6  12-7 | *79  3   59 | 578  4  2578 |
:----------------+-------------+--------------:
|  3    1  4     |  2   59  6  | 579  8  579  |
|  78   9  78    |  3   15  4  | 6    2  15   |
|  5    2  6     |  8   19  7  | 19   3  4    |
:----------------+-------------+--------------:
| *29   3  5     |  4   6   29 | 18   7  18   |
| *189  4  18    | *19  7   3  | 2    5  6    |
|  6    7  12    |  5   8   12 | 4    9  3    |
'----------------'-------------'--------------'

r7c1<>9 -> r1c7=7 -> r3c13<>7
r8c1<>9 -> r8c4=9 -> r3c4=7 -> r3c13<>7
=> -7 r3c13 ; stte
8-)
bat999
2017 Supporter
 
Posts: 677
Joined: 15 September 2014
Location: UK

Re: May 24, 2015

Postby SteveG48 » Sun May 24, 2015 12:32 am

Code: Select all
 *-----------------------------------------------------------*
 |a27    5     3     | 6     4     8     | 9-7   1     29-7  |
 | 4     8     9     | 17    2    b15    | 3     6    c57    |
 | 127   6     127   | 79    3     59    | 578   4     2578  |
 *-------------------+-------------------+-------------------|
 | 3     1     4     | 2     59    6     | 579   8     579   |
 | 78    9     78    | 3     15    4     | 6     2     15    |
 | 5     2     6     | 8     19    7     | 19    3     4     |
 *-------------------+-------------------+-------------------|
 |a29    3     5     | 4     6    b29    | 18    7     18    |
 | 189   4     18    | 19    7     3     | 2     5     6     |
 | 6     7     12    | 5     8    b12    | 4     9     3     |
 *-----------------------------------------------------------*


(7=29)r17c1 - (9=125)r279c6 - (5=7)r2c69 => -7 r1c79 ; stte
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4259
Joined: 08 November 2013
Location: Orlando, Florida

Re: May 24, 2015

Postby Marty R. » Sun May 24, 2015 12:45 am

Code: Select all
+-----------+----------+------------+
| 27  5 3   | 6  4  8  | 79  1 279  |
| 4   8 9   | 17 2  15 | 3   6 57   |
| 127 6 127 | 79 3  59 | 578 4 2578 |
+-----------+----------+------------+
| 3   1 4   | 2  59 6  | 579 8 579  |
| 78  9 78  | 3  15 4  | 6   2 15   |
| 5   2 6   | 8  19 7  | 19  3 4    |
+-----------+----------+------------+
| 29  3 5   | 4  6  29 | 18  7 18   |
| 189 4 18  | 19 7  3  | 2   5 6    |
| 6   7 12  | 5  8  12 | 4   9 3    |
+-----------+----------+------------+

Play this puzzle online at the Daily Sudoku site

Potential DP 78-17-18r358c13:

A rare use of externals for me. 7r1c1=1r9c3-(1=2)r9c6-(2=9)r7c6-(9=5)r3c6-(5=17)r2c69=>r1c79<>7
Marty R.
 
Posts: 1508
Joined: 23 October 2012
Location: Rochester, New York, USA

Re: May 24, 2015

Postby Marty R. » Sun May 24, 2015 12:54 am

Marty R. wrote:
Code: Select all
+-----------+----------+------------+
| 27  5 3   | 6  4  8  | 79  1 279  |
| 4   8 9   | 17 2  15 | 3   6 57   |
| 127 6 127 | 79 3  59 | 578 4 2578 |
+-----------+----------+------------+
| 3   1 4   | 2  59 6  | 579 8 579  |
| 78  9 78  | 3  15 4  | 6   2 15   |
| 5   2 6   | 8  19 7  | 19  3 4    |
+-----------+----------+------------+
| 29  3 5   | 4  6  29 | 18  7 18   |
| 189 4 18  | 19 7  3  | 2   5 6    |
| 6   7 12  | 5  8  12 | 4   9 3    |
+-----------+----------+------------+

Play this puzzle online at the Daily Sudoku site

Potential DP 78-17-18r358c13:

A rare use of externals for me. 7r1c1=1r9c3-(1=2)r9c6-(2=9)r7c6-(9=5)r3c6-(5=17)r2c69=>r1c79<>7


If someone wants to call me out on my last step, feel free. I just realized that if r3c6=5, then r2c9can't be=7.
Marty R.
 
Posts: 1508
Joined: 23 October 2012
Location: Rochester, New York, USA

Re: May 24, 2015

Postby sultan vinegar » Sun May 24, 2015 5:44 am

Code: Select all
+-----------+----------+------------+
| 27  5 3   | 6  4  8  | 79  1 279  |
| 4   8 9   | 17 2  15 | 3   6 57   |
| 127 6 127 | 79 3  59 | 578 4 2578 |
+-----------+----------+------------+
| 3   1 4   | 2  59 6  | 579 8 579  |
| 78  9 78  | 3  15 4  | 6   2 15   |
| 5   2 6   | 8  19 7  | 19  3 4    |
+-----------+----------+------------+
| 29  3 5   | 4  6  29 | 18  7 18   |
| 189 4 18  | 19 7  3  | 2   5 6    |
| 6   7 12  | 5  8  12 | 4   9 3    |
+-----------+----------+------------+


Try this Marty:

(2=9)7n1 - (9r8c1=2r3c13)AUL178:r358c13 => r1c1 <> 2.
sultan vinegar
 
Posts: 81
Joined: 27 August 2013

Re: May 24, 2015

Postby Leren » Sun May 24, 2015 10:32 am

Code: Select all
*--------------------------------------------------------------*
|a27    5     3      | 6     4     8      | 79    1     279    |
| 4     8     9      | 17    2     15     | 3     6     57     |
| 12-7  6     12-7   |d79    3    c59     | 578   4     2578   |
|--------------------+--------------------+--------------------|
| 3     1     4      | 2     59    6      | 579   8     579    |
| 78    9     78     | 3     15    4      | 6     2     15     |
| 5     2     6      | 8     19    7      | 19    3     4      |
|--------------------+--------------------+--------------------|
|a29    3     5      | 4     6    b29     | 18    7     18     |
| 189   4     18     | 19    7     3      | 2     5     6      |
| 6     7     12     | 5     8     12     | 4     9     3      |
*--------------------------------------------------------------*

(7=9) r1c17 - r7c6 = r3c6 - (9=7) r3c4 => - 7 r3c13; stte

Leren
Leren
 
Posts: 5046
Joined: 03 June 2012

Re: May 24, 2015

Postby Marty R. » Sun May 24, 2015 3:43 pm

SV,

Thank you, but I don't understand the notation. I thought I made another post which seems to have disappeared.
It was 2r3c13=9r8c1-(9=2)r7c1=>r1c1<>2.
Marty R.
 
Posts: 1508
Joined: 23 October 2012
Location: Rochester, New York, USA

Re: May 24, 2015

Postby Ngisa » Sun May 24, 2015 5:18 pm

Code: Select all
+-----------+----------+------------+
| a27  5 3   | 6  4  8  | b79  1 279  |
| 4   8 9   | f17 2  15 | 3   6 e57   |
| 127 6 127 | 79 3  59 | 578 4 2578 |
+-----------+----------+------------+
| 3   1 4   | 2  59 6  | 579 8 579  |
| 78  9 78  | 3  15 4  | 6   2 d15   |
| 5   2 6   | 8  19 7  | c19  3 4    |
+-----------+----------+------------+
| 9-2  3 5   | 4  6  29 | 18  7 18   |
| h189 4 h18  | g19 7  3  | 2   5 6    |
| 6   7 i12  | 5  8  12 | 4   9 3    |
+-----------+----------+------------+
(2=7)r1c1-(7=9)r1c7-(9=1)r6c7-(1=5)r5c9-(5=7)r2c9-(7=1)r2c4-r8c4=r8c13-(1=2)r9c3 => -2r7c1; stte
Ngisa
 
Posts: 1386
Joined: 18 November 2012

Re: May 24, 2015

Postby sultan vinegar » Mon May 25, 2015 3:15 am

Marty R. wrote:SV,

Thank you, but I don't understand the notation. I thought I made another post which seems to have disappeared.
It was 2r3c13=9r8c1-(9=2)r7c1=>r1c1<>2.


That's exactly the same as my chain but just written in reverse order, so you've got it!

AUL178:r358c13 just describes the potential deadly pattern, candidates 178, location r358c13. The 7n1 at the start is alternate language for the cell in row 7 column 1. (2=9)7n1 has exactly the same meaning as (2=9)r7c1.
sultan vinegar
 
Posts: 81
Joined: 27 August 2013


Return to Puzzles