Combinatorics • Topic 1
Multiplication Principle
The Multiplication Principle (or Fundamental Counting Principle) is the bedrock of combinatorics. It states that if a task consists of a sequence of independent choices, the total number of ways to perform the task is the product of the number of choices at each step.
Statement
Theorem (Multiplication Principle)
If an operation can be performed in steps, where:
- Step 1 has options
- Step 2 has options
- ...
- Step has options
Independence is Key
The number of choices for step must not depend on the specific choice made in previous steps (though the set of available choices might change, the count must remain consistent).
Example
How many strictly increasing sequences of length 3 can be formed using digits ?
Proof (Standard Approach). This seems like it might not fit the multiplication principle directly because choosing '4' first limits us. However, observe that any subset of 3 distinct digits can be arranged in exactly one strictly increasing order. Thus, we just need to choose 3 digits: . ∎
Proof (Alternative (Multiplication)). Let's try to count directly?
- Choice 1: Any of 5? No.
- Correct Logic: We are choosing a subset, not a sequence directly. ∎
The "License Plate" Model
Standard example: A license plate has 3 letters followed by 3 numbers.- Letters:
- Numbers:
- Total:
Practice Problems
Exercise (Problem 1)
A divisor of is of the form . How many positive divisors does 360 have?
Exercise (Problem 2)
How many 4-digit positive integers are there where all digits are distinct?
Exercise (Problem 3)
In how many ways can a rook move from to on a chessboard if it only moves up or right?