I need help solving this problem ${{n}\choose{4}}={{n-3}\choose{4}}+3{{n-3}\choose{3}}+3{{n-3}\choose{2}}+n-3$. I was thinking for the LHS that I'm choosing 4 students to get a prize out of n students but I am not sure about the RHS. Please help.
2026-03-29 12:39:24.1774787964
On
Combinatorial proof of ${{n}\choose{4}}={{n-3}\choose{4}}+3{{n-3}\choose{3}}+3{{n-3}\choose{2}}+n-3$
177 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
2
On
Use Vandermonde identity: $$ \binom{n}{4}=\sum_{i\ge 0} \binom{n-3}{4-i}\binom{3}{i}, $$ which has the well-known combinatorial interpretation: if you have to choose $4$ objects on a total of $n$ objects, then it is the same of choosing $i$ in the first $3$ ones, and $4-i$ in the remaining ones, summing over $i\ge 0$.
Split $n$ into two groups, $A$ and $B$, $|A| = n-3$ and $|B|=3$. This could correspond, for example, to some additional attribute of the $B$ group.
Then focus on the split of choices between the subgroups:
These cover all the possibilities from a simple choice of $4$ from the original $n$ so sum to the same value.