Find the number of ways from to in the right angled isosceles triangle forming the sides:
to
,
to
,
to
.
You can only go in positive vertical or horizontal directions(only integer co-ordinates). Diagonals are not allowed.
Bonus : Try to find the number of ways for a general case like to .
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.
These kind of paths are represented by Catalan numbers,
The n t h Catalan number gives the number of ways to go from ( 0 , 0 ) t o ( n , n ) in an isosceles right angled triangle.
It is given by, C n = n + 1 1 . ( n 2 n )
Try to prove it!! I will post the proof if you don't get it.
Then for n = 8 ,
C n = 1 4 3 0