Question 480985: Please help me, I am having a horrible time with this class, and it is the second time i am taking it
given these sets,
A={3,4,5,6,7}
B={6,7,8,9}
C={2,4,6,8}
LIST THE ELEMENTS OF CU(A intersected with B) the symbol inbetween the a, and b is an upside down u.
thank you for any help
Answer by ewatrrr(24785) (Show Source):
You can put this solution on YOUR website!
Hi,
A={3,4,5,6,7}
B={6,7,8,9}
C={2,4,6,8}
C∪(A∩B) = C∪{6,7} = {2,4,6,7,8}
|
|
|