asked 203k views
2 votes
L={d,e,g} J ={b,c,h} what is the union of L and J

asked
User Nomi
by
8.8k points

1 Answer

3 votes

Explanation:

well, the combination of all set elements.

FYI : if some elements appear in both sets, we only use these once for the result set (this is not the case here, but it might be in other questions).

the combination of both sets is then

{b, c, d, e, g, h}

answered
User Notnot
by
8.7k 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.