229k views
1 vote
Unions, intersections, and complements involving 2 sets

Unions, intersections, and complements involving 2 sets-example-1

1 Answer

3 votes

A = {f, k, m, y}

B' = {k, x, y}


A \cup B' = \{f, ~k, ~m, ~y, ~x\}

(every element from A and any other element that B' has that A didn't)

A' = {q, x}

B' = {k, x, y}


A \cap B' = \{x\}

(x is the only element that both sets have)

User Mfollett
by
7.8k points