Pascal's Formula — Definition, Formula & Examples
Pascal's Formula states that any combination equals the sum of two smaller combinations: . It explains why each number in Pascal's Triangle is the sum of the two numbers directly above it.
For integers and with , Pascal's Identity is the combinatorial identity . This recurrence relation allows every binomial coefficient to be computed from two binomial coefficients of lower order.
Key Formula
Where:
- = Total number of objects to choose from
- = Number of objects being chosen
- = The number of ways to choose k objects from n (a binomial coefficient)
How It Works
Imagine you have objects and must choose of them. Focus on one specific object. Either you include it in your selection or you don't. If you include it, you still need to choose more from the remaining objects, giving ways. If you exclude it, you must choose all from the remaining objects, giving ways. Adding these two cases gives the total .
Worked Example
Problem: Use Pascal's Formula to verify that .
Apply the formula: Set and . Pascal's Formula gives:
Compute each term: Evaluate the three binomial coefficients using the combination formula:
Verify: Check that the right side equals the left side:
Answer: The identity holds: .
Why It Matters
Pascal's Formula is the rule that builds Pascal's Triangle row by row, which appears throughout algebra and probability. In courses like precalculus and AP Statistics, it provides a fast way to find binomial coefficients without computing large factorials. It also underpins the proof of the Binomial Theorem by mathematical induction.
Common Mistakes
Mistake: Writing (using instead of ).
Correction: The second term keeps unchanged, not . Think of excluding the special object — you still need to choose the same number from fewer objects.
