Let $s, m,n \in \mathbb{N_0}$.
For $n \geq m$ we have the grid $(s+m+1) \times (n-m)$.
(a) How can one find out how many different grid roads from $(0,0)$ to $(s,k)$ exist for a fixed $k$? (A grid road is defined as a way, which only consists of (1,0) (going right) or (0,1) (going to the top) steps.
(b) And how many different grid roads exist from $(s+1,k)$ to $(s+m+1,n-m)$ exist for a fixed $k$?
For (a) I would say that for a fixed $k$ we have $$(s+m+1)+(n-m) \choose (s+m+1) $$ because in a normal grid there are $n+m \choose n$.
For (b) I would say $$(s+m+1+1) + (n-m) \choose s+m$$
Is it possible to show Vandermonde's identity by using what is given above?


Now we fix a vertical line going through $(s,0)$. Each path from $(0,0)$ to $(s+m+1,n-m)$ will cross the line at some point $(s,k)$ with $0\leq k\leq n-m$.
We can so partition all valid paths by taking paths crossing the line at a specific height $k$.