1
$\begingroup$

Here is the problem:

$\displaystyle\sum_{k=0}^{p}\binom{p+q-k}{q}\binom{r+k}{r}\ = \binom{p+q+r+1}{p}$

How to prove this using combinatorics? I don't want to use algebra or something. My idea was that since we are not explicitly choosing $k$, we probably shouldn't choose from a subset which can be added to $r$ or subtracted from $p+q$,instead we can imagine a bit string of probably p+q+r+1 length with $r+1$ ones and $p+q$ zeroes and consider counting on basis of occurrence of last one. But it isn't working out to be correct. Can someone please help

$\endgroup$
2
  • $\begingroup$ The equality should be also true in the case $p=-1$? Please say something about the values of $p,q,r$. $\endgroup$
    – dan_fulea
    Commented Nov 24, 2020 at 12:05
  • $\begingroup$ @dan_fulea they should be natural numbers. don't go into negative integers thing:) $\endgroup$ Commented Nov 24, 2020 at 12:32

1 Answer 1

1
$\begingroup$

Imagine choosing $q+r+1$ numbers from $1,...,p+q+r+1$ such that the $r+1$ - th smallest number is $r+k+1$.

  1. Choose $r$ numbers from $1,...,r+k$, $\binom{r+k}{r}$
  2. $r+k+1$ is already determined as the $r+1$ - th number
  3. Then choose remaining $q$ numbers from $r+k+2,...,p+q+r+1$, $\binom{p+q-k}{q}$

In total, there are $\binom{p+q-k}{q}\binom{r+k}{r}$ possibilities. Now what if we sum for all possible values of $k$? We get the number of all possible $q+r+1$ combination from $1,...,p+q+r+1$. Isn’t that $\binom{p+q+r+1}{q+r+1}=\binom{p+q+r+1}{p}$?

$\endgroup$
4
  • $\begingroup$ Thanks. I understood ^_^ $\endgroup$ Commented Nov 24, 2020 at 12:38
  • $\begingroup$ Your first sentence has a grammatical error. Kindly correct $\endgroup$
    – GilbertS
    Commented Nov 24, 2020 at 15:33
  • $\begingroup$ @GilbertS No haha this is not english.stackexchange.com $\endgroup$
    – acat3
    Commented Jul 3, 2021 at 11:51
  • $\begingroup$ But without that correction I don't understand the imagination you are trying to lay out. I stop right there $\endgroup$
    – GilbertS
    Commented Jul 4, 2021 at 3:48

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .