Overview
Counting problems reward clear structure. Break a task into steps, multiply choices, and use symmetry to simplify. Most AMC-level counting reduces to deciding whether order matters, whether repetition is allowed, and whether cases overlap.
Core Tools
Rule of Product
If a process has choices for step 1 and choices for step 2, then there are total outcomes. Multiply when steps are independent.
Factorials
counts the number of ways to arrange distinct objects in order. Special cases: , .
Permutations vs. Combinations
- Permutations (order matters): .
- Combinations (order does not matter): .
- Connection: .
Subsets
The number of subsets of an -element set is . Nonempty subsets: .
Complementary Counting
When the direct count is messy, count the total and subtract the undesired:
Casework
Split the problem into disjoint cases that cover all possibilities, solve each case, then sum. Casework is often the fastest way to avoid overcounting.
Key Ideas
- Decide early: order vs. no order, repetition vs. no repetition.
- Use for ordered selections, for unordered.
- If a restriction is "at least" or "not equal", try the complement.
- Casework must be disjoint; if it is not, 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 .
More Examples
Example 1: Permutations
How many 4-character PINs can be made using digits -- if repetition is allowed?
Each position has 10 choices, so the answer is .
Example 2: Combinations with a Restriction
From 8 students, choose 4 for a committee if two rivals cannot both serve.
All committees: . Committees with both rivals: fix them and choose 2 from the remaining 6, giving . So the answer is .
Example 3: Casework
How many two-digit numbers have digit product a perfect square?
Let the digits be and . Squares among digits are . Check cases:
- gives 9 numbers ().
- each give , so 3 each.
- Other digits give no solutions.
Total: .
Common Pitfalls
- Double-counting when order does not matter.
- Ignoring leading-zero restrictions.
- Using permutations when combinations are needed.
- Casework with overlapping cases.
- Using complement counting without a clear total.
- Mixing up identical objects with distinct ones.
Strategy Checklist
- What is the sample space? How many total outcomes?
- Does order matter? Does repetition matter?
- Is complement or casework faster?
- Are the cases disjoint?
Practice Problems
| Status | Source | Problem Name | Difficulty | Tags | ||
|---|---|---|---|---|---|---|
| AMC 8 | Easy | Show TagsCounting Fundamentals, Patterns, Sequences | ||||
| AMC 8 | Easy | Show TagsCasework, Counting Fundamentals, Digits | ||||
| AMC 10 | Easy | Show TagsCasework, Combinations, Counting Fundamentals | ||||
| AMC 10 | Hard | Show TagsCasework, Complementary Counting, Counting Fundamentals | ||||
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.
