May 17, 2016

Post puzzles for others to solve here.

May 17, 2016

Postby ArkieTech » Mon May 16, 2016 11:29 pm

Code: Select all
 *-----------*
 |7..|...|.9.|
 |..9|2..|3..|
 |...|..9|86.|
 |---+---+---|
 |...|53.|.1.|
 |8..|.6.|..9|
 |.1.|.47|...|
 |---+---+---|
 |.21|7..|...|
 |..4|..3|5..|
 |.5.|...|..6|
 *-----------*


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

Re: May 17, 2016

Postby SteveG48 » Tue May 17, 2016 12:02 am

Code: Select all
 *--------------------------------------------------------------------*
 | 7      3468   2358   | 3468   158    1456   | 124    9      1245   |
 | 145    468    9      | 2      1578   1456   | 3      457    1457   |
 | 125    34     25     | 34     157    9      | 8      6      1257   |
 *----------------------+----------------------+----------------------|
 | 24     9      267    | 5      3      8      | 2467   1      247    |
 | 8     b347    357    | 1      6      2      |c47     35     9      |
 | 25     1      2356   | 9      4      7      | 26     358    358    |
 *----------------------+----------------------+----------------------|
 | 369    2      1      | 7     d589   d456    |c49     348    348    |
 | 69    a7-8    4      |e68     1289   3      | 5      278    178    |
 | 39     5     b78     |d48     1289  d14     |c1479   23478  6      |
 *--------------------------------------------------------------------*


7r8c2 = (r5c2)&(r9c3) - (7=149)r579c7 - (1|9=4568)b8p2379 - (6=8)r8c4 => -8 r8c2 ; stte
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4238
Joined: 08 November 2013
Location: Orlando, Florida

Re: May 17, 2016

Postby pjb » Tue May 17, 2016 12:14 am

Code: Select all
 7       3468    2358   | 3468  k158    1456   | 124    9      1245   
 145     468     9      | 2      1578   1456   | 3      457    1457   
 125     34      25     | 34     157    9      | 8      6      1257   
------------------------+----------------------+---------------------
 24      9      b267    | 5      3      8      | 2467   1      247   
 8      c347    c357    | 1      6      2      |d47     35     9     
 25      1       2356   | 9      4      7      | 26     358    358   
------------------------+----------------------+---------------------
 369     2       1      | 7     j589    456    |e49     348    348   
 69      78      4      | 68    h1289   3      | 5      278   g178   
 39      5      a78     |i48     1289  i14     |f1479   23478  6     

Getting a bit ridiculous:
(8=7)r9c3* - r4c3 = r5c23 - (7=4)r5c7^ - (4=9)r7c7# - (479=1)r9c7^* - r8c9 = r8c5% - (1=8)r9c46 - (89=5)r7c5# - (15=8)r1c5% => -8 r1c3, r9c5; stte

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

Re: May 17, 2016

Postby pjb » Tue May 17, 2016 12:24 am

Steve
Interesting last step. If b8p2379 contain 4568, then r8c4 is empty. Couldn't you just as easily finish with (8=6)r8c4?
Cheers, Phil
pjb
2014 Supporter
 
Posts: 2568
Joined: 11 September 2011
Location: Sydney, Australia

Re: May 17, 2016

Postby SteveG48 » Tue May 17, 2016 12:54 am

pjb wrote:Steve
Interesting last step. If b8p2379 contain 4568, then r8c4 is empty. Couldn't you just as easily finish with (8=6)r8c4?
Cheers, Phil


Good point, Phil. I didn't notice that. The alternative interpretation of the chain is that if r8c2 is not a 7 then r8c4 is empty => contradiction => 7r8c2 => -8r8c2.

It's interesting to note that the chain does read correctly backwards, and you don't run into the same problem. On the other hand, if you substitute the 6 for the 8 in the backward chain, it still works logically, but doesn't give you a useful result- I think! :)
Last edited by SteveG48 on Tue May 17, 2016 1:01 am, edited 2 times in total.
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4238
Joined: 08 November 2013
Location: Orlando, Florida

Re: May 17, 2016

Postby pjb » Tue May 17, 2016 12:57 am

Agree, that makes it a nice solution.
Phil
pjb
2014 Supporter
 
Posts: 2568
Joined: 11 September 2011
Location: Sydney, Australia

Re: May 17, 2016

Postby JC Van Hay » Tue May 17, 2016 6:14 am

Code: Select all
+--------------------+------------------+----------------------+
| 7      3468   2358 | 3468  158   1456 | 124    9        1245 |
| 15(4)  468    9    | 2     1578  1456 | 3      57(4)    1457 |
| 125    34     25   | 34    157   9    | 8      6        1257 |
+--------------------+------------------+----------------------+
| 2(4)   9      267  | 5     3     8    | 2467   1        247  |
| 8      37(4)  357  | 1     6     2    | 7(4)   35       9    |
| 25     1      2356 | 9     4     7    | 26     358      358  |
+--------------------+------------------+----------------------+
| 369    2      1    | 7     589   456  | 9-4    38(4)    348  |
| 69     78     4    | 68    1289  3    | 5      278      178  |
| 39     5      78   | 48    1289  14   | 179-4  2378(4)  6    |
+--------------------+------------------+----------------------+
Swordfish : {4R5C18} -> -4r79c7; r7c9=4; HP(29-18)r89c5=1r9c6; stte
JC Van Hay
 
Posts: 719
Joined: 22 May 2010

Re: May 17, 2016

Postby bat999 » Tue May 17, 2016 1:05 pm

Code: Select all
.------------------.------------------.-----------------------.
|  7    3468  2358 | 3468  158   1456 |  124     9       1245 |
| d145  468   9    | 2     1578  1456 |  3      e457     1457 |
|  125  34    25   | 34    157   9    |  8       6       1257 |
:------------------+------------------+-----------------------:
| c24   9     267  | 5     3     8    | b2467    1      b247  |
|  8    347   357  | 1     6     2    | a47      35      9    |
|  25   1     2356 | 9     4     7    |  26      358     358  |
:------------------+------------------+-----------------------:
|  369  2     1    | 7     589   456  |  9-4    f348     348  |
|  69   78    4    | 68    1289  3    |  5       278     178  |
|  39   5     78   | 48    1289  14   |  179-4  f23478   6    |
'------------------'------------------'-----------------------'
(4)r5c7 = r4c79 - r4c1 = r2c1 - r2c8 = (4)r79c8 => -4 r79c7; lclste
8-)
8-)
bat999
2017 Supporter
 
Posts: 677
Joined: 15 September 2014
Location: UK


Return to Puzzles