Steve Stumble XXV

Post puzzles for others to solve here.

Steve Stumble XXV

Postby SteveG48 » Sat Feb 02, 2019 1:00 am

Code: Select all
 *-----------*
 |..3|5.6|7..|
 |..2|7.1|.8.|
 |...|9..|...|
 |---+---+---|
 |.9.|...|.3.|
 |3..|.6.|..7|
 |.4.|...|61.|
 |---+---+---|
 |...|..5|...|
 |.1.|..8|4..|
 |..7|6.2|5..|
 *-----------*
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4243
Joined: 08 November 2013
Location: Orlando, Florida

Re: Steve Stumble XXV

Postby SpAce » Sat Feb 02, 2019 4:39 am

I'd like to see a sensible one-stepper for this...

Code: Select all
.-----------------.---------------.--------------------.
| 19     8   3    | 5     2    6  |  7     4    d1(9)  |
| 4569   56  2    | 7     34   1  |  3-9   8     3569  |
| 1456   7   1456 | 9     8    34 |  123   256   12356 |
:-----------------+---------------+--------------------:
| 12568  9   1568 | 128  b15   7  |  28    3     4     |
| 3      25  18   | 148   6   b49 | a8(9)  25    7     |
| 7      4   58   | 28   b35  b39 |  6     1     258-9 |
:-----------------+---------------+--------------------:
| 2468   26  4689 | 14    79   5  |  138   267   138   |
| 256    1   569  | 3     79   8  |  4     267   26    |
| 48     3   7    | 6    c14   2  |  5     9    d18    |
'-----------------'---------------'--------------------'

Step 1: (9)r5c7 = (9351)b5p6982 - (1)r9c5 = (19)r91c9 => -9 r2c7,r6c9 (+basics)

Code: Select all
.-------------------.-----------.-------------.
| 19    8      3    | 5   2   6 | 7  4    19  |
| 569   56     2    | 7   4   1 | 3  8    569 |
| 156   7      4    | 9   8   3 | 2  56   156 |
:-------------------+-----------+-------------:
| 26    9     a1(6) | 12  5   7 | 8  3    4   |
| 3    a25    a18   | 18  6   4 | 9  25   7   |
| 7     4     a58   | 28  3   9 | 6  1    25  |
:-------------------+-----------+-------------:
| 8    b2(6)   9-6  | 4   79  5 | 1  267  3   |
| 256   1      59-6 | 3   79  8 | 4  267  26  |
| 4     3      7    | 6   1   2 | 5  9    8   |
'-------------------'-----------'-------------'

Step 2: (6=1852)b4p3695 - (2=6)r7c2 => -6 r78c3; 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: Steve Stumble XXV

Postby Ngisa » Sun Feb 03, 2019 4:07 pm

Could not find a single stepper
Code: Select all
+----------------------+-----------------+---------------------+
|b19        8     3    | 5      2     6  | 7      4     a19    |
|c4569      56    2    | 7     d34    1  | 39     8      3569  |
| 1456      7     1456 | 9      8     34 | 123    256    12356 |
+----------------------+-----------------+---------------------+
| 12568     9     1568 | 128    15    7  | 28     3      4     |
| 3         25    18   | 148    6     49 | 89     25     7     |
| 7         4     58   | 28     35    39 | 6      1      2589  |
+----------------------+-----------------+---------------------+
| 2468      26    4689 | 14     79    5  | 138    267    138   |
| 256       1     569  | 3      79    8  | 4      267    26    |
| 48        3     7    | 6     e14    2  | 5      9      8-1   |
+----------------------+-----------------+---------------------+

Step 1: (1)r1c9 = (1-9)r1c1 = (9-4)r2c1 = r2c5 - (4=1)r9c5 => - 1r9c9
Code: Select all
+--------------------+-----------------+-------------------+
| 19      8      3   | 5      2      6 | 7     4       19  |
| 569     56     2   | 7      4      1 | 3     8       569 |
| 156     7      4   | 9      8      3 | 2     56      156 |
+--------------------+-----------------+-------------------+
| 126     9      16  | 12     5      7 | 8     3       4   |
| 3      a25     18  | 18     6      4 | 9     25      7   |
| 7       4      8-5 | 28     3      9 | 6     1       25  |
+--------------------+-----------------+-------------------+
| 8      b26    b69  | 4      79     5 | 1     267     3   |
| 256     1     b569 | 3      79     8 | 4     267     26  |
| 4       3      7   | 6      1      2 | 5     9       8   |
+--------------------+-----------------+-------------------+

Step 2: (5=2)r5c2 - (2=695)r7c23|r8c3 => - 5r6c3; stte

Clement
Ngisa
 
Posts: 1383
Joined: 18 November 2012

Re: Steve Stumble XXV

Postby SteveG48 » Tue Feb 05, 2019 2:03 am

SpAce wrote:I'd like to see a sensible one-stepper for this...


Me too. :) We have two nice solutions posted, but no one-stepper.

Like all the stumble series, I came across this one in the newspaper. I found it surprising for a newspaper puzzle.
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4243
Joined: 08 November 2013
Location: Orlando, Florida

Re: Steve Stumble XXV

Postby SpAce » Tue Feb 05, 2019 2:04 pm

SteveG48 wrote:I found it surprising for a newspaper puzzle.

Indeed! It's about the same level as this one which is probably the hardest newspaper puzzle I've seen. In both cases Hodoku can find horrible one-stepper net solutions, but I couldn't do even that manually (at least with yours; I can't remember if I even tried with the other one) -- nor would I care to notate them even if I did. Sometimes one just has to live with a multi-stepper.
User avatar
SpAce
 
Posts: 2671
Joined: 22 May 2017


Return to Puzzles