August 5, 2016

Post puzzles for others to solve here.

August 5, 2016

Postby ArkieTech » Thu Aug 04, 2016 11:17 pm

Code: Select all
 *-----------*
 |6..|...|82.|
 |.78|1..|...|
 |.5.|..4|1..|
 |---+---+---|
 |3..|...|.7.|
 |5..|.1.|6..|
 |.4.|3.7|...|
 |---+---+---|
 |.93|..8|..5|
 |...|.4.|...|
 |...|..2|...|
 *-----------*


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

Re: August 5, 2016

Postby Leren » Thu Aug 04, 2016 11:30 pm

Code: Select all
*--------------------------------------------------------------*
| 6     3     1      | 7     9     5      | 8     2     4      |
| 4     7     8      | 1     2     3      | 59    569   69     |
| 29    5     29     | 8     6     4      | 1     3     7      |
|--------------------+--------------------+--------------------|
| 3     128   29     | 24    58    6      | 2459  7     1289   |
| 5     8-2   7      |a24    1     9      | 6    b48    3      |
| 1289  4     6      | 3     58    7      | 259   1589  1289   |
|--------------------+--------------------+--------------------|
|d12    9     3      | 6     7     8      | 24   c14    5      |
| 7    e268   5      | 9     4     1      | 3     68    268    |
| 18    168   4      | 5     3     2      | 7     1689  1689   |
*--------------------------------------------------------------*

(2=4) r5c4 - r5c8 = (4-1) r7c8 = (1-2) r7c1 = (2) r8c2 => - 2 r5c2; stte

Leren
Leren
 
Posts: 5040
Joined: 03 June 2012

Re: August 5, 2016

Postby pjb » Fri Aug 05, 2016 12:04 am

Code: Select all
 6       3       1      | 7      9      5      | 8      2      4     
 4       7       8      | 1      2      3      | 59     569    69     
 29      5       29     | 8      6      4      | 1      3      7     
------------------------+----------------------+---------------------
 3       128     29     | 24     58     6      | 2459   7      1289   
 5      b28      7      | 24     1      9      | 6     a48     3     
 1289    4       6      | 3      58     7      | 259    1589   1289   
------------------------+----------------------+---------------------
 2-1     9       3      | 6      7      8      | 24    a14     5     
 7      c268     5      | 9      4      1      | 3      68     268   
c18     c168     4      | 5      3      2      | 7      689-1  689-1   

(1=8)r57c8 - (8=2)r5c2 - (2=1)r9c12, r8c2 => -1 r9c89, r7c1; stte
or simpler
(2=4)r5c28 - (4=2)r7c18 => -2 r6c1, r8c2
Phil
pjb
2014 Supporter
 
Posts: 2568
Joined: 11 September 2011
Location: Sydney, Australia

Re: August 5, 2016

Postby bat999 » Fri Aug 05, 2016 12:15 pm

Code: Select all
.-------------------.-----------.-------------------.
|  6       3     1  | 7   9   5 | 8      2     4    |
|  4       7     8  | 1   2   3 | 59     569   69   |
|  29      5     29 | 8   6   4 | 1      3     7    |
:-------------------+-----------+-------------------:
|  3       128   29 | 24  58  6 | 2459   7     1289 |
|  5      b28    7  | 24  1   9 | 6     b48    3    |
|  189-2   4     6  | 3   58  7 | 259    1589  1289 |
:-------------------+-----------+-------------------:
| a12      9     3  | 6   7   8 | 24    a14    5    |
|  7       68-2  5  | 9   4   1 | 3      68    268  |
|  18      168   4  | 5   3   2 | 7      1689  1689 |
'-------------------'-----------'-------------------'
(2=4)r7c18 - (4=2)r5c28 => -2 r6c1,r8c2; stte
8-)
bat999
2017 Supporter
 
Posts: 677
Joined: 15 September 2014
Location: UK

Re: August 5, 2016

Postby Sudtyro2 » Fri Aug 05, 2016 2:35 pm

Code: Select all
*--------------------------------------------------------------*
| 6     3     1      | 7     9     5      | 8     2     4      |
| 4     7     8      | 1     2     3      | 59    569   69     |
| 29    5     29     | 8     6     4      | 1     3     7      |
|--------------------+--------------------+--------------------|
| 3     128   29     | 24    58    6      | 2459  7     1289   |
| 5     28c   7      | 24    1     9      | 6     48bc  3      |
| 1289  4     6      | 3     58    7      | 259   1589  1289   |
|--------------------+--------------------+--------------------|
| 12a   9     3      | 6     7     8      | 24    14a   5      |
| 7     68-2d 5      | 9     4     1      | 3     68b   268    |
| 18    168   4      | 5     3     2      | 7     1689  1689   |
*--------------------------------------------------------------*

Not as simple as solutions from Phil and Bat, but still good pattern-matching practice for the CoALS Rule as applied to the overlapping ALS marked (b,c).
(2=14)r7c18 - (48=26)r58c8,r5c2 - (2|6=8)r8c2 => -2r8c2; stte

This may also be equivalent to Steve's split-node approach, where the two nodes are 2r5c2 and 6r8c8.
Steve might write the split-node chain as:
(2=14)r7c18 - (4=8)r5c8 - (8=26)r5c2,r8c8 - (2|6=8)r8c2

SteveC
Sudtyro2
 
Posts: 754
Joined: 15 April 2013


Return to Puzzles