Question

Difficulty: Very hardSets and Set Operations

Let the universal set U={xZ+:x60}\mathcal{U} = \{x \in \mathbb{Z}^+ : x \le 60\}. Subsets AA, BB, and CC of U\mathcal{U} are defined as:

A={xU:x is a multiple of 3}A = \{x \in \mathcal{U} : x \text{ is a multiple of } 3\}
B={xU:x is a multiple of 4}B = \{x \in \mathcal{U} : x \text{ is a multiple of } 4\}
C={xU:x is a factor of 60}C = \{x \in \mathcal{U} : x \text{ is a factor of } 60\}

What is the cardinality of the set (AΔB)C(A \Delta B) \setminus C', where AΔBA \Delta B represents the symmetric difference of AA and BB, and CC' is the complement of CC in U\mathcal{U}?

  1. 6Answer
  2. B
    8
  3. C
    12
  4. D
    19

Answer

6
Using the set identity XY=XYX \setminus Y' = X \cap Y, the expression (AΔB)C(A \Delta B) \setminus C' simplifies directly to (AΔB)C(A \Delta B) \cap C. The set CC consists of all factors of 60: {1,2,3,4,5,6,10,12,15,20,30,60}\{1, 2, 3, 4, 5, 6, 10, 12, 15, 20, 30, 60\}. The symmetric difference AΔBA \Delta B consists of numbers that are divisible by 3 or 4, but not both (excluding multiples of 12). Checking the 12 factors of 60 against this rule, the numbers 3, 6, 15, and 30 are multiples of 3 but not 4, while 4 and 20 are multiples of 4 but not 3. The numbers 12 and 60 are multiples of both 3 and 4, so they are excluded. Thus, the resulting set is {3,4,6,15,20,30}\{3, 4, 6, 15, 20, 30\}, which contains exactly 6 elements.

Step-by-Step Solution

1
Simplify the set expression using complement and relative difference identities.
(AΔB)C=(AΔB)(C)=(AΔB)C(A \Delta B) \setminus C' = (A \Delta B) \cap (C')' = (A \Delta B) \cap C
By definition of set difference, XY=XYX \setminus Y = X \cap Y'. Replacing YY with CC' gives X(C)=XCX \cap (C')' = X \cap C.
2
List all elements in set CC (factors of 60).
C={1,2,3,4,5,6,10,12,15,20,30,60}C = \{1, 2, 3, 4, 5, 6, 10, 12, 15, 20, 30, 60\}
60 prime factorizes as 22×31×512^2 \times 3^1 \times 5^1, giving (2+1)(1+1)(1+1)=12(2+1)(1+1)(1+1) = 12 positive factors.
3
Recall the definition of symmetric difference AΔBA \Delta B.
AΔB=(AB)(AB)A \Delta B = (A \cup B) \setminus (A \cap B)
An element belongs to AΔBA \Delta B if it is a multiple of 3 or a multiple of 4, but NOT a multiple of both 3 and 4 (i.e. not a multiple of 12).
4
Evaluate which elements of CC belong to AΔBA \Delta B.
The elements in CC that are multiples of 3 only (not 12) are {3,6,15,30}\{3, 6, 15, 30\}. The elements in CC that are multiples of 4 only (not 12) are {4,20}\{4, 20\}. Elements {12,60}\{12, 60\} are multiples of 12, so they are excluded.
Testing each factor of 60 against the criteria for symmetric difference.
5
Form the set (AΔB)C(A \Delta B) \cap C and find its cardinality.
(AΔB)C={3,4,6,15,20,30}(A \Delta B) \cap C = \{3, 4, 6, 15, 20, 30\}, so n((AΔB)C)=6n((A \Delta B) \cap C) = 6.
Counting the elements in the intersection.

Key Concept

Symmetric Difference and Set Complement Identities
Estimated Time:2m 30s
Rate this question