Define an ``allowable path" from a point $(x,y) \in R^2$ to a point $(x',y') \in R^2$ to be a path from $(x,y)$ to $(x',y')$ consisting of a finite sequence of positive, length $1$, horizontal and vertical steps. In particular, there are no allowable paths from $(x,y)$ to $(x',y')$ unless $(x'-x)$ and $(y'-y)$ are both non-negative integers.
Show that there are ${m+n \choose n}$ allowable paths from $(0,0)$ to $(m,n)$ for all $m, n \in Z$.
Try to do this using Pascal's Triangle!