Counting Principles
Learn systematic techniques for counting: from basic rules to permutations, combinations, and the powerful binomial theorem.
- Apply the product and sum rules
- Calculate permutations
- Calculate combinations
- Apply the binomial theorem
- Use the pigeonhole principle
- Handle repetition in counting
1. Basic Counting Rules
If a procedure can be broken into tasks where task 1 can be done in ways and task 2 can be done in ways, then the entire procedure can be done in ways.
If a task can be done in ways or ways (disjoint), then the task can be done in ways.
Product Rule: How many license plates have 3 letters followed by 4 digits?
Sum Rule: Choose one elective from 5 science or 3 humanities courses:
choices
2. Permutations
A permutation is an ordered arrangement. An r-permutationof n elements is an ordered arrangement of r of these elements.
r-permutations of n objects with repetition allowed:
Permutations of n objects where there are of type 1, of type 2, etc.:
3. Combinations
An r-combination is an unordered selection of r elements.
Selecting r elements from n types with repetition allowed:
4. Binomial Theorem
5. Pigeonhole Principle
If or more objects are placed into k boxes, then at least one box contains two or more objects.
If N objects are placed into k boxes, then at least one box contains at least objects.
- In 367 people, at least 2 share a birthday
- Among any 5 integers, 2 have the same remainder mod 4
Practice Quiz
Frequently Asked Questions
When do I use permutations vs combinations?
Permutations: Order matters. "Who finishes 1st, 2nd, 3rd?"
Combinations: Order doesn't matter. "Which 3 people are on the team?"
What does 'with repetition' mean?
Without repetition: Each object used at most once.
With repetition: Objects can be reused.
How do I remember the combination formula?
Think: "permutations divided by duplicate orderings" —
Why is the pigeonhole principle useful?
It proves existence without construction. You can show something must exist without finding the specific example.