222k views
5 votes
Given the following sets. A = {0, 1, 2, 3} B = {a, b, c, d} C = {0, a, 2, b} Find B U C.

{0, 1, 2, 3}
{a, b, c, d}
{0, a, 2, b}
empty set
{a, b, c, d, 0, 2}

1 Answer

4 votes

Union is a set that contains all of the elements that are in the two sets

B = {a, b, c, d} C = {0, a, 2, b}

So B U C = {a, b, c, d, 0, 2}

Answer

{a, b, c, d, 0, 2}

User Pstenstrm
by
5.3k points