Question
How do you prove the binomial coefficient identity and compute $\binom{60}{55}$?
Original question: Question 8 (a) Show that $3\left(\frac{5}{2}\right)=5\left(\frac{4}{2}\right)$. $3\,\left(5\times\frac{4}{2}\right)=5\,\left(\frac{4\times3}{2}\right)$ $3\,(5\cdot2)=5\,(2\cdot3)$ $=30=30$ (b) Show that $(n-k)\binom{n}{k}=n\binom{n-1}{k}$ for all $n$ and $k$ that are positive integers, $n>k$. $n-k\,\binom{n}{k}=\frac{n!}{k!(n-k)!}=\frac{n(n-1)!}{k!(n-1-k)!}$ $=\frac{(n-k)(n-1)!}{k!(n-k)(n-1-k)!}$ $=\frac{n(n-1)!}{k!(n-k)!}$ Hence UHS: KHS. (c) Hence, or otherwise, evaluate $\binom{60}{55}$, given that $\binom{59}{55}=455126$. $\left(n-k\right)\binom{n}{k}=n\binom{n-1}{k}$ $\binom{60}{55}=60\binom{59}{55}$ $=60\times455126$ $=5461512$ End of questions
Expert Verified Solution
Key takeaway: This is a classic algebra-with-factorials problem. The proof is mostly about rewriting the factorials carefully, and the final calculation uses the identity in a very efficient way.
(a) Show that
Using the numbers exactly as written:
Now simplify both sides:
So both sides equal
(b) Show that
Start from the left-hand side:
Since , we get
Cancel one factor of :
But
so the expression becomes
Hence,
(c) Evaluate given .
Use the identity with and :
So
Divide by 5:
Pitfalls the pros know 👇 In part (b), the dangerous step is canceling factorial terms too quickly and losing track of the remaining factor. Write out the factorials before simplifying.
In part (c), another common mistake is to forget that , so you must divide by 5 at the end. Also, remember symmetry: , which can be a helpful check.
What if the problem changes? If the given value were instead, the same identity could be used with . More generally,
lets you move between neighboring rows of Pascal’s triangle without expanding every factorial from scratch.
Tags: binomial coefficient, factorial identity, Pascal triangle
FAQ
How do you prove $(n-k)\binom{n}{k}=n\binom{n-1}{k}$?
Expand the binomial coefficients using factorials, simplify $n!$ as $n(n-1)!$, and cancel the common factors to obtain the identity.
What is $\binom{60}{55}$ if $\binom{59}{55}=455126$?
Using $(60-55)\binom{60}{55}=60\binom{59}{55}$ gives $5\binom{60}{55}=60\times455126$, so $\binom{60}{55}=5461512$.