161k views
2 votes
Given the following sets.

A = {0, 1, 2, 3}

B = {a, b, c, d}

C = {0, a, 2, b}


find B u C

a. {0, 1, 2, 3}

b. {a, b, c, d}

c. {0, a, 2, b}

d. empty set

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

User Axnet
by
4.6k points

1 Answer

1 vote

Answer:


\large\boxed{e.\ \{a,\ b,\ c,\ d,\ 0,\ 2\}}

Explanation:


\text{The union (denoted by}\ \cup\ \text{) of a collection of sets is the set of all elements of the sets. }\\\\A=\{0,\ 1,\ 2,\ 3\}\\\\B=\{a,\ b,\ c,\ d\}\\\\C=\{0,\ a,\ 2,\ b\}\\\\B\ \cup\ C=\{a,\ b,\ c,\ d,\ 0,\ 2\}

User Hrust
by
4.9k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.