Question
How to find the size of the complement of a three-set intersection
Original question: (b) Find n((P ∩ Q ∩ R)') .
Expert Verified Solution
Expert intro: This is a neat counting question. The fastest way is to list the sets inside the universal set, find the overlap, then take the complement.
Detailed walkthrough
Using the same universal set
we have:
- , the square numbers
- , the odd numbers
- , the multiples of 3
Now look at the intersection:
- is in and , but not in .
- None of the multiples of 3 in are square numbers.
So
Therefore its complement is the whole universal set:
Hence
💡 Pitfall guide
Do not confuse with as if one set can be ignored. Intersections must satisfy all three conditions at once. Also, once the triple intersection is empty, its complement is every element in , not just the elements from one or two of the sets.
🔄 Real-world variant
If the universal set were changed to include , then would belong to and , but not to because it is even. So the triple intersection would still be empty. To get a non-empty triple intersection, you need an element that is simultaneously square, odd, and divisible by 3, which is much rarer.
🔍 Related terms
complement, cardinality, intersection
FAQ
What is n((P ∩ Q ∩ R)')?
Since P ∩ Q ∩ R is empty in the universal set {41,42,43,44,45,46,47,48,49}, its complement is all 9 elements of U. So n((P ∩ Q ∩ R)') = 9.
Why is the triple intersection empty?
There is no number between 41 and 49 that is both a square number, an odd number, and a multiple of 3.