May 5, 2019

Post puzzles for others to solve here.

May 5, 2019

Postby ArkieTech » Sun May 05, 2019 10:48 am

Code: Select all
 *-----------*
 |.9.|..5|.6.|
 |...|.9.|1.3|
 |.62|1.7|...|
 |---+---+---|
 |4..|.6.|8..|
 |...|...|...|
 |..7|.1.|..2|
 |---+---+---|
 |...|9.1|32.|
 |7.1|.8.|...|
 |.8.|6..|.7.|
 *-----------*


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

Re: May 5, 2019

Postby Leren » Sun May 05, 2019 11:03 am

Code: Select all
*-----------------------------------------------*
| 1    9     4  | 8    3  5     | 2    6     7  |
| 58   7     58 | 2    9  6     | 1    4     3  |
| 3    6     2  | 1    4  7     |a59   8    b59 |
|---------------+---------------+---------------|
| 4    1235 d39 | 7    6  239   | 8    1359 c59 |
| 2689 1235  68 | 345  25 23489 | 7    1359  46 |
| 689  35    7  | 345  1  3489  | 46   359   2  |
|---------------+---------------+---------------|
| 56   4     56 | 9    7  1     | 3    2     8  |
| 7    23    1  | 345  8  234   | 4569 59    46 |
|f29   8    e39 | 6   f25 234   | 4-5  7     1  |
*-----------------------------------------------*

(5) r4c7 = r4c9 - (5=9) r5c9 - r5c3 = r9c3 - (9=5) r9c15 => - 5 r9c7; stte

Leren
Leren
 
Posts: 5019
Joined: 03 June 2012

Re: May 5, 2019

Postby SteveG48 » Sun May 05, 2019 1:41 pm

Code: Select all
 *--------------------------------------------------------------------*
 | 1      9      4      | 8      3      5      | 2      6      7      |
 | 58     7      58     | 2      9      6      | 1      4      3      |
 | 3      6      2      | 1      4      7      | 59     8      59     |
 *----------------------+----------------------+----------------------|
 | 4      1235 ad39     | 7      6     d239    | 8      135-9  5-9    |
 | 2689   1235   68     | 345   c25     23489  | 7      1359   46     |
 | 689    35     7      | 345    1      3489   | 46     359    2      |
 *----------------------+----------------------+----------------------|
 | 56     4      56     | 9      7      1      | 3      2      8      |
 | 7      23     1      | 345    8      234    | 4569   59     46     |
 |b29     8     b39     | 6     b25     234    | 45     7      1      |
 *--------------------------------------------------------------------*


9r4c3 = (259)r9c135 - (5=2)r5c5 - (2=39)r4c36 => -9 r4c89 ; stte
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4202
Joined: 08 November 2013
Location: Orlando, Florida

Re: May 5, 2019

Postby SpAce » Sun May 05, 2019 1:51 pm

Code: Select all
.----------------------.-----------------.---------------------.
|   1        9     4   | 8     3   5     |  2     6       7    |
|   58+      7     58+ | 2     9   6     |  1     4       3    |
|   3        6     2   | 1     4   7     | d59    8      e59   |
:----------------------+-----------------+---------------------:
|   4        1235  3-9 | 7     6   239   |  8     1359   e5(9) |
| a+2(9)-68  1235  68+ | 345   25  23489 |  7     135-9   46   |
|   689      35    7   | 345   1   3489  |  46    359     2    |
:----------------------+-----------------+---------------------:
|   56+      4     56+ | 9     7   1     |  3     2       8    |
|   7        23    1   | 345   8   234   |  4569  59      46   |
|  b29       8     39  | 6    c25  234   | c45    7       1    |
'----------------------'-----------------'---------------------'

BUG-Lite+2 (568)r257c13

(9==2)r5c1 - r9c1 = (25)r9c17 - r3c7 = (5,9)r34c9 => -68 r5c1, -9 r4c3,r5c8; stte
-SpAce-: Show
Code: Select all
   *             |    |               |    |    *
        *        |=()=|    /  _  \    |=()=|               *
            *    |    |   |-=( )=-|   |    |      *
     *                     \  ¯  /                   *   

"If one is to understand the great mystery, one must study all its aspects, not just the dogmatic narrow view of the Jedi."
User avatar
SpAce
 
Posts: 2671
Joined: 22 May 2017

Re: May 5, 2019

Postby Ngisa » Sun May 05, 2019 7:08 pm

Code: Select all
+----------------------+----------------------+----------------------+
| 1        9        4  | 8       3      5     | 2        6        7  |
| 58       7        58 | 2       9      6     | 1        4        3  |
| 3        6        2  | 1       4      7     | 59       8        59 |
+----------------------+----------------------+----------------------+
| 4        1235    a3*9| 7       6     e239   | 8        1359     5-9|
| 2689     1235     68 | 345     25     23489 | 7        1359     46 |
| 689      35       7  | 345     1      3489  | 46       359      2  |
+----------------------+----------------------+----------------------+
| 56       4        56 | 9       7      1     | 3        2        8  |
| 7       c23       1  | 345     8     d234   | 4569     59       46 |
| 29       8       b39 | 6       25     234   | 45       7        1  |
+----------------------+----------------------+----------------------+

(9=3*)r4c3 - r9c3 = (3-2)r8c2 = r8c6 - (23*=9)r3c6 => - 9r4c9; stte

Clement
Ngisa
 
Posts: 1378
Joined: 18 November 2012

Re: May 5, 2019

Postby SpAce » Sun May 05, 2019 7:58 pm

Ngisa (almost) wrote:(9=3*)r4c3 - r9c3 = (3-2)r8c2 = r8c6 - (2|*3=9)r4c6 => - 9r4c89; stte

That works but you get the same effect more simply by using the ALS (239)r4c36:

(9=3)r4c3 - r9c3 = (3-2)r8c2 = r8c6 - (2=39)r4c63 => -9 r4c89; stte

Or a bit compacted:

(9,3)r49c3 = (3,2)r8c26 - (2=39)r4c63 => -9 r4c89; stte

Just for fun, here's also a very ugly way to write your original chain without using a memory:

(9)r4c3 = (93)b7p95 - (2)r8c2|(3)r9c3 = (23)r8c6,r4c3 - (2|3=9)r4c6 => -9 r4c89; stte
User avatar
SpAce
 
Posts: 2671
Joined: 22 May 2017


Return to Puzzles