Resources For Teachers For Tutors For Students & Parents Pricing
Year 11 Specialist (Unit 1 & 2) Combinatorics

Pascals triangle

20 practice questions 0 video lessons Theory + worked examples

Pascal's triangle is a key tool for combinatorics in Year 11 Specialist Mathematics in Queensland (QCAA): a triangular array in which every entry is the sum of the two entries above it.

You will learn to build each row by the sum rule, read its entries as combinations, and apply Pascal's rule and symmetry. Each row totals a power of two and counts the subsets of a set — groundwork for probability and later counting.

Create a free accountTrack your progress and save your work as you go.
Create free account

Theory

Pascal's triangle is a triangular array of numbers in which every entry is the sum of the two entries above it. In Year 11 Specialist Mathematics (QCAA, Queensland) its entries are the combinations \({}^{n}C_{r}\), so the triangle reveals Pascal's rule, the symmetry of \({}^{n}C_{r}\), and why each row adds to \(2^{n}\).

Pascal's triangle is a triangular array of whole numbers. Each row starts and ends with \(1\), and every entry in between is the sum of the two entries immediately above it (the sum rule). The rows are numbered from \(n=0\) at the top, and the positions within a row from \(r=0\) on the left.

The entry in row \(n\), position \(r\), is exactly the combination \({}^{n}C_{r}\) — the number of ways to choose \(r\) objects from \(n\) when order does not matter. So the triangle is just the combinations \({}^{n}C_{r}\) laid out row by row.

Because each entry equals the sum of the two above, the combinations obey Pascal's rule: \({}^{n}C_{r}={}^{n-1}C_{r-1}+{}^{n-1}C_{r}\). Each row is also symmetric, since \({}^{n}C_{r}={}^{n}C_{n-r}\), and the entries of row \(n\) add to \(2^{n}\).

That row total \(2^{n}\) counts every subset of an \(n\)-element set: the \({}^{n}C_{r}\) entry counts the subsets of size \(r\), and adding them across the row gives all \(2^{n}\) subsets.

Pascal's triangle, rows n=0 to n=4 Rows one; one one; one two one; one three three one; one four six four one. The centre entry six in the last row, which is 4 choose 2, is circled in gold. n=0 1 n=1 1 1 n=2 1 2 1 n=3 1 3 3 1 n=4 1 4 6 4 1 circled entry = 4C2 = 6
Pascal's triangle, rows \(n=0\) to \(n=4\); the circled centre entry is \({}^{4}C_{2}=6\).
Sum rule of Pascal's triangle Two neighbouring entries four and six in one row are joined by lines to the entry ten directly below and between them, showing four plus six equals ten. 4 6 10 4 + 6 = 10
The sum rule: neighbouring entries \(4\) and \(6\) add to the \(10\) directly below.

The entry in row \(n\), position \(r\), is the combination

\[ {}^{n}C_{r} = \dfrac{n!}{r!\,(n-r)!} \]
Cn=n!r!(n-r)!

Each entry is the sum of the two above it, which is Pascal's rule:

\[ {}^{n}C_{r} = {}^{n-1}C_{r-1} + {}^{n-1}C_{r} \]
Cn=Cn-1+Cn-1

Each row is symmetric, and the entries of row \(n\) add to a power of two:

\[ {}^{n}C_{r} = {}^{n}C_{n-r}, \qquad \sum_{r=0}^{n} {}^{n}C_{r} = 2^{n} \]
r=0nCn=2n
Pascal's rule. The identity \({}^{n}C_{r}={}^{n-1}C_{r-1}+{}^{n-1}C_{r}\) is just the sum rule written in combination notation — it lets you build any row from the one above without the factorial formula.

