For $$4\le r \le n,$$ $${n \choose r}+4{n \choose {r+1}}+6{n \choose {r+2}}+4{n \choose {r+3}}+{n \choose {r+4}}$$ equals 1. $${n+4}\choose{r+4}$$ 2.$${n+4}\choose{r}$$ 3.$${n+3}\choose{r-1}$$ 4.$${n+4}\choose{r+3}$$
I have no idea to solve this one. Would be grateful to anyone who helps. Thank you.
Vandermonde's identity is useful, but I will demonstrate combinatorially. Given formula can be represented as $$ \binom{4}{4}\binom{n}{r}+\binom{4}{3}\binom{n}{r+1}+\binom{4}{2}\binom{n}{r+2}+\binom{4}{1}\binom{n}{r+3}+\binom{4}{0}\binom{n}{r+4}. $$ Let $S=\{1,2,\cdots, n,n+1,n+2,n+3,n+4\}$ and its subset $T=\{n+1,n+2,n+3,n+4\}$. First, you can select $r+4$ elements of $S$ without repetition. Then the number of possiblities is $\binom{n+4}{r+4}$. Now select $r+4-k$ elements of $S\setminus T$ and $k$ elements of $T$ (still selecting $r+4$ elements of $S$), where $0\le k \le 4$. Then by multiplication rule, the number of possiblities is $\binom{n}{r+4-k}\binom{4}{k}$. Since $k$ can be $0,1,2,3,4$, we get $$ \binom{n+4}{r+4}=\binom{4}{4}\binom{n}{r}+\binom{4}{3}\binom{n}{r+1}+\binom{4}{2}\binom{n}{r+2}+\binom{4}{1}\binom{n}{r+3}+\binom{4}{0}\binom{n}{r+4}. $$