Question 874834: FIND THE SET A' U C'
U={1,2,3,4,5,6,7}
A={2,3,4,6}
C=1,2,4,5,6}
Answer by ewatrrr(24785) (Show Source):
You can put this solution on YOUR website! U={1,2,3,4,5,6,7}
A={2,3,4,6}
A' = {1,5,7}
C=1,2,4,5,6}
C' = {3,7}
A' U C' = {1,3,5,7}
|
|
|