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

thumb_up100%(1 rated)

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

3(52)=5(42).3\left(\frac{5}{2}\right)=5\left(\frac{4}{2}\right).

Using the numbers exactly as written:

3(5×42)=5(4×32).3\left(5\times\frac{4}{2}\right)=5\left(\frac{4\times3}{2}\right).

Now simplify both sides:

3(52)=5(23).3(5\cdot2)=5(2\cdot3).

So both sides equal

30.30.

(b) Show that

(nk)(nk)=n(n1k),n>k.(n-k)\binom{n}{k}=n\binom{n-1}{k}, \qquad n>k.

Start from the left-hand side:

(nk)(nk)=(nk)n!k!(nk)!.(n-k)\binom{n}{k}=(n-k)\frac{n!}{k!(n-k)!}.

Since n!=(n)(n1)!n!=(n)(n-1)!, we get

(nk)(nk)=(nk)n(n1)!k!(nk)!.(n-k)\binom{n}{k}=(n-k)\frac{n(n-1)!}{k!(n-k)!}.

Cancel one factor of (nk)(n-k):

(nk)(nk)=n(n1)!k!(nk1)!.(n-k)\binom{n}{k}=\frac{n(n-1)!}{k!(n-k-1)!}.

But

(n1k)=(n1)!k!(n1k)!,\binom{n-1}{k}=\frac{(n-1)!}{k!(n-1-k)!},

so the expression becomes

n(n1k).n\binom{n-1}{k}.

Hence,

(nk)(nk)=n(n1k).(n-k)\binom{n}{k}=n\binom{n-1}{k}.

(c) Evaluate (6055)\binom{60}{55} given (5955)=455126\binom{59}{55}=455126.

Use the identity with n=60n=60 and k=55k=55:

(6055)(6055)=60(5955).(60-55)\binom{60}{55}=60\binom{59}{55}.

So

5(6055)=60×455126.5\binom{60}{55}=60\times455126.

Divide by 5:

(6055)=12×455126=5461512.\binom{60}{55}=12\times455126=5461512.


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 6055=560-55=5, so you must divide by 5 at the end. Also, remember symmetry: (6055)=(605)\binom{60}{55}=\binom{60}{5}, which can be a helpful check.

What if the problem changes? If the given value were (5954)\binom{59}{54} instead, the same identity could be used with k=54k=54. More generally,

(nk)(nk)=n(n1k)(n-k)\binom{n}{k}=n\binom{n-1}{k}

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$.

chat