Questions: Inclusion-Exclusion Principle

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

An element belongs to exactly 3 of the n sets in an inclusion-exclusion computation. How many times does this element contribute to the final count of |A₁ ∪ A₂ ∪ ... ∪ Aₙ|?

A3 times — once for each set it belongs to
B1 time — the alternating sum reduces to exactly 1 for any element belonging to k ≥ 1 sets
C0 times — it cancels out because C(3,1) − C(3,2) + C(3,3) = 3 − 3 + 1 = 1, which is not 0
D7 times before corrections are applied
Question 2 Multiple Choice

You want to count integers in [1, 100] not divisible by 2, 3, or 5. You observe that every pair of these primes produces the same intersection-size behavior, and every triple does too. What does this symmetry allow?

ANothing — you must still enumerate all 2³ − 1 = 7 intersection terms individually
BCollapsing the formula to a weighted sum: one representative intersection per order, multiplied by C(n,k)
CSkipping the pairwise correction terms entirely since the primes are distinct
DApplying inclusion-exclusion only to pairwise intersections and ignoring higher-order ones
Question 3 True / False

As n grows large, approximately 37% of all permutations of n elements are derangements — permutations where no element is in its original position.

TTrue
FFalse
Question 4 True / False

In the inclusion-exclusion formula, terms involving an even number of sets are added (positive sign), while terms involving an odd number of sets are subtracted (negative sign).

TTrue
FFalse
Question 5 Short Answer

Why does the alternating sum in inclusion-exclusion guarantee that every element in the union is counted exactly once? Use the binomial theorem in your answer.

Think about your answer, then reveal below.