a) $\sum_{i=0}^n \binom{n}{i} \binom{2n}{n-i} = \binom{3n}{n}$
b) $\binom{2n+2}{n+1} = \binom{2n}{n+1} + 2 \binom{2n}{n} + \binom{2n}{n-1}$
c) $\sum_{i=0}^n \binom{k+i}{k} = \binom{k+n+1}{k+1}$
I am very confused and have no idea how to approach these problems? Any assistance?
For $a)$, it is equivalent to 1) select $n$ out of $3n$ elements, and 2) to select $i$ out of the first $n$ elements and then $n-i$ out of the remaining $2n$ elements, for some $i$. That is, each selection done according to 1) can be done according to 2), and vice versa. Thus there are equally many ways to do each, hence the equality.