Overview
Counting problems reward clear structure. Break a task into steps, multiply choices, and use symmetry to simplify.
Key Ideas
- Rule of product: if step 1 has choices and step 2 has choices, there are total outcomes.
- counts -element subsets of an -element set.
- When cases overlap, use inclusion-exclusion.
Worked Example
How many 3-digit numbers have strictly increasing digits?
Choose any 3 distinct digits from . There are choices. Each choice determines exactly one increasing number, but we must exclude those with a leading . If is included, the number starts with and is not 3-digit. The number of invalid choices is . So the answer is .
Common Pitfalls
- Double-counting when order does not matter.
- Ignoring leading-zero restrictions.
Practice Problems
| Status | Source | Problem Name | Difficulty | Tags | ||
|---|---|---|---|---|---|---|
| AMC 8 | Normal | Show TagsCombinatorics, Counting | ||||
| AMC 10 | Normal | Show TagsCasework, Combinations | ||||
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.