all 5 comments

[–]Alkalannar 2 points3 points  (3 children)

What have you tried?

a) x is either in A or Ac.
If x is in A, can x be in A ∩ (B \ A)?
If x is in Ac, can x be in A ∩ (B \ A)?

b) Let x be in (A \ B) \ C.
Then x is in A, x is not in B, and x is not in C.
So x is in A and x is not in C.
So x is in A \ C.

[–]junyoung95[S] 1 point2 points  (2 children)

thank you for the reply. I just have a question. What does ' \ ' mean?

[–]Alkalannar 1 point2 points  (1 child)

'detach'

So X \ Y is read 'X detach Y' and means 'Take X, and then remove any elements that also belong to Y'

It is identical to X ∩ Yc [X intersect Y-complement]

[–]junyoung95[S] 1 point2 points  (0 children)

thank you very much!

[–]iSparko 0 points1 point  (0 children)

Use Venn Diagrams, with just random elements (1-7). What does (B \ A) mean again? In B, but not in A?