[Math] How many different paths can the ball take as it falls from top to bottom

combinatorics

How many different paths can the ball take as it falls from top to bottom?

I've shown my work below; I am wanting to make sure that I've applied Pascal's Triangle to this shape correctly. Honestly, I'm not too familiar with this kind of problem, so I just need to know–

Is this correct, or am I completely on the wrong track?

Best Answer

The bottom rightmost $5$ should be a $6$, giving $126$ paths instead of $125$. Otherwise, your work is correct.

An easier way would be to just compute ${9\choose 4}$ directly. (Can you see why?)

Related Question