1. Pascal's Triangle & Binomial Coefficients0%

Binomial Theorem · Topic 1 of 4

1. Pascal's Triangle & Binomial Coefficients

Video coming soon4 worked examples

Theory

Writing out (x+y)n(x+y)^n for n=0,1,2,3,n = 0,1,2,3,\dots and recording only the coefficients produces Pascal's triangle:

11112113311464115101051\begin{array}{c} 1 \\ 1 \quad 1 \\ 1 \quad 2 \quad 1 \\ 1 \quad 3 \quad 3 \quad 1 \\ 1 \quad 4 \quad 6 \quad 4 \quad 1 \\ 1 \quad 5 \quad 10 \quad 10 \quad 5 \quad 1 \end{array}

Every row starts and ends with 11, and each entry inside a row is the sum of the two entries above it. The triangle is also symmetrical about its centre.

Rather than extend the triangle line by line, we use factorials. For nNn \in \mathbb{N}, n!=n(n1)(n2)3×2×1n! = n(n-1)(n-2)\cdots 3 \times 2 \times 1, with the special definition 0!=10! = 1. The binomial coefficient (read “nn choose rr”) is then:

(nr)=n!r!(nr)!,0rn\binom{n}{r} = \frac{n!}{r!\,(n-r)!}, \qquad 0 \le r \le n

These are exactly the entries of Pascal's triangle: row nn is (n0),(n1),,(nn)\binom{n}{0}, \binom{n}{1}, \dots, \binom{n}{n}. Two properties follow, and you are expected to be able to prove both:

