Given the following sets.

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

Find B∪C

1. {0, 1, 2, 3}
2. {a, b, c, d}
3. {0, a, 2, b}
4. {a, b, c, d, 0, 2}
5. Empty Set



Respuesta :

Hey there! The U tells you that the sets are combined. Combining Set B and Set C will result in 4!