88,711 views
33 votes
33 votes
Given sets​ A, B,​ C, and​ U, find the elements in A - ​B'.

A​ = {1​, 3​, 4​}

B = ​{3​, 4​, 5​}

C​ = {6​, ​7}

U = ​{0, ​1, 2,​ 3, 4,​ 5, 6,​ 7}

A - B = { }

User Andrew Berry
by
3.0k points

1 Answer

23 votes
23 votes

Explanation:

note A- b = A n B

so, ( A n B ) = ( 3, 4 )

( A n B )' = ( 0,1,2,5,6,7)

User Evil Pigeon
by
3.0k points