Learn/Combinatorics/Addition Principle
Combinatorics • Topic 2

Addition Principle

The Addition Principle handles cases where choices are mutually exclusive. It is the basis for "Casework," a standard Olympiad strategy.

Statement

Theorem (Addition Principle)
If a task can be performed by method OR method , and these methods are mutually exclusive (disjoint), then:

General Form

If we have disjoint sets , then:

Principle of Inclusion-Exclusion (Intro)

What if the sets are not disjoint? We must subtract the overlap to avoid double counting.
Theorem (PIE for 2 Sets)
Example
How many integers from 1 to 100 are multiples of 2 or 3?

Proof. Let be multiples of 2: . Let be multiples of 3: . Intersection (multiples of 6): . Total = .

Constructive Counting vs. Complementary Counting

  • Constructive: Divide the problem into disjoint cases (Addition Principle).
  • Complementary: Count the total possibilities and subtract the "bad" cases.
Tip
Use Complementary Counting when the condition involves "at least one" or "not all".

Practice Problems

Exercise (Problem 1)
How many 3-digit numbers contain the digit 7 at least once?
Exercise (Problem 2)
Find the number of pairs of distinct integers from such that their sum is even.
Exercise (Problem 3)
How many ways are there to arrange the letters of "MATH" such that "M" is not first?