Question:

If $ A = \{a, b, c\}, B = \{b, c, d\} $ and $ C = \{a, d, c\} $, then $ (A - B) \times (B \cap C) $ is equal to

Show Hint

Remember that the Cartesian product involves pairing every element from the first set with every element from the second set. For difference and intersection operations, carefully evaluate the resulting sets before forming the product.
Updated On: Apr 17, 2025
  • \( \{(a, c), (a, d)\} \)
  • \( \{(a, b), (c, d)\} \)
  • \( \{(c, a), (d, a)\} \)
  • \( \{(a, c), (a, d), (b, d)\} \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Let's first solve for \( A - B \) and \( B \cap C \): \[ A - B = \{a, b, c\} - \{b, c, d\} = \{a\} \] \[ B \cap C = \{b, c, d\} \cap \{a, d, c\} = \{c, d\} \] Now, the Cartesian product of \( (A - B) \) and \( (B \cap C) \) is: \[ (A - B) \times (B \cap C) = \{a\} \times \{c, d\} = \{(a, c), (a, d)\} \] Thus, the answer is \( \{(a, c), (a, d)\} \).
Was this answer helpful?
0
0