if A ={1,2,3,4,5,6} B={2,4,6} and C={1,3,5}
then find (A-C) ∩ (A-B)
Answers
Answered by
30
Given,
A ={1,2,3,4,5,6} B={2,4,6} and C={1,3,5}
Now,
(A-C) = {1,2,3,4,5,6} - {1,3,5} = {2,4,6}
(A - B) = {1,2,3,4,5,6} - {2,4,6} = {1,3,5}
So,
(A-C) ∩ (A-B) = {2,4,6} ∩ {1,3,5} = { }
or
Similar questions