Binomial Theorem and Binomial Coefficients

College Depth 63 in the knowledge graph I know this Set as goal
Unlocks 17 downstream topics
binomial expansion Pascal coefficients

Core Idea

The binomial theorem states (x + y)ⁿ = Σ C(n, k)·xⁿ⁻ᵏ·yᵏ. The binomial coefficients C(n, k) appear in Pascal's triangle and count n-bit strings with exactly k ones. This theorem links algebra and combinatorics powerfully.

How It's Best Learned

Verify the expansion for small n by hand. See the combinatorial interpretation: C(n, k) counts k-element subsets. Use binomial identities like Σ C(n, k) = 2ⁿ and the hockey-stick identity.

Common Misconceptions

Binomial coefficients are symmetric: C(n, k) = C(n, n−k). The sum of a row in Pascal's triangle is 2ⁿ, not some other formula.

Explainer

The binomial theorem connects two seemingly different worlds: algebra and combinatorics. You already know that C(n, k) counts the number of k-element subsets of an n-element set. The binomial theorem reveals that these same counts appear as the coefficients when you expand (x + y)ⁿ.

Think about why. When you multiply (x + y)(x + y)(x + y) — three factors — each term in the expansion comes from picking either x or y from each factor. To get x²y, you must pick x from two factors and y from one. There are C(3, 1) = 3 ways to choose which factor contributes the y. So the x²y term has coefficient 3. In general, the coefficient of xⁿ⁻ᵏyᵏ in (x + y)ⁿ is C(n, k), because you're choosing which k of the n factors contribute a y.

Pascal's triangle makes this concrete. Each row lists the coefficients of (x + y)ⁿ for increasing n. The Pascal identity C(n, k) = C(n−1, k−1) + C(n−1, k) mirrors the algebraic fact that each entry is the sum of the two above it. The combinatorial proof is clean: from n elements, either you include element n in your k-subset (then choose k−1 from the remaining n−1), or you don't (choose all k from n−1). Both identities — algebraic and combinatorial — describe the same arithmetic.

Two special substitutions unlock powerful identities. Setting x = y = 1 gives (1 + 1)ⁿ = Σ C(n, k), yielding the identity that the sum of all binomial coefficients in row n equals 2ⁿ — the total number of subsets of an n-element set. Setting x = 1, y = −1 gives 0 = Σ (−1)ᵏ C(n, k), showing that the even-indexed and odd-indexed coefficients cancel in equal measure. These substitution techniques will reappear as a core tool in generating functions and inclusion-exclusion, where plugging in specific values extracts combinatorial information from algebraic identities.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineOpposites and Additive InversesAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesLiteral EquationsSlope-Intercept FormPoint-Slope FormWriting Linear EquationsParallel and Perpendicular Line SlopesGraphing Linear EquationsPiecewise FunctionsStep FunctionsComposition of FunctionsInverse FunctionsRadical Functions and GraphsRational ExponentsExponential Functions and GraphsGeometric Sequences and SeriesSigma NotationBinomial TheoremBinomial Theorem and Binomial Coefficients

Longest path: 64 steps · 286 total prerequisite topics

Prerequisites (2)

Leads To (2)