198k views
5 votes
Write the elements of (a, b,c}-{a, b, d}) {c, d), where a, b, c, and d are distinct

User Dunes
by
5.0k points

1 Answer

3 votes

Answer: If we have a set defined as the difference of two sets, this is

A = B - C, then A = B - B∩C

So this is defined as, if you subtract the set C to the set B, then you are subtracting the common elements between C and B, from the set B.

so if A = {a,b,c} - {a,b,d}, the common elements are a and b, so: A = {c}

User Raj Peer
by
4.9k points