Overview
Pascal's triangle and the binomial theorem both come from the same idea. Every entry in the triangle is a binomial coefficient , and the binomial theorem tells how those coefficients appear when expanding . These are both fast ways to compute counting problems, identify patterns, and prove identities that would otherwise require long and bashy algebra.
Key Ideas
- The th row of Pascal's triangle lists , in symmetry.
- Pascal's identity: .
- Symmetry from the Pascal Triangle forms .
- Sum of rows .
- The hockey stick identity: .
- Binomial theorem: .
- To find a specific coefficient in , shows the general term.
Core Skills
Pascal's Triangle
First, what is the Pascal's Triangle and why is it so important? Each entry is the sum of the two entries directly above it. Row 0 starts with just 1. Writing out a few rows, we get
Row has entries, and the th entry (starting from ) is . This comes from Pascal's identity, to choose items from , either the last item is included (choose from the rest) or it isn't (choose from the rest).
Identity of Symmetry
Choosing items to include is the same as choosing items to exclude. On the triangle, row reads the same forwards and backwards, hence forming this equation.
Row Sum
Every subset of an -element set either includes or excludes each element, and hence giving subsets total. Another way is to substitute into the binomial theorem.
Hockey Stick Identity
On the triangle, if one starts at any on the diagonal and sum diagonally downward, the result is the entry one step down and one step right. People call it the "hockey stick identity" because the shape traced looks like a hockey stick.
Binomial Theorem/Expansion
Each term comes from choosing which of the factors contribute a (and the rest contribute an ). The coefficient of is exactly . This can be shown on the Pascal Triangle directly.
To find a specific term, identify the that gives the powers that we want, and then compute directly. Hence we see that there is no need to expand everything.
Substitution Tricks
Plugging specific values into creates useful identities that we use in Combinatorics.
- : .
- : .
- : .
Worked Example
Find the coefficient of in the expansion of .
By the binomial theorem, the general term is . We need , so .
Thus, coefficient of is .
When finding a single term, always isolate from the exponent condition first, and then substitute. It would not be ideal to expand the full expression.
More Examples
Example 1: Pascal's Identity
Show that .
This is Pascal's identity with , . We know that it works because every 3-element subset of either contains 8 (choose 2 from the remaining 7) or does not (choose 3 from 7).
Example 2: Symmetry
Evaluate .
Always use symmetry to make the smaller number the bottom. This tip is very important for general problems in combinatorics.
Example 3: Row Sum
A pizza shop offers 10 toppings. How many different pizzas can you order (including the plain pizza with no toppings)?
Each topping is either included or not: pizzas.
This is the row sum . In other words, every pizza corresponds to a subset.
Example 4: Hockey Stick
Evaluate .
By the hockey stick identity with and :
Example 5: Substitutions
Prove that the sum of binomial coefficients with alternating signs is zero: for .
Substitute , into :
Strategy Checklist
- Write out a few rows of Pascal's triangle when the problem involves small , if not memorized.
- Use symmetry to put the smaller number on the bottom, and thus reduce heavy calculations.
- For a single term in , find from the exponent condition first.
- To sum all coefficients, substitute (or ).
- Try to recognize hockey stick sums consecutive along a diagonal, as some problems will deliberately hide them from you.
- When a row sum looks like or , try using substitution.
Common Pitfalls
- In Pascal Triangle, or for any combinatoric diagram or sequence, mislabeling rows can be a common mistake. For instance, Row 0 is the top row (just a 1), not row 1.
- Forgetting to raise the full term: in , the is , so , not .
- Cases of misapplying symmetry. , not .
- Summing rows incorrectly can be another crucial mistake. Row has entries and sums to , not .
Practice Problems
| Status | Source | Problem Name | Difficulty | Tags | ||
|---|---|---|---|---|---|---|
| AMC 8 | Medium | Show TagsBinomial Theorem, Modular Arithmetic | ||||
| AMC 10 | Hard | Show TagsBinomial Theorem, Modular Arithmetic, Pascal's Triangle | ||||
| AMC 12 | Hard | Show TagsBinomial Theorem, Coefficient Extraction | ||||
Module Progress:
Join the AoPS Community!
Stuck on a problem, or don't understand a module? Join the AoPS community and get help from other math contest students.
