Find the union of each of the following pairs of sets.
(i) A = {2, 3, 5, 6, 7}, B = {4, 5, 7, 8}
(ii) C = {a, e, i, o, u} D = {a, b, c, d}
(iii) E = {x|x N and x is a divisor of 12}
F = {y|y N and y is a divisor of 18}
Open in App
Solution
(i) A = {2,3,5,6,7} and B = {4,5,7,8}
AB = {2,3,4,5,6,7,8}
(ii) C = {a,e,i,o,u} and D = {a,b,c,d}
CD = {a,b,c,d,e,i,o,u}
(iii) E = {1,2,3,4,6,12} and F = {1,2,3,6,9,18}
EF = {1,2,3,4,6,9,12,18}