I am trying to solve the following combinatorics question:
Prove that
$$\binom{n+2} {k} = \binom{n} k + 2\binom n {k-1} + \binom n {k-2}$$
I am trying to solve the following combinatorics question:
Prove that
$$\binom{n+2} {k} = \binom{n} k + 2\binom n {k-1} + \binom n {k-2}$$
On
We have $n+2$ balls, $2$ are red and $n$ blue (all of different sizes).
On how many way can we choose $k$ balls?
Answer:
We can chose $0$ red and $k$ blue balls, that is ${2\choose 0}{n\choose k}$.
We can chose $1$ red and $k-1$ blue balls, that is ${2\choose 1}{n\choose k-1}$ combinations.
We can chose $2$ red and $k-2$ blue balls, that is ${2\choose 2}{n\choose k-2}$ combinations.
Hint: