Question

Difficulty: HardSets and Set Operations

Let the universal set be U={xZ:1x40}\mathcal{U} = \{x \in \mathbb{Z} : 1 \le x \le 40\}. Subsets PP, QQ, and RR of U\mathcal{U} are defined as follows:
P={xU:x is a multiple of 3}P = \{x \in \mathcal{U} : x \text{ is a multiple of } 3\},
Q={xU:x is a multiple of 4}Q = \{x \in \mathcal{U} : x \text{ is a multiple of } 4\}, and
R={xU:x is a perfect square}R = \{x \in \mathcal{U} : x \text{ is a perfect square\}}.
What is the cardinality of the set (PQ)R(P \cup Q)' \cap R'?

  1. 18Answer
  2. B
    22
  3. C
    20
  4. D
    17

Answer

18
By De Morgan's Law, the expression (PQ)R(P \cup Q)' \cap R' is equivalent to (PQR)(P \cup Q \cup R)'. The universal set contains 40 integers. The set PQRP \cup Q \cup R consists of all integers from 1 to 40 that are multiples of 3, multiples of 4, or perfect squares, giving a total of 22 distinct elements. Subtracting this from 40 leaves 18 elements that belong to neither PP, QQ, nor RR.

Step-by-Step Solution

1
Apply De Morgan's Laws to simplify the required set expression
(PQ)R=(PQR)(P \cup Q)' \cap R' = (P \cup Q \cup R)'
The intersection of the complements of two sets is equal to the complement of their union.
2
List and count the elements belonging to sets PP, QQ, and RR within U={1,2,,40}\mathcal{U} = \{1, 2, \dots, 40\}
PP has 13 elements (multiples of 3); QQ adds 7 elements not in PP (multiples of 4 excluding 12, 24, 36); RR adds 2 elements not in PQP \cup Q (11 and 2525)
Counting unique elements avoids double-counting shared elements across sets.
3
Calculate the cardinality of PQRP \cup Q \cup R
n(PQR)=13+7+2=22n(P \cup Q \cup R) = 13 + 7 + 2 = 22
Summing the non-overlapping subsets gives the total size of the union.
4
Subtract the union cardinality from the universal set cardinality n(U)=40n(\mathcal{U}) = 40
n((PQR))=4022=18n((P \cup Q \cup R)') = 40 - 22 = 18
The cardinality of the complement is the size of the universal set minus the size of the set itself.

Key Concept

De Morgan's Laws and Set Complements
Rate this question