The diagram below shows a $4$ rows $\times$ $6$ columns grid. Find the number of ways to travel from $A$ (at the bottom left) to the top right along the grid lines. At every junction point, one can only go right or upwards.
I can setup a tree diagram and then count (slowly) the total number of routes. The question is how to arrive at the elegant answer : $\binom{8}{3}$.
