February 25, 2016

Post puzzles for others to solve here.

February 25, 2016

Postby ArkieTech » Thu Feb 25, 2016 12:24 am

Code: Select all
 *-----------*
 |...|14.|8..|
 |598|...|...|
 |.7.|2..|9..|
 |---+---+---|
 |..3|8..|..4|
 |.5.|...|.9.|
 |8..|..5|7..|
 |---+---+---|
 |..9|..6|.2.|
 |...|...|386|
 |..4|.72|...|
 *-----------*


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

Re: February 25, 2016

Postby Leren » Thu Feb 25, 2016 12:36 am

Code: Select all
*--------------------------------------------------------------*
|c23   e36   d26     | 1     4     9      | 8     7     5      |
| 5     9     8      | 7     6     3      | 12    4     12     |
| 4     7     1      | 2     5     8      | 9     6     3      |
|--------------------+--------------------+--------------------|
| 9    f16    3      | 8     12    7      |g156-2 15    4      |
|b12    5     7      | 46    3     14     |a12-6  9     8      |
| 8     4     26     | 69    129   5      | 7     3     12     |
|--------------------+--------------------+--------------------|
| 13    13    9      | 5     8     6      | 4     2     7      |
| 7     2     5      | 49    19    14     | 3     8     6      |
| 6     8     4      | 3     7     2      | 15    15    9      |
*--------------------------------------------------------------*

(2) r5c7 = r5c1 - r1c1 = (2-6) r1c3 = r1c2 - r4c2 = (6) r4c7 => - 2 r4c7, -6 r5c7; stte

Leren
Leren
 
Posts: 5046
Joined: 03 June 2012

Re: February 25, 2016

Postby SteveG48 » Thu Feb 25, 2016 12:40 am

Code: Select all
 *-----------------------------------------------------------*
 | 23    36    26    | 1     4     9     | 8     7     5     |
 | 5     9     8     | 7     6     3     | 12    4     12    |
 | 4     7     1     | 2     5     8     | 9     6     3     |
 *-------------------+-------------------+-------------------|
 | 9    a16    3     | 8     2-1   7     | 1256  15    4     |
 | 2-1   5     7     |c46    3    c14    | 126   9     8     |
 | 8     4    b26    |c69   b129   5     | 7     3    b12    |
 *-------------------+-------------------+-------------------|
 | 13    13    9     | 5     8     6     | 4     2     7     |
 | 7     2     5     | 49    19    14    | 3     8     6     |
 | 6     8     4     | 3     7     2     | 15    15    9     |
 *-----------------------------------------------------------*


(1=6)r4c2 - (6=129)r6c359 - (9=146)b5p467 => -1 r4c5,r5c1 ; stte
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4260
Joined: 08 November 2013
Location: Orlando, Florida

Re: February 25, 2016

Postby Marty R. » Thu Feb 25, 2016 1:18 am

Code: Select all
+----------+-----------+------------+
| 23 36 26 | 1  4   9  | 8    7  5  |
| 5  9  8  | 7  6   3  | 12   4  12 |
| 4  7  1  | 2  5   8  | 9    6  3  |
+----------+-----------+------------+
| 9  16 3  | 8  12  7  | 1256 15 4  |
| 12 5  7  | 46 3   14 | 126  9  8  |
| 8  4  26 | 69 129 5  | 7    3  12 |
+----------+-----------+------------+
| 13 13 9  | 5  8   6  | 4    2  7  |
| 7  2  5  | 49 19  14 | 3    8  6  |
| 6  8  4  | 3  7   2  | 15   15 9  |
+----------+-----------+------------+

Play this puzzle online at the Daily Sudoku site

ALS XZ Rule; X=1, Z=6

(1=26)r5c1r6c3 (6=41)r5c46=> -6r6c4
Marty R.
 
Posts: 1508
Joined: 23 October 2012
Location: Rochester, New York, USA

Re: February 25, 2016

Postby SteveG48 » Thu Feb 25, 2016 1:36 am

Nice one, Marty!
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4260
Joined: 08 November 2013
Location: Orlando, Florida

Re: February 25, 2016

Postby pjb » Thu Feb 25, 2016 3:54 am

