October 15, 2018

Post puzzles for others to solve here.

October 15, 2018

Postby ArkieTech » Mon Oct 15, 2018 9:22 am

Code: Select all
 *-----------*
 |.1.|...|.8.|
 |2.8|...|3.7|
 |.5.|2.8|.1.|
 |---+---+---|
 |..3|.7.|1..|
 |...|4.5|...|
 |..5|.6.|7..|
 |---+---+---|
 |.9.|6.4|.3.|
 |8.2|...|4.9|
 |.3.|...|.7.|
 *-----------*


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

Re: October 15, 2018

Postby Ngisa » Mon Oct 15, 2018 10:49 am

Code: Select all
+-------------------+----------------------+--------------------+
| 369     1     69  | 379     4        367 | 5      8       2   |
| 2       4     8   | 159     159     c16  | 3     d69      7   |
| 3679    5     679 | 2       39       8   |e69     1       4   |
+-------------------+----------------------+--------------------+
| 469     28    3   | 89      7        29  | 1      2469    5   |
| 169     7     169 | 4       12389    5   | 689    269     368 |
| 149     28    5   | 1389    6       b13  | 7      249    a38  |
+-------------------+----------------------+--------------------+
| 157     9     17  | 6       258      4   | 28     3      h1-8 |
| 8       6     2   | 137     13       137 | 4      5       9   |
| 15      3     4   | 589     2589     29  |f268    7      g168 |
+-------------------+----------------------+--------------------+

(8=3)r6c9 - (3=1)r6c6 - (1=6)r2c6 - r2c8 = r3c7 - r9c7 = (6-1)r9c9 = (1)r7c9 => -8r7c9; stte

Clement
Ngisa
 
Posts: 1382
Joined: 18 November 2012

Re: October 15, 2018

Postby SpAce » Mon Oct 15, 2018 12:30 pm

Code: Select all
.-------------.-----------------.--------------.
| 369  1  69  |*37   4     *367 | 5    8   2   |
| 2    4  8   | 15   159    16  | 3    69  7   |
| 367  5  67  | 2    9(#3)  8   | 69   1   4   |
:-------------+-----------------+--------------:
| 46   8  3   | 9    7      2   | 1    46  5   |
| 169  7  169 | 4    8-3    5   | 689  2   368 |
| 49   2  5   | 138  6      13  | 7    49  38  |
:-------------+-----------------+--------------:
| 157  9  17  | 6    258    4   | 28   3   18  |
| 8    6  2   |*137  1(#3) *137 | 4    5   9   |
| 15   3  4   | 58   258    9   | 268  7   168 |
'-------------'-----------------'--------------'

UR(37)r18c46 externals

(3)r38c5 => -3 r5c5; stte

Hidden Text: Show
Added: just because I don't often spot these:

Code: Select all
.-------------.----------------.--------------------.
| 369  1  69  | 37   4     367 | 5      8     2     |
| 2    4  8   | 15   159  b16  | 3     b69    7     |
| 367  5  67  | 2    39    8   | 69     1     4     |
:-------------+----------------+--------------------:
| 46   8  3   | 9    7     2   | 1     c46    5     |
| 169  7  169 | 4    38    5   | 69-8   2    c36(8) |
| 49   2  5   | 138  6    a13  | 7     c49  ca3(8)  |
:-------------+----------------+--------------------:
| 157  9  17  | 6    258   4   | 28     3     1-8   |
| 8    6  2   | 137  13    137 | 4      5     9     |
| 15   3  4   | 58   258   9   | 268    7     16-8  |
'-------------'----------------'--------------------'

ALS XY-Wing (X=1, Y=9, Z=8):

(8=31)r6c96 - (1=69)r2c68 - (9=4638)r46c8,r56c9 => -8 r5c7,r79c9; stte
Last edited by SpAce on Mon Oct 15, 2018 2:13 pm, edited 1 time in total.
-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: October 15, 2018

Postby Cenoman » Mon Oct 15, 2018 1:22 pm

Not as short as SpAce's... (the challenge is high !)
Code: Select all
 +-------------------+--------------------+-------------------+
 |  369   1    69    |  37    4     367   |  5     8    2     |
 |  2     4    8     |  15   e19-5  16    |  3     69   7     |
 |  367   5    67    |  2    d39    8     | c69    1    4     |
 +-------------------+--------------------+-------------------+
 |  46    8    3     |  9     7     2     |  1     46   5     |
 |  169   7    169   |  4     38    5     |  689   2    368   |
 |  49    2    5     |  138   6     13    |  7     49   38    |
 +-------------------+--------------------+-------------------+
 |  157   9    17    |  6    a258*  4     |  28*   3    18    |
 |  8     6    2     |  137   13    137   |  4     5    9     |
 |  15    3    4     |  58   a258*  9     | b268*  7    168   |
 +-------------------+--------------------+-------------------+

UR(28)r79c57 using internals
(5)r79c5==(6)r9c7 - (6=9)r3c7 - r3c5 = (9)r2c5 => -5 r2c5; ste
Cenoman
Cenoman
 
Posts: 2747
Joined: 21 November 2016
Location: France

Re: October 15, 2018

Postby SteveG48 » Mon Oct 15, 2018 1:39 pm

Code: Select all
 *--------------------------------------------------*
 | 369  1    69   | 37   4    367  | 5    8    2    |
 | 2    4    8    | 15   159  16   | 3    69   7    |
 | 367  5    67   | 2    39   8    | 69   1    4    |
 *----------------+----------------+----------------|
 | 46   8    3    | 9    7    2    | 1    46   5    |
 | 169  7    169  | 4    38   5    | 689  2    368  |
 | 49   2    5    |b138  6    13   | 7    49  a38   |
 *----------------+----------------+----------------|
 | 157  9    17   | 6   c258  4    |c28   3    1-8  |
 | 8    6    2    | 137  13   137  | 4    5    9    |
 | 15   3    4    |b58   258  9    | 268  7    168  |
 *--------------------------------------------------*


8r6c9 = (58)r69c4 - (5=28)r7c57 => -8 r7c9 ; stte
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4240
Joined: 08 November 2013
Location: Orlando, Florida

Re: October 15, 2018

Postby Sudtyro2 » Mon Oct 15, 2018 8:34 pm

Code: Select all
+--------------+---------------+-----------------+
| 369 1   69   | 37   4    367 |   5   8    2    |
| 2   4   8    | 15   159  16  |   3   69   7    |
| 367 5   67   | 2    39   8   |   69  1    4    |
+--------------+---------------+-----------------+
| 46  8   3    | 9    7    2   |   1   46   5    |
| 169 7   169  | 4    38*  5   |   689 2   a368# |
| 49  2   5    | 138* 6    13  |   7   49   38*  |
+--------------+---------------+-----------------+
| 157 9   17   | 6   c258* 4   | ad28# 3    1-8* |
| 8   6   2    | 137  13   137 |   4   5    9    |
| 15  3   4    | 58  b258# 9   |   268 7   a168# |
+--------------+---------------+-----------------+

Steve's nicer elimination, but from a 5-link oddagon(*) in 8s with four guardians(#):
8r59c9,r7c7==(8-2)r9c5 = r7c5 - (2=8)r7c7 => -8 r7c9; stte

SteveC
Sudtyro2
 
Posts: 754
Joined: 15 April 2013


Return to Puzzles