Questions: The Inclusion-Exclusion Principle and Counting

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

How many integers from 1 to 100 are divisible by 2 OR by 5?

A70 — add 50 (divisible by 2) plus 20 (divisible by 5)
B60 — apply |A ∪ B| = |A| + |B| − |A ∩ B| = 50 + 20 − 10
C40 — count only integers divisible by exactly one of 2 or 5
D55 — subtract 15 for the overlap, since multiples of 10 appear in both
Question 2 Multiple Choice

You have sets A, B, and C with |A| = 30, |B| = 25, |C| = 20, |A∩B| = 8, |A∩C| = 6, |B∩C| = 7, and |A∩B∩C| = 3. What is |A ∪ B ∪ C|?

A75 — add all three sets: 30 + 25 + 20
B57 — apply the full formula: 30 + 25 + 20 − 8 − 6 − 7 + 3
C54 — subtract pairwise intersections but forget to add back the triple: 30 + 25 + 20 − 8 − 6 − 7
D60 — add the triple intersection twice to correct for over-subtraction
Question 3 True / False

An element that belongs to all three sets A, B, and C is counted three times by the individual set terms (|A| + |B| + |C|), subtracted three times by the pairwise intersection terms, and must therefore be added back once by the triple intersection term — giving a net count of exactly 1.

TTrue
FFalse
Question 4 True / False

Inclusion-exclusion mainly applies when counting elements across disjoint sets — if the sets overlap, a different counting method is needed.

TTrue
FFalse
Question 5 Short Answer

Why does the inclusion-exclusion formula alternate between adding and subtracting intersection terms, rather than simply subtracting all pairwise overlaps once?

Think about your answer, then reveal below.