How to determine the value of $\displaystyle \sum_{k=0}^{r} \binom{n+k-1}{k}$?
By what rule/principle of summation you use to solve the problem given above? I have modified some theorems to use, but gives no result at last. There must be some ways I don't find it yet, which in reality may glance it. Could you help me?
Note that
$$\binom{n+k-1}{k}=\binom{n+k-1}{n-1}$$
then
$$\sum_{k=0}^{r} \binom{n+k-1}{k}=\sum_{k=0}^{r} \binom{n+k-1}{n-1}$$
then use Hockey-stick identity that is
$$\sum_{k=0}^{r} \binom{n+k-1}{n-1}=\sum_{k=n-1}^{n+r-1} \binom{k}{n-1}={{n+r}\choose{n}} $$