Study smarter with Fiveable
Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.
Combination formulas are the backbone of counting problems where order doesn't matter. Whether you're calculating probabilities, expanding binomials, or solving distribution problems, these formulas let you count selections systematically. The key concepts include selection without replacement, selection with repetition, symmetry properties, and algebraic connections that link combinatorics to polynomial expressions.
Don't just memorize the formulas. Understand when each one applies and why it works. You'll be tested on recognizing which formula fits a given scenario, connecting identities to Pascal's Triangle, and applying approximations when exact computation isn't feasible.
These formulas answer the fundamental question: how many ways can you choose items from a set? The key distinction is whether repetition is allowed.
This counts the number of ways to select elements from distinct items when order doesn't matter. The division by is what separates combinations from permutations: it removes the different arrangements of the same chosen subset, so you only count each group of items once.
Use this when each item can only be selected once and you care about which items are chosen, not the order you pick them in.
For example, choosing 3 people from a group of 10 for a committee: .
This counts selections when the same item type can be chosen multiple times. The stars and bars method converts the problem into placing identical objects (stars) into distinct categories, separated by dividers (bars). The total number of symbols is , and you're choosing where to place the stars (or equivalently, the bars).
Classic application: choosing donuts from flavors gives possible selections. This also covers distributing identical items among groups, like splitting 20 identical coins among 5 people.
This is the same formula as combination with repetition, just written with instead of . You'll see both notations depending on the textbook. It selects elements from types, allowing repeats.
Partition problems frequently use this formula when distributing indistinguishable objects into distinguishable bins.
Compare: Basic combinations vs. combinations with repetition. Both count unordered selections, but basic combinations require distinct choices while repetition formulas allow duplicates. If a problem mentions "types" or "flavors" you can reuse, reach for . If each item is unique and can only be picked once, use .
These properties reduce computational effort by exploiting the structure of combinations. Recognizing symmetry can turn a painful calculation into a trivial one.
Choosing items to include is the same as choosing items to leave out. Every selection defines a complementary non-selection of the remaining items.
This is a huge computational shortcut. Always use the smaller value:
That's two multiplications and one division instead of dealing with .
Each entry in Pascal's Triangle equals , where is the row number (starting from 0) and is the position within that row (also starting from 0).
The addition property (also called Pascal's Rule) explains how the triangle is built:
Each entry is the sum of the two entries directly above it. The combinatorial reasoning: when choosing items from , consider one specific element. Either you include it (and choose more from the remaining ) or you exclude it (and choose all from the remaining ).
Pascal's Triangle is a quick visual tool for finding small combination values and spotting patterns in binomial coefficients.
Compare: Complementary combinations vs. Pascal's addition rule. Both simplify calculations, but complementary combinations exploit symmetry within a single row, while Pascal's rule builds values recursively across rows. Problems asking you to "prove" a combination identity often expect Pascal's addition property as the key step.
These results bridge combinatorics and algebra, showing how counting appears in polynomial expansions.
This expands any binomial power using combination coefficients. Why do combinations show up here? When you multiply out , you're making independent choices of either or . The coefficient counts the number of ways to pick exactly times out of those factors.
Direct applications:
This splits a selection across two disjoint groups of sizes and . The combinatorial proof is straightforward: choosing items from a combined group of people is the same as summing over all ways to take from the first group and from the second.
Use this for committee selections from multiple populations. For example, choosing 5 members from a department of 8 professors and 12 students: .
Compare: Binomial theorem vs. Vandermonde's identity. Both express combinations as sums of products, but the binomial theorem connects to polynomial algebra while Vandermonde's identity handles selections from multiple disjoint sets. If you see "choose from two different groups," think Vandermonde.
These tools handle specialized scenarios: summing combinations, working with modular arithmetic, and approximating large values.
An equivalent form you'll also see: . Both collapse a sum of combinations along a diagonal of Pascal's Triangle into a single combination value. The name comes from the visual pattern: the summed entries trace a diagonal line, and the result sits at the "blade" of the hockey stick, one row below and one position over.
This identity is useful for simplifying summations in combinatorial proofs and competition problems.
For a prime , Lucas' Theorem computes by breaking and into their base- digit representations:
where and are the corresponding digits of and in base . Each factor involves numbers smaller than , making the computation manageable. If any , the entire product is 0 mod .
Essential for competitive math and number theory problems involving large combinations mod primes, where direct computation of factorials is impossible.
This estimates factorials for large without computing exact (astronomically large) values. The approximation becomes increasingly accurate as grows.
Key applications: asymptotic bounds in probability, information theory, and algorithm analysis. For instance, you can use Stirling's approximation to show that , which reveals the growth rate of central binomial coefficients.
Compare: Lucas' theorem vs. Stirling's approximation. Both handle "large number" problems, but Lucas gives exact remainders mod primes while Stirling provides continuous approximations. Use Lucas for modular arithmetic; use Stirling for growth rate analysis.
| Concept | Formula / Tool |
|---|---|
| Basic selection (no repetition) | |
| Selection with repetition | (stars and bars) |
| Symmetry property | |
| Pascal's Rule | |
| Binomial theorem | |
| Vandermonde's identity | |
| Hockey-stick identity | |
| Modular arithmetic | Lucas' theorem (base- digits) |
| Large-value approximation | Stirling: |
Which two formulas would you use for problems involving selection where items can be repeated, and what transformation connects them to basic combinations?
A problem asks for . Which property lets you simplify this immediately, and what's the equivalent expression?
Compare and contrast the binomial theorem and Vandermonde's identity: both involve sums of combination products, so when would you use each one?
You need to compute . Which technique applies here, and why would direct computation fail?
An FRQ asks you to prove that . What visual tool demonstrates this, and how would you construct a combinatorial argument?