Answer:
Explanation:
hello :
A={a,b,c,d,e,f,g)
and B ={a,e,i,o,u}
then AUB will be : {a,e,i,o,u,b,c,d,e,f,g}
Given
A = { a, b, c, d, e, f, g}
B = { a, e, i, o, u}
Now
AUB = { a, b, c, d, e, f, g} U { a, e, i, o, u}
= { a, b, c, d, e, f, g, i, o, u}
Hope it will help
9.4m questions
12.2m answers