if A={1,2,3,4,5,6,7,8,9,10},;B={2,3,5,7}. find A interaction of B
Answers
Answered by
5
Step-by-step explanation:
34
4.2
(26 votes)
Log in to add comment
Answer
4.4/5
104
chandresh126
Genius
2.5K answers
985.3K people helped
Answer:
Hey Mate,
Given Data,
U = {1, 2, 3, 4, 5, 6, 7, 8, 9}
A = {2, 4, 6, 8}
B = {2, 3, 5, 7}
A' = {1, 3, 5, 7, 9}
B' = {1, 4, 6, 8, 9}
So, (A' n B') = {1, 9}
(A U B)' = U - (A U B)
(A U B)' = {1, 2, 3, 4, 5, 6, 7, 8, 9} - {2, 3, 4, 5, 6, 7, 8}
(A U B)' = {1, 9} = (A' n
Similar questions