I am given the sets A = {2,4,6,8}, B = [2,6)andC = (3,8)`. Calculate each of the following.
(a) B\A
(b) A ∩ B
(c) (A ∪ C)\B
I think the answer for (b) is {2,4} because B is 2 <= x < 6 and A has the elements 2,4,6,8. so in A and B we are going to have {2,4}. Is that the intersection, am I thinking right?
Also, for (c), I think A ∪ C should be {2,8} ∪ [4,8) because my set A contains 2,4,6,8 while C contains 3 < x < 8. But what when I exclude B from this? How should I do that?