Symmetry:(nr)=(nnr)\textbf{Symmetry:}\quad \binom{n}{r} = \binom{n}{n-r}
Pascal’s rule:(nr)+(nr+1)=(n+1r+1)\textbf{Pascal's rule:}\quad \binom{n}{r} + \binom{n}{r+1} = \binom{n+1}{r+1}

Symmetry is the mirror image of the triangle; Pascal's rule is the “add the two above” construction written algebraically.

The Golden Rule: to prove an identity in binomial coefficients, replace every (nr)\binom{n}{r} by its factorial definition, put the terms over a common denominator, and simplify until the required form appears. Never argue from a few numerical rows — that is a check, not a proof.

⚠️ Common Examiner Traps

  • Forgetting 0!=10! = 1: this is a definition, not a calculation, and it is what makes (n0)=1\binom{n}{0} = 1 work.
  • Verifying instead of proving: checking an identity for n=5, r=2n=5,\ r=2 earns no marks. A proof must hold for general nn and rr.
  • The common denominator: in Pascal's rule the two denominators are r!(nr)!r!(n-r)! and (r+1)!(nr1)!(r+1)!(n-r-1)!. Use (r+1)!=(r+1)r!(r+1)! = (r+1)\,r! and (nr)!=(nr)(nr1)!(n-r)! = (n-r)(n-r-1)! to bridge them.
  • Discarding invalid solutions: when solving for nn, only whole-number values with nrn \ge r are admissible.

Worked examples

Example 1

Evaluate (94)\binom{9}{4} and (128)\binom{12}{8}, and state which other coefficient equals (128)\binom{12}{8}.

Step 1: Apply the definition to (94)\binom{9}{4}:

(94)=9!4!5!=36288024×120=3628802880=126\binom{9}{4} = \frac{9!}{4!\,5!} = \frac{362880}{24 \times 120} = \frac{362880}{2880} = 126

Step 2: For (128)\binom{12}{8}, cancelling 8!8! first keeps the numbers manageable:

(128)=12!8!4!=12×11×10×94×3×2×1=1188024=495\binom{12}{8} = \frac{12!}{8!\,4!} = \frac{12 \times 11 \times 10 \times 9}{4 \times 3 \times 2 \times 1} = \frac{11880}{24} = 495

Step 3: By the symmetry property, (128)=(12128)=(124)\binom{12}{8} = \binom{12}{12-8} = \binom{12}{4}, which is also 495495 — and, as Step 2 shows, is the quicker one to compute.

Example 2

Prove that (nr)=(nnr)\binom{n}{r} = \binom{n}{n-r}.

Step 1: Start from the right-hand side and use the definition, replacing rr by nrn-r:

(nnr)=n!(nr)!(n(nr))!\binom{n}{n-r} = \frac{n!}{(n-r)!\,\bigl(n-(n-r)\bigr)!}

Step 2: Simplify the second factorial in the denominator:

n(nr)=r    (nnr)=n!(nr)!r!n - (n-r) = r \quad\implies\quad \binom{n}{n-r} = \frac{n!}{(n-r)!\,r!}

Step 3: Multiplication is commutative, so (nr)!r!=r!(nr)!(n-r)!\,r! = r!\,(n-r)!:

(nnr)=n!r!(nr)!=(nr)\binom{n}{n-r} = \frac{n!}{r!\,(n-r)!} = \binom{n}{r}

Hence the two coefficients are equal for all 0rn0 \le r \le n, as required.

Example 3

Prove Pascal's rule: (nr)+(nr+1)=(n+1r+1)\binom{n}{r} + \binom{n}{r+1} = \binom{n+1}{r+1}.

Step 1: Write both terms using the definition:

(nr)+(nr+1)=n!r!(nr)!+n!(r+1)!(nr1)!\binom{n}{r} + \binom{n}{r+1} = \frac{n!}{r!\,(n-r)!} + \frac{n!}{(r+1)!\,(n-r-1)!}

Step 2: The common denominator is (r+1)!(nr)!(r+1)!\,(n-r)!. Multiply the first fraction by r+1r+1\dfrac{r+1}{r+1} and the second by nrnr\dfrac{n-r}{n-r}, using (r+1)!=(r+1)r!(r+1)! = (r+1)r! and (nr)!=(nr)(nr1)!(n-r)! = (n-r)(n-r-1)!:

=n!(r+1)(r+1)!(nr)!+n!(nr)(r+1)!(nr)!= \frac{n!\,(r+1)}{(r+1)!\,(n-r)!} + \frac{n!\,(n-r)}{(r+1)!\,(n-r)!}

Step 3: Combine over the single denominator and simplify the numerator:

=n![(r+1)+(nr)](r+1)!(nr)!=n!(n+1)(r+1)!(nr)!=(n+1)!(r+1)!(nr)!= \frac{n!\bigl[(r+1) + (n-r)\bigr]}{(r+1)!\,(n-r)!} = \frac{n!\,(n+1)}{(r+1)!\,(n-r)!} = \frac{(n+1)!}{(r+1)!\,(n-r)!}

Step 4: Compare with the definition of the target coefficient:

(n+1r+1)=(n+1)!(r+1)!((n+1)(r+1))!=(n+1)!(r+1)!(nr)!\binom{n+1}{r+1} = \frac{(n+1)!}{(r+1)!\,\bigl((n+1)-(r+1)\bigr)!} = \frac{(n+1)!}{(r+1)!\,(n-r)!}

The two expressions are identical, so the identity holds.

Example 4

Find the value of nn for which (n2)=78\binom{n}{2} = 78.

Step 1: Expand the coefficient using the definition, cancelling (n2)!(n-2)!:

(n2)=n!2!(n2)!=n(n1)2\binom{n}{2} = \frac{n!}{2!\,(n-2)!} = \frac{n(n-1)}{2}

Step 2: Set this equal to 7878 and rearrange into a quadratic:

n(n1)2=78    n2n156=0\frac{n(n-1)}{2} = 78 \implies n^2 - n - 156 = 0

Step 3: Factorise and solve:

(n13)(n+12)=0    n=13  or  n=12(n-13)(n+12) = 0 \implies n = 13 \ \text{ or } \ n = -12

Step 4: Since nn must be a positive whole number, n=12n = -12 is rejected. Therefore n=13n = 13, which checks out: 13×122=78\frac{13 \times 12}{2} = 78.