Math Lab
Home/Class XI/Ch 7/Properties and identities of binomial coefficients

Properties and identities of binomial coefficients

The binomial coefficient (nr)\binom{n}{r} is more than a number that appears in an expansion. It is a counting object , the number of rr-subsets of an nn-set , and that combinatorial meaning generates a whole catalogue of identities. We collect the most useful ones here. Every identity has both an algebraic proof (manipulating factorials or expansions) and a combinatorial proof (counting the same thing two ways). Whenever possible, learn both , they protect against memory failures.

Definitions

For non-negative integers 0rn0 \le r \le n, (nr)=n!r!(nr)!.\binom{n}{r} = \frac{n!}{r!\,(n - r)!}. We extend the definition by (nr)=0\binom{n}{r} = 0 if r<0r < 0 or r>nr > n. The shorthand Cr:=(nr)C_r := \binom{n}{r} is common when nn is fixed.

Key identities

1. Symmetry. (nr)=(nnr)\binom{n}{r} = \binom{n}{n - r}.

Algebraically obvious from the formula. Combinatorially: choosing rr to include is the same as choosing nrn - r to exclude.

2. Pascal's rule. (nr)=(n1r1)+(n1r)\binom{n}{r} = \binom{n - 1}{r - 1} + \binom{n - 1}{r} for 1rn11 \le r \le n - 1.

Algebra: common denominator. Combinatorics: fix one element. Either include it (then choose r1r - 1 from the rest: (n1r1)\binom{n-1}{r-1} ways) or exclude it (choose rr from the rest: (n1r)\binom{n-1}{r} ways).

3. Absorption. r(nr)=n(n1r1)r \binom{n}{r} = n \binom{n - 1}{r - 1}.

Both sides count: choose a committee of rr from nn with a designated leader. LHS: pick the committee, then the leader. RHS: pick the leader first (nn ways), then the rest of the committee ((n1r1)\binom{n-1}{r-1} ways).

4. Sum of all coefficients. r=0n(nr)=2n\sum_{r=0}^n \binom{n}{r} = 2^n.

Set a=b=1a = b = 1 in the binomial theorem. Combinatorial: the total number of subsets of an nn-set is 2n2^n, and we partition them by size.

5. Alternating sum. r=0n(1)r(nr)=0\sum_{r=0}^n (-1)^r \binom{n}{r} = 0 for n1n \ge 1.

Set a=1,b=1a = 1, b = -1 in the binomial theorem. Combinatorial: an nn-set has equally many even- and odd-sized subsets.

6. Sum of squares. r=0n(nr)2=(2nn)\sum_{r=0}^n \binom{n}{r}^2 = \binom{2n}{n}.

Compare the coefficient of xnx^n on both sides of (1+x)n(1+x)n=(1+x)2n(1 + x)^n (1 + x)^n = (1 + x)^{2n}.

7. Sum of even-indexed = sum of odd-indexed. r even(nr)=r odd(nr)=2n1\sum_{r \text{ even}} \binom{n}{r} = \sum_{r \text{ odd}} \binom{n}{r} = 2^{n-1} for n1n \ge 1.

Add and subtract identities (4) and (5).

8. Vandermonde's identity. (m+nr)=k=0r(mk)(nrk)\binom{m + n}{r} = \sum_{k=0}^r \binom{m}{k}\binom{n}{r - k}.

Choose rr from m+nm + n people: split by how many come from the first group.

Worked examples

Example 1. Show (103)=(107)\binom{10}{3} = \binom{10}{7}.

By symmetry. Numerically: (103)=120=(107)\binom{10}{3} = 120 = \binom{10}{7}.

Example 2. Prove r=0nr(nr)=n2n1\sum_{r=0}^n r \binom{n}{r} = n \cdot 2^{n-1}.

Use absorption: r(nr)=n(n1r1)r \binom{n}{r} = n \binom{n-1}{r-1}. Then r=0nr(nr)=nr=1n(n1r1)=ns=0n1(n1s)=n2n1.\qed\sum_{r=0}^n r \binom{n}{r} = n \sum_{r=1}^n \binom{n-1}{r-1} = n \sum_{s=0}^{n-1} \binom{n-1}{s} = n \cdot 2^{n-1}. \qed

Alternatively, differentiate (1+x)n(1 + x)^n at x=1x = 1.

Example 3. Show r=0n(nr)2=(2nn)\sum_{r=0}^n \binom{n}{r}^2 = \binom{2n}{n}.

