Foundations — Binomial theorem — expansion, general term
Before you can trust a single line of the parent note, you must be able to read it. This page unpacks every mark on the page, in the order they depend on each other. Nothing is assumed. If you meet a symbol later that isn't here, it was built from these.
1. What "" and "" mean here — placeholders
The picture: think of and as two labelled buckets. Whatever you pour into bucket stays everywhere on the page. This is why the theorem is so powerful — prove it once with abstract buckets, then reuse it for a thousand concrete problems.
Why the topic needs it: the whole point of the binomial theorem is a template you fill in. Without placeholders you'd re-derive everything for every new problem.
2. Exponents — "multiply by itself"
The picture: below, each factor of is one tile in a row. The exponent is simply how many tiles.

Two rules we lean on constantly:
Why the topic needs them: in Example 2 of the parent, uses the nesting rule, and combining uses the adding rule. Every "combine into a single power of " step is one of these two laws.
3. Negative exponents — powers that live "downstairs"
The picture: a positive exponent stacks tiles upstairs (numerator); a negative exponent stacks them downstairs (denominator). The number line of exponents runs through zero without a gap:
Why the topic needs it: problems like hide a inside. Rewriting lets us add exponents and land on a single power — the only form we can set equal to a target like .
4. Factorial "" — count the orderings
The picture: counts the number of ways to arrange distinct objects in a line. Place the first object: choices. The next: choices left. And so on down to . Multiply the choices — that product is .

Why the topic needs it: the coefficient is built out of factorials. No factorial, no coefficient.
See Factorials and Permutations vs Combinations for the full story of ordered counting.
5. — " choose ", the counting engine
Where the formula comes from (from zero):
- Line up all chosen objects in order: there are such ordered lists.
- But we don't care about order — the same objects arranged in different orders are the same choice.
- So divide by : .
The picture: below, choosing brackets out of to hand you a . The chosen brackets are shaded; every distinct shading is one count.

Why the topic needs it: this is the entire reason coefficients appear. See Combinations nCr for more, and Pascal's Triangle for how these numbers stack row by row.
6. The summation sign — "add up a pattern"
The picture: a conveyor belt. ticks ; at each tick the machine spits out one term ; they all fall into one basket and get summed.
Reading the parent's line: means: run from to ; each time, build the term ; add them all. Since takes values ( through ), there are terms — this is exactly why the parent says .
Why the topic needs it: it's the compact way to say "and so on for every " without writing an endless line.
7. The counter vs the term number
| term | counter | exponent of |
|---|---|---|
Why the topic needs it: every "find the -th term" question relies on translating between the human count and the machine's . Getting this wrong is the single most common slip (see the parent's vs mistake).
8. Putting the symbols in order — prerequisite map
Read it top-down: placeholders and powers come first, factorials feed , exponent laws and feed the summation, and everything converges on the theorem and its general term.
Equipment checklist
Cover the right-hand side; say your answer aloud before revealing.
What does the exponent in physically count?
Why is ?
Rewrite using a negative exponent.
Combine into one power.
What does count?
Why is ?
In plain words, what is ?
Write the formula for .
Compute .
What does tell you to do?
How many terms does that produce?
Which counter value gives the th term?
Connections
- Factorials — the multiply-down-to-1 machine behind .
- Combinations nCr — the counting engine, defined fully here.
- Permutations vs Combinations — why we divide by (order doesn't matter).
- Pascal's Triangle — the coefficients stacked row by row.
- Binomial theorem — expansion, general term — the parent topic these foundations feed.
- Binomial Probability Distribution — the same powering random experiments.
- Taylor & Maclaurin Series — where powers and coefficients go infinite.