Consecutive numbers that are Manhattan distance 5 apartConsecutive numbers that are Manhattan distance 3 apartPulling Apart a Jigsaw PuzzleThirteen Minesweeper mines that make seven 5sNeighbouring numbers summing to a prime on a 4x4Generating numbers with cubes3x3 self-descriptive squaresConsecutive numbers that are Manhattan distance 3 apartTransferring 9 pegs on a 9x9 gridA curious 5x5 squarePeaceable Bishops on an 8x8 grid
What is a Brown Bag Seminar?
How can I ensure consistency in web design?
On a large transport aircraft where exactly is the Forward pressure bulkhead?
Why are the 4th and 7th scale degrees removed from the major scale to make the Pentatonic scale?
In Excel, is there a shortcut to hide a wide range of columns without mouse-dragging?
5yrs old being bossy... Is this too much or tolerable at this age?
Is it advisable to cover and uncover the clarinet mouthpiece to play each note?
Undercooked areas in chicken breast even though thermometer reads 165 degrees in thickest part
Is a Finite State Machine a good way to model chess?
Why was LEGO reluctant to use additional colours for regular bricks in former times?
What happens when a photon "dies"?
How to choose between high number of binary variables or fewer number of integer (not only 0 and 1) variables in a IP formulation?
Count the number of rows with a string occurring n times in multiple columns
How Much Would a Language Change Over 500 Years Completely Cut Off From Its Source?
Why can't I shoot with a fast shutter speed?
How to explain my complicated family background to people that I don't know very well?
Should I take a side in an external player conflict, or let my game die?
Is self-awareness or consciousness actually an evolutionary disadvantage?
I missed an important client meeting and hurt my standing. How can I recover?
What can Scotland legally do to get independence?
Why wasn't Officer Angela Lopez questioned when she killed a suspect?
Is it possible to conserve the total kinetic energy of a system, but not its momentum?
The use of ''riddle' in this context
Should we stop differentiating between ln and log?
Consecutive numbers that are Manhattan distance 5 apart
Consecutive numbers that are Manhattan distance 3 apartPulling Apart a Jigsaw PuzzleThirteen Minesweeper mines that make seven 5sNeighbouring numbers summing to a prime on a 4x4Generating numbers with cubes3x3 self-descriptive squaresConsecutive numbers that are Manhattan distance 3 apartTransferring 9 pegs on a 9x9 gridA curious 5x5 squarePeaceable Bishops on an 8x8 grid
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
.everyonelovesstackoverflowposition:absolute;height:1px;width:1px;opacity:0;top:0;left:0;pointer-events:none;
$begingroup$
Can you place numbers from 1 to 36 on a 6x6 grid, such that the distance between any two consecutive numbers ($a$ and $a+1$) is Manhattan distance 5?
Bonus question: can you also make 1 and 36 be separated by Manhattan distance 5, thus making it a closed tour?
Note that the Manhattan distance between two locations is the distance between their row locations plus the distance between their column locations.
Here is a similar question for a 4x4 grid: Consecutive numbers that are Manhattan distance 3 apart
Good luck!
mathematics logical-deduction combinatorics
$endgroup$
add a comment
|
$begingroup$
Can you place numbers from 1 to 36 on a 6x6 grid, such that the distance between any two consecutive numbers ($a$ and $a+1$) is Manhattan distance 5?
Bonus question: can you also make 1 and 36 be separated by Manhattan distance 5, thus making it a closed tour?
Note that the Manhattan distance between two locations is the distance between their row locations plus the distance between their column locations.
Here is a similar question for a 4x4 grid: Consecutive numbers that are Manhattan distance 3 apart
Good luck!
mathematics logical-deduction combinatorics
$endgroup$
add a comment
|
$begingroup$
Can you place numbers from 1 to 36 on a 6x6 grid, such that the distance between any two consecutive numbers ($a$ and $a+1$) is Manhattan distance 5?
Bonus question: can you also make 1 and 36 be separated by Manhattan distance 5, thus making it a closed tour?
Note that the Manhattan distance between two locations is the distance between their row locations plus the distance between their column locations.
Here is a similar question for a 4x4 grid: Consecutive numbers that are Manhattan distance 3 apart
Good luck!
mathematics logical-deduction combinatorics
$endgroup$
Can you place numbers from 1 to 36 on a 6x6 grid, such that the distance between any two consecutive numbers ($a$ and $a+1$) is Manhattan distance 5?
Bonus question: can you also make 1 and 36 be separated by Manhattan distance 5, thus making it a closed tour?
Note that the Manhattan distance between two locations is the distance between their row locations plus the distance between their column locations.
Here is a similar question for a 4x4 grid: Consecutive numbers that are Manhattan distance 3 apart
Good luck!
mathematics logical-deduction combinatorics
mathematics logical-deduction combinatorics
asked Oct 2 at 6:16
Dmitry KamenetskyDmitry Kamenetsky
5,7569 silver badges55 bronze badges
5,7569 silver badges55 bronze badges
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
$begingroup$
Give a non-loop solution firstly:
04 29 16 33 36 05
13 26 23 20 11 30
32 35 08 01 14 17
19 10 03 06 27 24
22 15 12 31 34 09
07 28 25 18 21 02
Update:
Give another solution with loop:
01 26 23 04 07 10
16 29 12 21 02 17
31 06 09 36 15 32
14 33 18 27 24 13
35 20 03 30 11 34
28 25 22 05 08 19
Strategy: We may categorize cells by distance of center:A B C C B A
B C D D C B
C D E E D C
C D E E D C
B C D D C B
A B C C B A
Consider that if we could make a route from A to E, and contains 1 A, 2 Bs, 3 Cs, 2 Ds and 1 E, then this is the $1/4$ sub-route and we could copy to another $3/4$ sub-routes by point symmetry.
Also E has 5 distance to A, thus we could finally connect those 4 sub-routes, forming a loop.
$endgroup$
1
$begingroup$
I hope you don't mind the edit.. I was having a hard time seeing the numbers before.
$endgroup$
– JS1
Oct 2 at 7:17
$begingroup$
It's fine~ thanks! (My current environment can't upload images so I need to represent tables by all characters :( )
$endgroup$
– Conifers
Oct 2 at 7:35
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "559"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fpuzzling.stackexchange.com%2fquestions%2f89735%2fconsecutive-numbers-that-are-manhattan-distance-5-apart%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Give a non-loop solution firstly:
04 29 16 33 36 05
13 26 23 20 11 30
32 35 08 01 14 17
19 10 03 06 27 24
22 15 12 31 34 09
07 28 25 18 21 02
Update:
Give another solution with loop:
01 26 23 04 07 10
16 29 12 21 02 17
31 06 09 36 15 32
14 33 18 27 24 13
35 20 03 30 11 34
28 25 22 05 08 19
Strategy: We may categorize cells by distance of center:A B C C B A
B C D D C B
C D E E D C
C D E E D C
B C D D C B
A B C C B A
Consider that if we could make a route from A to E, and contains 1 A, 2 Bs, 3 Cs, 2 Ds and 1 E, then this is the $1/4$ sub-route and we could copy to another $3/4$ sub-routes by point symmetry.
Also E has 5 distance to A, thus we could finally connect those 4 sub-routes, forming a loop.
$endgroup$
1
$begingroup$
I hope you don't mind the edit.. I was having a hard time seeing the numbers before.
$endgroup$
– JS1
Oct 2 at 7:17
$begingroup$
It's fine~ thanks! (My current environment can't upload images so I need to represent tables by all characters :( )
$endgroup$
– Conifers
Oct 2 at 7:35
add a comment
|
$begingroup$
Give a non-loop solution firstly:
04 29 16 33 36 05
13 26 23 20 11 30
32 35 08 01 14 17
19 10 03 06 27 24
22 15 12 31 34 09
07 28 25 18 21 02
Update:
Give another solution with loop:
01 26 23 04 07 10
16 29 12 21 02 17
31 06 09 36 15 32
14 33 18 27 24 13
35 20 03 30 11 34
28 25 22 05 08 19
Strategy: We may categorize cells by distance of center:A B C C B A
B C D D C B
C D E E D C
C D E E D C
B C D D C B
A B C C B A
Consider that if we could make a route from A to E, and contains 1 A, 2 Bs, 3 Cs, 2 Ds and 1 E, then this is the $1/4$ sub-route and we could copy to another $3/4$ sub-routes by point symmetry.
Also E has 5 distance to A, thus we could finally connect those 4 sub-routes, forming a loop.
$endgroup$
1
$begingroup$
I hope you don't mind the edit.. I was having a hard time seeing the numbers before.
$endgroup$
– JS1
Oct 2 at 7:17
$begingroup$
It's fine~ thanks! (My current environment can't upload images so I need to represent tables by all characters :( )
$endgroup$
– Conifers
Oct 2 at 7:35
add a comment
|
$begingroup$
Give a non-loop solution firstly:
04 29 16 33 36 05
13 26 23 20 11 30
32 35 08 01 14 17
19 10 03 06 27 24
22 15 12 31 34 09
07 28 25 18 21 02
Update:
Give another solution with loop:
01 26 23 04 07 10
16 29 12 21 02 17
31 06 09 36 15 32
14 33 18 27 24 13
35 20 03 30 11 34
28 25 22 05 08 19
Strategy: We may categorize cells by distance of center:A B C C B A
B C D D C B
C D E E D C
C D E E D C
B C D D C B
A B C C B A
Consider that if we could make a route from A to E, and contains 1 A, 2 Bs, 3 Cs, 2 Ds and 1 E, then this is the $1/4$ sub-route and we could copy to another $3/4$ sub-routes by point symmetry.
Also E has 5 distance to A, thus we could finally connect those 4 sub-routes, forming a loop.
$endgroup$
Give a non-loop solution firstly:
04 29 16 33 36 05
13 26 23 20 11 30
32 35 08 01 14 17
19 10 03 06 27 24
22 15 12 31 34 09
07 28 25 18 21 02
Update:
Give another solution with loop:
01 26 23 04 07 10
16 29 12 21 02 17
31 06 09 36 15 32
14 33 18 27 24 13
35 20 03 30 11 34
28 25 22 05 08 19
Strategy: We may categorize cells by distance of center:A B C C B A
B C D D C B
C D E E D C
C D E E D C
B C D D C B
A B C C B A
Consider that if we could make a route from A to E, and contains 1 A, 2 Bs, 3 Cs, 2 Ds and 1 E, then this is the $1/4$ sub-route and we could copy to another $3/4$ sub-routes by point symmetry.
Also E has 5 distance to A, thus we could finally connect those 4 sub-routes, forming a loop.
edited Oct 2 at 8:59
answered Oct 2 at 6:53
ConifersConifers
5,1941 gold badge8 silver badges55 bronze badges
5,1941 gold badge8 silver badges55 bronze badges
1
$begingroup$
I hope you don't mind the edit.. I was having a hard time seeing the numbers before.
$endgroup$
– JS1
Oct 2 at 7:17
$begingroup$
It's fine~ thanks! (My current environment can't upload images so I need to represent tables by all characters :( )
$endgroup$
– Conifers
Oct 2 at 7:35
add a comment
|
1
$begingroup$
I hope you don't mind the edit.. I was having a hard time seeing the numbers before.
$endgroup$
– JS1
Oct 2 at 7:17
$begingroup$
It's fine~ thanks! (My current environment can't upload images so I need to represent tables by all characters :( )
$endgroup$
– Conifers
Oct 2 at 7:35
1
1
$begingroup$
I hope you don't mind the edit.. I was having a hard time seeing the numbers before.
$endgroup$
– JS1
Oct 2 at 7:17
$begingroup$
I hope you don't mind the edit.. I was having a hard time seeing the numbers before.
$endgroup$
– JS1
Oct 2 at 7:17
$begingroup$
It's fine~ thanks! (My current environment can't upload images so I need to represent tables by all characters :( )
$endgroup$
– Conifers
Oct 2 at 7:35
$begingroup$
It's fine~ thanks! (My current environment can't upload images so I need to represent tables by all characters :( )
$endgroup$
– Conifers
Oct 2 at 7:35
add a comment
|
Thanks for contributing an answer to Puzzling Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fpuzzling.stackexchange.com%2fquestions%2f89735%2fconsecutive-numbers-that-are-manhattan-distance-5-apart%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown