asked 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}

asked
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

answered
User Ali Nobari
by
8.7k 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}
answered
User Zudov
by
8.3k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.