But shouldn't it be (6=12)r5c1r6c3 (1=46)r5c46=> -6r6c4 ?
Phil
pjb
2014 Supporter
 
Posts: 2577
Joined: 11 September 2011
Location: Sydney, Australia

Re: February 25, 2016

Postby pjb » Thu Feb 25, 2016 3:57 am

Code: Select all
 23      36      26     | 1      4      9      | 8      7      5     
 5       9       8      | 7      6      3      | 12     4      12     
 4       7       1      | 2      5      8      | 9      6      3     
------------------------+----------------------+---------------------
 9       1-6     3      | 8      12     7      |a1256   15     4     
c12      5       7      | 46     3      14     |b126    9      8     
 8       4      d26     | 69     129    5      | 7      3      12     
------------------------+----------------------+---------------------
 13      13      9      | 5      8      6      | 4      2      7     
 7       2       5      | 49     19     14     | 3      8      6     
 6       8       4      | 3      7      2      | 15     15     9     

(6)r4c7 = (6-2)r5c7 = r5c1 - r6c3 => -6r4c2; stte

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

Re: February 25, 2016

Postby Marty R. » Thu Feb 25, 2016 4:03 am

pjb wrote:But shouldn't it be (6=12)r5c1r6c3 (1=46)r5c46=> -6r6c4 ?
Phil


I don't know Phil. If Leren sees this, he'll know the right answer.
Marty R.
 
Posts: 1508
Joined: 23 October 2012
Location: Rochester, New York, USA

Re: February 25, 2016

Postby Leren » Thu Feb 25, 2016 9:08 am

Marty R wrote : If Leren sees this, he'll know the right answer.

The way I'd write this is :

Code: Select all
*--------------------------------------------------------------*
| 23    36    26     | 1     4     9      | 8     7     5      |
| 5     9     8      | 7     6     3      | 12    4     12     |
| 4     7     1      | 2     5     8      | 9     6     3      |
|--------------------+--------------------+--------------------|
| 9     16    3      | 8     12    7      | 1256  15    4      |
|a12    5     7      |b46    3    b14     | 126   9     8      |
| 8     4    a26     | 9-6   129   5      | 7     3     12     |
|--------------------+--------------------+--------------------|
| 13    13    9      | 5     8     6      | 4     2     7      |
| 7     2     5      | 49    19    14     | 3     8     6      |
| 6     8     4      | 3     7     2      | 15    15    9      |
*--------------------------------------------------------------*

XY Chain / ALS XZ Rule: X = 1, Z = 6: (6=1) r5c1, r6c3 - (1=6) r5c46 => - 6 r6c4

The elimination digit is Z and appears at the start and end of the notation. Also my personal preference is only to include the X's and Z's in the notation.

Another issue from the past is that this move also qualifies as an XY chain, and some purists thought that you shouldn't declare an ALS-XZ rule unless at least one cell holds at least 3 digits.

As you can see my response is to have an each way bet ! Another way to avoid howls of derision is not to name the move at all :D

Leren
Last edited by Leren on Thu Feb 25, 2016 10:14 am, edited 1 time in total.
Leren
 
Posts: 5046
Joined: 03 June 2012

Re: February 25, 2016

Postby Ngisa » Thu Feb 25, 2016 10:07 am

Code: Select all
+----------+-----------+------------+
| 23 36 26 | 1  4   9  | 8    7  5  |
| 5  9  8  | 7  6   3  | 12   4  12 |
| 4  7  1  | 2  5   8  | 9    6  3  |
+----------+-----------+------------+
| 9  16 3  | 8  12  7  | 1256 15 4  |
| g2-1 5  7  | 46 3   a14 | 126  9  8  |
| 8  4  f26 | e69 129 5  | 7    3  12 |
+----------+-----------+------------+
| 13 13 9  | 5  8   6  | 4    2  7  |
| 7  2  5  | d49 c19  b14 | 3    8  6  |
| 6  8  4  | 3  7   2  | 15   15 9  |
+----------+-----------+------------+

(1)r5c6 = r8c6 - (1=9)r8c5 - r8c4 = (9-6)r6c4 =(6-2)r6c3 = (2)r5c1 => -1r5c1; stte

Clement
Ngisa
 
Posts: 1386
Joined: 18 November 2012


Return to Puzzles

cron