How to use Pascal's triangle

  1. Write the row above, putting a \(1\) at each end.
  2. Add neighbouring pairs: each new inner entry is the sum of the two entries directly above it (the sum rule, i.e. Pascal's rule).
  3. Read off or check the entry you need — the entry in row \(n\), position \(r\), is \({}^{n}C_{r}\); use symmetry \({}^{n}C_{r}={}^{n}C_{n-r}\) to shorten the work.
  4. Add across a row when you want a total: the whole of row \(n\) sums to \(2^{n}\), the number of subsets of an \(n\)-set.
Example 1 — Build a row (sum rule)
Row \(n=4\) of Pascal's triangle is \(1,4,6,4,1\). Use the sum rule to build row \(n=5\).
Solution

Keep a \(1\) at each end, then add each neighbouring pair of entries above:

\(\text{ends}\)\(=\)\(1\)
\(\text{next}\)\(=\)\(1 + 4\)
\(=\)\(5\)
\(\text{middle}\)\(=\)\(4 + 6\)
\(=\)\(10\)
\(\text{middle}\)\(=\)\(6 + 4\)
\(=\)\(10\)
\(\text{next}\)\(=\)\(4 + 1\)
\(=\)\(5\)
\(\text{row } n=5\)\(:\)\(1,\ 5,\ 10,\ 10,\ 5,\ 1\)

Row \(n=5\) is \(1,\ 5,\ 10,\ 10,\ 5,\ 1\).

Example 2 — Pascal's rule for an entry
The entry \({}^{7}C_{2}\) sits directly below \({}^{6}C_{1}=6\) and \({}^{6}C_{2}=15\). Use Pascal's rule to find \({}^{7}C_{2}\).
Solution

Pascal's rule adds the two entries directly above:

\({}^{7}C_{2}\)\(=\)\({}^{6}C_{1} + {}^{6}C_{2}\)
\({}^{6}C_{1}\)\(=\)\(6\)
\({}^{6}C_{2}\)\(=\)\(15\)
\({}^{7}C_{2}\)\(=\)\(6 + 15\)
\(=\)\(21\)

\({}^{7}C_{2} = 21\).

Example 3 — Row sum is \(2^{n}\)
Row \(n=6\) of Pascal's triangle is \(1,6,15,20,15,6,1\). Add its entries and confirm the total is \(2^{6}\).
Solution

Add the entries one at a time, left to right:

\(\text{sum}\)\(=\)\(1 + 6\)
\(=\)\(7\)
\(=\)\(7 + 15\)
\(=\)\(22\)
\(=\)\(22 + 20\)
\(=\)\(42\)
\(=\)\(42 + 15\)
\(=\)\(57\)
\(=\)\(57 + 6\)
\(=\)\(63\)
\(=\)\(63 + 1\)
\(=\)\(64\)
\(2^{6}\)\(=\)\(64\)

The entries add to \(64 = 2^{6}\).

Example 4 — Count subsets
A set has \(5\) elements. How many subsets does it have (including the empty set and the whole set)?
Solution

Each element is independently either in or out of a subset — \(2\) choices each — so multiply across the \(5\) elements:

\(\text{choices per element}\)\(=\)\(2\)
\(\text{total subsets}\)\(=\)\(2^{5}\)
\(=\)\(2 \times 2 \times 2 \times 2 \times 2\)
\(=\)\(32\)

Check against row \(n=5\) of Pascal's triangle (subsets grouped by size):

\(\text{by size}\)\(=\)\(1 + 5 + 10 + 10 + 5 + 1\)
\(=\)\(32\)

There are \(32\) subsets, matching \(2^{5}=32\).

Common pitfalls

Adding the wrong pair. Watch out for the ends: only the inner entries come from a sum. The first and last entry of every row is always \(1\), not a sum of two numbers.
Multiplying instead of adding. The sum rule (Pascal's rule) adds the two entries above, e.g. \(4+6=10\); it never multiplies them.
Confusing the row total with an entry. The whole of row \(n\) adds to \(2^{n}\); a single entry \({}^{n}C_{r}\) is only one term of that total.
Miscounting the position. Rows and positions start at \(0\), so the leftmost entry of row \(n\) is \({}^{n}C_{0}=1\), not \({}^{n}C_{1}\).

Frequently asked questions

How do you build Pascal's triangle?

Start each row with a \(1\) at both ends, then make every inner entry the sum of the two entries directly above it. Row \(n=4\) is \(1,4,6,4,1\), so row \(n=5\) is \(1,5,10,10,5,1\).

What is Pascal's rule?

Pascal's rule is \({}^{n}C_{r}={}^{n-1}C_{r-1}+{}^{n-1}C_{r}\). It says each combination equals the sum of the two combinations directly above it in the triangle.

Why does each entry equal \({}^{n}C_{r}\)?

The entry in row \(n\), position \(r\), counts the ways to choose \(r\) objects from \(n\), which is \({}^{n}C_{r}\). The sum rule matches the way choices split into "include the last object or not".

Why do the entries in a row add up to \(2^{n}\)?

Row \(n\) lists the number of subsets of each size, and every element of an \(n\)-set is independently in or out of a subset, giving \(2^{n}\) subsets in total.

Why is Pascal's triangle symmetric?

Choosing \(r\) objects to include is the same as choosing the \(n-r\) objects to leave out, so \({}^{n}C_{r}={}^{n}C_{n-r}\) and each row reads the same left to right as right to left.