Compare coefficients of xnx^n in (1+x)n(1+x)n(1 + x)^n (1 + x)^n and (1+x)2n(1 + x)^{2n}. On the left, coeff of xn=r=0n(nr)(nnr)=r=0n(nr)2,\text{coeff of } x^n = \sum_{r=0}^n \binom{n}{r} \binom{n}{n - r} = \sum_{r=0}^n \binom{n}{r}^2, by symmetry. On the right, it is (2nn)\binom{2n}{n}.

Example 4. Prove (n0)+(n2)+(n4)+=2n1\binom{n}{0} + \binom{n}{2} + \binom{n}{4} + \dots = 2^{n-1} for n1n \ge 1.

Add (1+1)n=(nr)(1 + 1)^n = \sum \binom{n}{r} and (11)n=(1)r(nr)(1 - 1)^n = \sum (-1)^r \binom{n}{r}. Odd-rr terms cancel, even-rr terms double: 2r even(nr)=2nr even(nr)=2n1.2 \sum_{r \text{ even}} \binom{n}{r} = 2^n \Rightarrow \sum_{r \text{ even}} \binom{n}{r} = 2^{n-1}.

Example 5. Find the value of (504)+r=16(56r3)\binom{50}{4} + \sum_{r=1}^{6} \binom{56 - r}{3}.

Use Pascal repeatedly: (504)+(503)=(514)\binom{50}{4} + \binom{50}{3} = \binom{51}{4}. Then (514)+(513)=(524)\binom{51}{4} + \binom{51}{3} = \binom{52}{4}, and so on. After applying (56r3)\binom{56 - r}{3} for r=6,5,,1r = 6, 5, \dots, 1, the sum collapses to (564)\binom{56}{4}.

Try it yourself

  1. Compute (125)\binom{12}{5}.
  2. Show (nr)+(nr1)=(n+1r)\binom{n}{r} + \binom{n}{r - 1} = \binom{n+1}{r} from the factorial definition.
  3. Prove r=0n(1)rr(nr)=0\sum_{r=0}^n (-1)^r r \binom{n}{r} = 0 for n2n \ge 2.
  4. Show r=0n(nr)r+1=2n+11n+1\sum_{r=0}^n \dfrac{\binom{n}{r}}{r + 1} = \dfrac{2^{n+1} - 1}{n + 1}. (Hint: integrate (1+x)n(1 + x)^n from 00 to 11.)
  5. Prove that r=0nr2(nr)=n(n+1)2n2\sum_{r=0}^n r^2 \binom{n}{r} = n(n+1) 2^{n-2}.
  6. Compute (200)+(202)+(204)++(2020)\binom{20}{0} + \binom{20}{2} + \binom{20}{4} + \dots + \binom{20}{20}.
  7. If (2n3):(n2)=44:3\binom{2n}{3} : \binom{n}{2} = 44 : 3, find nn.
  8. Prove (n1)2(n2)+3(n3)+(1)n1n(nn)=0\binom{n}{1} - 2\binom{n}{2} + 3\binom{n}{3} - \dots + (-1)^{n-1} n \binom{n}{n} = 0 for n2n \ge 2.
  9. Show that (nr)\binom{n}{r} is largest when r=n/2r = \lfloor n/2 \rfloor or n/2\lceil n/2 \rceil.
  10. Prove Vandermonde's identity combinatorially.
  11. Find r=1nr(nr)2\sum_{r=1}^{n} r \binom{n}{r}^2. (Answer: n(2n1n1)n \binom{2n-1}{n-1}.)
  12. If C0,C1,,CnC_0, C_1, \dots, C_n are coefficients of (1+x)n(1 + x)^n, prove C0Cr+C1Cr+1++CnrCn=(2nnr)C_0 C_r + C_1 C_{r+1} + \dots + C_{n-r} C_n = \binom{2n}{n-r}.

Pitfalls / Tricks

  • Don't confuse "coefficient of xrx^r" with "the rr-th term". The former corresponds to rr in the formula; the latter is Tr+1T_{r+1}.
  • When using Pascal's rule iteratively, the indices must be consecutive , check carefully.
  • Many sums of binomial coefficients yield to the trick: evaluate (1+x)n(1 + x)^n at clever values of xx (like 1,1,i1, -1, i).
  • Insight. Every identity here has a combinatorial meaning. If you ever forget the formula, ask: what am I counting?

Practice quiz

Quick check on this topic.

Quiz
Quick check : Properties of binomial coefficients
6 questions · pick the best answer
Q1

Q2

Q3

Q4

Q5

Q6