Sum of the product of binomial coefficients

133 Views Asked by At

I am trying to prove $\sum_{j=1}^{n-k}{n \choose j}{n-k-1 \choose j-1}={2n-k-1 \choose n-k}$. I tried to apply Vandermonde's Identity, however I have not been able to.

1

There are 1 best solutions below

3
On BEST ANSWER

If you rewrite the left-hand side as $$\sum_{j=1}^{n-k}\binom{n}{j} \binom{n-k-1}{n-k-j},$$ you can then use Vandermonde's identity.