I've been trying to prove this problem for awhile now, as preparation for a test, could anyone provide a solution I could follow?
$$\sum\limits_{k=0}^{n} {{m+k} \choose{k}} = { m+n+1 \choose n }$$ for all nonnegative integers m and n.
Any help will be appreciated.
The upper limit should be $n$. So we have $$ \sum\limits_{k=0}^{n} {{m+k} \choose{k}} = \sum\limits_{k=0}^{n} {{m+k} \choose{m}}$$ is the coefficient of $x^m$ in $$(1+x)^m + (1+x)^{m+1}+\ldots + (1+x)^{m+n} = (1+x)^m\frac{(1+x)^{n+1}-1}{(1+x)-1} = \frac{(1+x)^{m+n+1}-(1+x)^m}{x}$$ that is, we want the coefficient of $x^{m+1}$ in $(1+x)^{m+n+1}-(1+x)^m$. The last term contributes nothing, and the first term contributes $\binom{m+n+1}{m+1} = \binom{m+n+1}{n}$ which is what you require.