U = {1, 2, 3, 4, 5, 6, 7 …, 13}
A = { 2, 3, 4, 5, 8, 9}
B = {2, 4, 6, 10}
C = {1, 5, 9, 13}
(A U C ’) ∩ B
Answers
Answered by
0
Answer:
{2,4} is the correct answer
Step-by-step explanation:
A U C={1,2,3,4,5,8,9,13}
but it is given A U C compliment so
compliment means we have to not take that numbers so,
(A U C')={6,7,10,11,12}
now this should be intersected by B
so,
(A U C')n B={2,4}
Similar questions