Prove using combinatorics $\sum\limits_{i=k}^{n-r+k}\binom{i}{k}\binom{n-i}{r-k}=\binom{n+1}{r+1}$.
The right side is sth clear choosing $r+1$ balls from $n+1$ different balls.The left side want to choose $r$ balls from $n$ balls but we should consider $i$ black balls and $n-i$ white balls then choose $k$ black and $r-k$ white balls.Because the main work in left side is choosing $r$ balls then I used to do the proof like the proof of $\sum\limits_{i=r}^n\binom{i}{r}=\binom{n+1}{r+1}$but it didn't help me.Any hints?