5 questions to test your understanding
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ₙ|?
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?
As n grows large, approximately 37% of all permutations of n elements are derangements — permutations where no element is in its original position.
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).
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.