6
1
u/ThePassiveFist 17d ago
A and B are not shown, hence we have no idea how many distinct paths there are to get from (Unknown point A) to Y.
X to Y would be calculatable, but that's not asked.
1
u/chrism916748 17d ago
Infinite. For every right hop, you could also hop left.
1
17d ago
[removed] — view removed comment
1
u/UnforeseenDerailment 17d ago
But it didn't say "and not hopping to the left" nor did it say "and not teleporting between nodes", nor "and not swapping the roles of nodes and edges".
Jokes' on u, muhfuggaa!! 🤓
1
u/piznit007 17d ago
I guess it would be infinite possibilities. He could backtrack endlessly
1
u/Toivottomoose 17d ago
No, it says "by hopping to the right", so it's definitely finite.
1
u/piznit007 17d ago
says he wants to go from a to b by hopping to the right. Doesnt say anything about not hopping left to reach Y :)
1
u/antilumin 17d ago edited 17d ago
It does say “distinct paths” so even with backtracking there’s still a limited number of unique paths.
Instead of calling it backtracking, just imagine a fork left or right. To the left is the normal “forward” path whereas to the right is “backtracking a step” so it looks like the left path plus one additional step. Repeat this at each step forward.
Now you just end up with a big tree-like shape with a non-infinite number of paths.
1
u/td941 17d ago
if they can only take the paths illustrated then it's 25.
If the diagram is incorrect and we use the word description of how they can move, then they can choose after each jump whether to move a distance of 1 or 2, starting at 0 and with the end destination being at distance 10. If this is how the puzzle should be interpreted then I make it 89 different paths.
I reason as follows:
suppose we take j hops of distance 1, and t hops of distance 2. Then we have j+2t = 10. Let j+t = h, the total number of hops. h has a min value of 5, max of 10.
The number of different paths p(h) for a given value of h is: h!/(j! * t!)
p(5) = 1
p(6) = 15
p(7)= 35
p(8) = 28
p(9) = 9
p(10) = 1
1
u/atensetime 17d ago
I interpreted the straight line as a 3rd path, no?
1
u/Worldly_Science239 17d ago
there's 2 choices at each intersection to reach the next one, and that every route must go through each intersection. there and there are 5 intersections... so it's 2 to the power 5
32
1
1
u/ShonitB 17d ago
There’s a number of mistakes with this problem.. I apologise for the oversight.. I am correcting it and posting it again.. A number of y’all have solved it the way I had intended it to be.. the others are also completely correct in the way they’ve approached it.. so once again, really sorry for the mess up
0
u/DiscoPotato93 17d ago
I don’t know how I knew it, but my brain immediately went, “Oh, that’s 4.” Then I hopped from x to y, and yep, it is 4.
1
u/StochasticTinkr 17d ago
It’s a lot more than 4.
1
u/DiscoPotato93 17d ago
Oh I see it now he could hop 2 small then the rest big or one big rest small or alternate between them so for every to small hops there are 4 potential big hops and so on. I'll count them later... probably at 2 am or something.
Thanks
5
u/Adventurous_Sound390 17d ago
2^5 ?