11
$\begingroup$

Today's Hidato puzzle has a pretty complex twist. What is the twist, you ask?

This is what the twist is:

There are three different colors:

  • Yellow: Represents a prime number
  • Green: Represents a square number ($\sqrt x$ must produce a number $\alpha$ with $\alpha\in\mathbb N$)
  • Purple: Represents a number in the Fibonacci Sequence if that number is not already represented with another color.

Also, there are only 6 numbers to begin with.

Here is the puzzle:

enter image description here

The goal of Hidato is to fill the grid with a series of consecutive numbers adjacent to each other orthogonally or diagonally. All tiles are required to be filled in.

I have tested this out, and am able to confirm that this truly does have only one unique solution. (took me around 5 minutes)

Text version for colorblind users (best I could do, if someone could make this better then please do unless this is good enough):

-------------------------
|1  |Y  |   |Y  |12 |   |
-------------------------
|   |G  |Y  |G  |Y  |   |
-------------------------
|Y  |Y  |P  |Y  |G  |Y  |
-------------------------
|   |   |G  |   |18 |   |
-------------------------
|   |Y  |G36|35 |Y  |P  |
-------------------------
|Y  |30 |   |   |P  |   |
-------------------------
$\endgroup$
6
  • 1
    $\begingroup$ is 1 not a square number? :p $\endgroup$
    – juicifer
    Commented Nov 14, 2023 at 17:03
  • $\begingroup$ @juicifer It is, but I'm just ignoring it since the output is itself. It also is 2 numbers of the Fibonacci Sequence, so I'm just not coloring it because idk how to color a cell twice in Google Docs $\endgroup$
    – CrSb0001
    Commented Nov 14, 2023 at 17:05
  • 2
    $\begingroup$ I think a purple square is missing near 35 $\endgroup$
    – caPNCApn
    Commented Nov 14, 2023 at 17:15
  • $\begingroup$ @caPNCApn Ohh yeah you're right, I'll fix that quick $\endgroup$
    – CrSb0001
    Commented Nov 14, 2023 at 17:16
  • 1
    $\begingroup$ Missed opportunity to use imaginary numbers. How would that even work though? Hmm... $\endgroup$
    – No Name
    Commented Nov 15, 2023 at 1:38

1 Answer 1

9
$\begingroup$

Solution:

enter image description here


Step by step:

1:

A key thing to note that isn't explicitly stated is that all primes are coloured, and same for the other colours. Using this, the purple numbers must be 8, 21, and 34. The 34 must be next to the 35.
So knowing this, 2 and 3 can be easily placed to start. Now if the bottom right purple is 8, it won't be able to reach 12, so it must be the other purple, with the bottom right purple being 21.

The two yellows touching the 12 must be 11 and 13, and if the top is 13 then 15 would have to be on green, but as it is not square, the top yellow is 11, which also places the 10. The two greens below are then a 4/9 pair. Top right must be 14 and 15 as neither of them are prime or square.

enter image description here

2:

16 can now be placed from 15, and this means the other green is 25. Now looking at the order of the 4 and 9, if the 4 is on the right then there is no place for a 7, so it must be on the left. The 6 must be the white cell, which gives one option for the 5, 6 and 7.

enter image description here

3:

The yellows next to 16 must be 17 and 19, and for 19 to reach 21 the 19 must be on the right. 22 and 23 can also be placed at the bottom, as well as 24 to get to 25. We know the two remaining yellows are 29 and 31, and for 30 to get to 34, 31 must be the furthest right one. There is then one path from 25 to 29, and we have solved!

enter image description here

$\endgroup$
2
  • 2
    $\begingroup$ Alternative logic: 8 (purple) must be adjacent to 9 (green). $\endgroup$ Commented Nov 14, 2023 at 17:29
  • $\begingroup$ @DanielMathias nice, that's much simpler than my way :P $\endgroup$ Commented Nov 14, 2023 at 20:49

Not the answer you're looking for? Browse other questions tagged or ask your own question.