The page covered the theorem statement, the general-term formula, useful substitutions that yield combinatorial identities, the multinomial generalization, and the standard problem types. The table below collects the structural facts about (a+b)n in one reference card.
| Concept |
Statement |
Example |
| The theorem |
(a + b)n = Σk=0n C(n, k) · an−k · bk |
(x + y)3 = x3 + 3x2y + 3xy2 + y3 |
| Number of terms |
exactly n + 1, one for each k from 0 to n |
(a + b)5 has 6 terms |
| General term |
Tk+1 = C(n, k) · an−k · bk; indexing starts at T1 = an |
T3 in (a + b)4 is C(4, 2) a2b2 = 6a2b2 |
| Coefficients = Pascal row |
the n+1 coefficients are row n of Pascal's triangle |
(a + b)4: 1, 4, 6, 4, 1 |
| Coefficient symmetry |
C(n, k) = C(n, n − k) — each row reads the same forwards and backwards |
1, 4, 6, 4, 1 is palindromic |
| Middle term (n even) |
one middle term Tn/2 + 1 with the largest coefficient C(n, n/2) |
(a + b)6: T4 = 20 a3b3 |
| Middle terms (n odd) |
two middle terms T(n+1)/2 and T(n+3)/2 with equal coefficients |
(a + b)5: T3 and T4, both coefficient 10 |
| Multinomial generalization |
(x₁ + … + xr)n = Σ C(n; k₁, …, kr) · x₁k₁…xrkr with k₁ + … + kr = n |
(a + b + c)3: 10 distinct monomials |
| Multinomial term count |
distinct monomials = C(n + r − 1, r − 1) — a weak-composition count |
(a+b+c)3: C(5, 2) = 10 |
| Where it appears |
polynomial expansions, binomial distribution (substitute a = p, b = 1−p), Newton's generalized binomial series for non-integer n |
(p + (1−p))n = 1 sums all binomial probabilities |