Historical Context & Motivation
Long before modern algebra existed, mathematicians across the world were fascinated by a deceptively simple question: how many ways can you choose a smaller group from a larger one? Whether it was ancient Indian scholars counting poetic metres or Chinese mathematicians arranging objects, the art of combinatorics — the mathematics of counting — has roots stretching back thousands of years. The specific tool we focus on today, the binomial coefficient written as ⁿCᵣ, tells us exactly how many ways we can pick r items from a set of n items when order doesn't matter. This idea is central to the binomial theorem and appears throughout probability, statistics, and algebra.
The question these mathematicians all circled back to was the same one you will master in this lesson: given n objects, how many distinct groups of r can you form? And once you can answer that, how does it help you expand expressions like (a + b)ⁿ without multiplying everything out by hand?
Core Principles & Definitions
Before diving into formulas, you need a solid grasp of the building blocks. Combinatorics rests on a few key ideas that are easy to state but powerful when combined. Each concept below feeds directly into the formula for ⁿCᵣ and, ultimately, into the binomial theorem.
Factorial (n!)
Permutations (ⁿPᵣ)
Combinations (ⁿCᵣ)
Binomial Coefficient Notation
Symmetry Property
Pascal's Triangle — A Visual Map of ⁿCᵣ
One of the most elegant ways to see all the values of ⁿCᵣ at once is through Pascal's Triangle. Each row corresponds to a value of n, and each entry in that row is a specific ⁿCᵣ value. The triangle starts with ⁰C₀ = 1 at the top, and every interior number is the sum of the two numbers directly above it. This simple rule generates every binomial coefficient you will ever need.
Look at row 4 in the diagram: the entries are 1, 4, 6, 4, 1. These are exactly the coefficients you get when you expand (a + b)⁴ = 1a⁴ + 4a³b + 6a²b² + 4ab³ + 1b⁴. This is no coincidence — the entire purpose of Pascal's Triangle is to store the binomial coefficients that appear in the binomial theorem. The addition rule (each entry = the sum of the two above) also gives us a recursive way to compute ⁿCᵣ without using the factorial formula: ⁿCᵣ = ⁿ⁻¹Cᵣ₋₁ + ⁿ⁻¹Cᵣ.
Mathematical Framework
Now let's formalise the ideas from the previous sections into precise formulas. You'll need these for IB exam questions, so make sure you can both recall them and understand why they work.
Connecting ⁿCᵣ to the Binomial Expansion
The real power of ⁿCᵣ in the IB syllabus is its role inside the binomial theorem. When you expand (a + b)ⁿ, each term involves picking some a's and some b's from n factors. The coefficient ⁿCᵣ counts how many ways to choose which r of the n factors contribute a b (the rest contribute an a). The following diagram shows this process for (a + b)⁴.
Notice a few important patterns in the diagram. First, the exponents on a decrease from n to 0 while the exponents on b increase from 0 to n, and in every term the two exponents sum to n. Second, the coefficients are symmetric (1, 4, 6, 4, 1), matching the symmetry property ⁿCᵣ = ⁿC₍ₙ₋ᵣ₎ that we discussed earlier. Finally, the sum of all coefficients is 2ⁿ — in this case, 1 + 4 + 6 + 4 + 1 = 16 = 2⁴.
Worked Example
Let's walk through a complete example that combines ⁿCᵣ calculation with the binomial theorem.
Permutations vs. Combinations — When to Use Which
One of the most common mistakes in combinatorics is confusing permutations with combinations. The table below clarifies when each applies and highlights the key differences.
| Feature | Permutations (ⁿPᵣ) | Combinations (ⁿCᵣ) |
|---|---|---|
| Does order matter? | Yes — AB ≠ BA | No — {A, B} = {B, A} |
| Formula | n! / (n − r)! | n! / (r! × (n − r)!) |
| Relationship | ⁿPᵣ = ⁿCᵣ × r! | ⁿCᵣ = ⁿPᵣ / r! |
| Example scenario | Ranking top 3 out of 10 runners | Choosing a team of 3 from 10 players |
| Result (n=10, r=3) | 720 | 120 |
| Used in binomial theorem? | Not directly | Yes — as the coefficients |
Connection to Advanced Topics
The ideas in SL 1.9 serve as a springboard into several more advanced areas of mathematics. Understanding ⁿCᵣ now will make these future topics far more accessible.
| SL 1.9 Concept | Advanced Extension | Where You'll See It |
|---|---|---|
| ⁿCᵣ with positive integer n | Generalised binomial coefficients for any real n (Newton's extension) | HL Calculus, Taylor series |
| Pascal's Triangle addition rule | Pascal's identity used in combinatorial proofs | HL Number & Algebra, competition maths |
| Binomial expansion of (a + b)ⁿ | Binomial distribution P(X = r) = ⁿCᵣ pʳ(1−p)ⁿ⁻ʳ | SL/HL Probability & Statistics |
| Counting subsets of size r | Multinomial coefficients: choosing r₁, r₂, …, rₖ items simultaneously | University-level combinatorics |
Perhaps the most immediately relevant extension for IB students is the binomial distribution in probability. When you run n independent trials, each with probability p of success, the probability of getting exactly r successes is ⁿCᵣ × pʳ × (1 − p)ⁿ⁻ʳ. Notice how the same ⁿCᵣ appears — it counts the number of different ways the r successes can be distributed among the n trials. Mastering combinations now means you'll already have one of the hardest pieces of that topic handled.
Practice Problems
Lesson Summary
In this lesson you learned that combinatorics is the mathematics of counting, with roots stretching from ancient India and Persia to Pascal and Newton. The central formula is ⁿCᵣ = n! / (r! × (n − r)!), which counts the number of ways to choose r items from n when order does not matter. You saw that Pascal's Triangle organises all binomial coefficients visually, with each entry being the sum of the two entries above it, and that the triangle exhibits left-right symmetry due to the property ⁿCᵣ = ⁿC₍ₙ₋ᵣ₎.
The binomial theorem expands (a + b)ⁿ as a sum of n + 1 terms, each with the form ⁿCᵣ × aⁿ⁻ʳ × bʳ, where r ranges from 0 to n. To find a specific term or coefficient, determine the correct r value, compute ⁿCᵣ, and remember to raise the entire expressions for a and b (including any internal coefficients) to the appropriate powers. Looking ahead, these same binomial coefficients appear in the binomial probability distribution and connect to generalised expansions in higher-level mathematics.