i'm having issues working this out. Can anyone help me on the right path to solving this?
A = {a, b, c} , B = {x, y} , C = {0, 1}
U = {a, b, c, x, y, z, 0, 1, T, F} .
Find the following:
A∪B A∪C A∩B AΔC
i'm having issues working this out. Can anyone help me on the right path to solving this?
A = {a, b, c} , B = {x, y} , C = {0, 1}
U = {a, b, c, x, y, z, 0, 1, T, F} .
Find the following:
A∪B A∪C A∩B AΔC
First of all you have to know the meaning of the different symbols:
$X \cup Y$ means all the elements that are either in X or in Y or in both
$X \cap Y$ means only the elements that are in X and Y
XΔY means all elements, that are in X or Y but not in both.
I hope this helps you with your exercise, you can post your results if you are not sure if you did it right.