I'm having problems showing this equation, hope someone here can help me:
$$\sum_{k=0}^{i-1}{i-1 \choose k}{j-1\choose k} = {i+j-2\choose j-1}$$
where $1 \leq i\leq j $.
I'm having problems showing this equation, hope someone here can help me:
$$\sum_{k=0}^{i-1}{i-1 \choose k}{j-1\choose k} = {i+j-2\choose j-1}$$
where $1 \leq i\leq j $.
Note that $\binom{j-1}{k} = \binom{j-1}{j-1-k}.$
Then both sides are different ways of counting how to take $j-1$ elements from $\{1, 2, \ldots , i+j-2\}$.
Edit to clarify:
Imagine there are $i-1$ boys and $j-1$ girls, and you want to form a committee of $j-1$ people. How many ways to do this are there? Obviously, one way of expressing this number is the RHS. On the other hand, you can pick $k$ boys first, then pick $j-1-k$ girls. This gives one term on the LHS. We sum this for all possible values of $k$ to give the LHS. (Note: the expression works if there are at least as many girls as boys. Otherwise, the range of $k$ will overshoot.)
linear-algebra
? – José Carlos Santos Jun 17 '20 at 10:14