224k views
4 votes
Given A = {a, e, i, o, u} and B = {a, l, g, e, b, r}, find A ∪ B.

{}
{a,e}
{a, b, e, g, i, l, o, r, u}

User Paxmees
by
8.1k points

2 Answers

3 votes
A={a,e,i,o,u} B={a,l,g,e,b.r}

A ∪ B = {a,e,i,o,u,l,g,b,r}

For any element ∈ A and B, you choose it once

User Ali Nobari
by
8.9k points
1 vote

A \cup B indicates you want the UNION of sets A and B. So just make a list of elements that are in either set ("put all the elements into one 'box'"). Elements are listed only once; example: a is in both sets, so put it in the union only once.

Answer: the 3rd choice, {a, b, e, g, i, l, o, r, u}
User Zudov
by
8.3k points