asked 223k views
1 vote
U = {a, b, c, d, e, f, g}A = {a, c, e, g}B = {a, b, c, d}Find A u B’

asked
User Wagng
by
8.0k points

1 Answer

5 votes

U = {a, b, c, d, e, f, g}



A = {a, c, e, g}



B = {a, b, c, d}



Find A u B’

to solve this A u B , make a set with the elements of A and the elements of b, no repeat


A\cup B=\lbrace a,b,c,d,e,g\rbrace

answered
User Didierc
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.