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

thumb_up100%(1 rated)

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

U={41,42,43,44,45,46,47,48,49},U=\{41,42,43,44,45,46,47,48,49\},

we have:

  • P={49}P=\{49\}, the square numbers
  • Q={41,43,45,47,49}Q=\{41,43,45,47,49\}, the odd numbers
  • R={42,45,48}R=\{42,45,48\}, the multiples of 3

Now look at the intersection:

PQR.P\cap Q\cap R.

  • 4949 is in PP and QQ, but not in RR.
  • None of the multiples of 3 in UU are square numbers.

So

PQR=.P\cap Q\cap R=\varnothing.

Therefore its complement is the whole universal set:

(PQR)=U. (P\cap Q\cap R)'=U.

Hence

n((PQR))=9.\boxed{n\big((P\cap Q\cap R)'\big)=9}.

💡 Pitfall guide

Do not confuse PQRP\cap Q\cap R with P(QR)P\cap(Q\cap R) 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 UU, not just the elements from one or two of the sets.

🔄 Real-world variant

If the universal set were changed to include 3636, then 3636 would belong to PP and RR, but not to QQ 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.

chat