I am getting a little confused because different stats teachers use different symbols.
(A or B) = (A U B)
(A and B) = (A [upsidedown U] B)
by Not A its referring to a complementary event
The way you are doing it looks to be the appropriate method. I thought that adding numbers that are solo to stuff looked funny.
However, on part b, when you do [(not A) and (not B)], you are only taking away the intersection of A and B. Everything in both A and B need to be taken away not just the values in their intersection.
If you were to do [(not A) or (not b)] you are taking away all elements in set A and taking away all elements in set B, but since events A and B intersect you are taking away what is shared by Both A and B 2 times. That is why I added and extra (A and B).
EDIT: Now that i think about it if you are taking away all the elements in the intersection twice, you still have the same result as taking away all the elements 1 time, which is no values, so i guess you were right?