For $a, b, r, n \in \mathbb N$ : I have to simplify
$$\sum_{k = 0}^{r}\binom {a}k\binom {b}{r-k}$$
I tried by using factorials but it seemed more complicated
For $a, b, r, n \in \mathbb N$ : I have to simplify
$$\sum_{k = 0}^{r}\binom {a}k\binom {b}{r-k}$$
I tried by using factorials but it seemed more complicated
Hint:
Use that, by definition, $\dbinom nk$ is the coefficients of $x^k$ in the expansion of $(1+x)^n$. So here, consider the expansion of each side in the equality and compare the coefficients of $x^r$: $$(1+x)^a(1+x)^b=(1+x)^{a+b}.$$
$$\sum_{k = 0}^{r}\binom {r}kX^k=\sum_{k = 0}^{r}(\sum_{i = 0}^{k}\binom {a}i\binom {b}{k-i})X^k$$
So for k=r :$\binom {r}rX^r$=$\sum_{i = 0}^{r}\binom {a}r\binom {b}{r-i}X^r$, knowing that $\binom {r}r=1$
$$\sum_{k = 0}^{r}\binom {a}k\binom {b}{r-k}=1$$
– Lamethyste Dec 24 '18 at 10:33