Question
Question: If A, B and C are any three sets, then $A-(B \cup C)$ is equal to...
If A, B and C are any three sets, then A−(B∪C) is equal to

A
(A−B)∩C
B
(A−B)∪C
C
(A−B)∩(A−C)
D
(A−B)∪(A−C)
Answer
(A−B)∩(A−C)
Explanation
Solution
The expression A−(B∪C) means elements that are in set A but not in the union of sets B and C. Using set identities:
- A−(B∪C) is equivalent to A∩(B∪C)′ by the definition of set difference.
- By De Morgan's Law, (B∪C)′ is equivalent to B′∩C′.
- Substituting this into the expression, we get A∩(B′∩C′).
- This can be rewritten as (A∩B′)∩(A∩C′), using the associative and idempotent properties of intersection (A∩A=A).
- Finally, converting back to set difference notation, A∩B′ is A−B, and A∩C′ is A−C.
- Therefore, (A∩B′)∩(A∩C′) becomes (A−B)∩(A−C).