To solve the problem $ (A - B) \times (B \cap C) $, we proceed as follows:
Step 1: Find the set difference $A - B$. This is defined as the set of elements that are in $A$ but not in $B$. For sets A and B given by:
$ A = \{a, b, c\} $
$ B = \{b, c, d\} $
We have:
$ A - B = \{a\} $ (since 'a' is only in A).
Step 2: Find the intersection $B \cap C$. The intersection of two sets is the set of elements that are common to both sets. For sets B and C given by:
$ B = \{b, c, d\} $
$ C = \{a, d, c\} $
We have:
$ B \cap C = \{c, d\} $ (since 'c' and 'd' are common).
Step 3: Compute the Cartesian product $(A - B) \times (B \cap C)$. The Cartesian product of two sets is the set of all ordered pairs, where the first element is from the first set and the second is from the second set. Thus:
$(A - B) \times (B \cap C) = \{(a, c), (a, d)\}$.
Therefore, the solution is: