Hopping to the Right

How many ways are there to get from A to B if we are only allowed to move to the right along the colored semicircle arcs?

2 3 = 8 2^3 = 8 ( 5 2 ) = 10 { 5 \choose 2 } = 10 ( 3 1 ) = 3 { 3 \choose 1 } = 3 2 4 = 16 2^4 = 16

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Chung Kevin
Oct 10, 2018

There are 3 intermediate steps between A and B. For each step, we either land there or do not land there.
Once we know which steps we land on, there is a unique way to get from A to B (basically taking the arc to the next step). This sets up the bijection between ways from A to B and the set of steps that we land on.
Hence, there are 2 3 2^ 3 ways to get from A to B.


We see that this solution easily generalizes to get 2 n 2^n ways from A to B (where n n is the number of intermediate steps).

Geoff Pilling
Oct 5, 2018

Essentially, you can get to any point from any previous point. So, the number of ways to get to any point is given by the sum of the ways to get to any of the previous points.

So, if n m = n_m = The number of ways to get to the m m th point.

Then n m = i < m n i n_m = \sum_{i<m} n_i

And clearly n 1 = 1 n_1 = 1 and n 2 = 1 n_2 = 1

Therefore,

  • n 1 = 1 n_1=1
  • n 2 = 1 n_2=1
  • n 3 = 2 n_3=2
  • n 4 = 4 n_4=4

n 5 = 8 n_5 = \boxed8

Oh, it's actually much easier / more direct than that. There's a reason why the answer is listed as 2 3 = 8 2^3 = 8 .

If you look at the numbers you generated, they are all powers of 2.

Chung Kevin - 2 years, 8 months ago

Log in to reply

True.

Trusting patterns though, and what things look like can often be misleading...

Geoff Pilling - 2 years, 8 months ago

Log in to reply

I added my solution.

Chung Kevin - 2 years, 8 months ago

Aren't 1,1,2,4 and 8 tetranacci numbers ?

Vijay Simha - 2 years, 7 months ago

Log in to reply

Yes. Yes they are! :)

Geoff Pilling - 2 years, 7 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...