Set operations including cardinality of power sets and listing the elements of a power set and finding the number of subsets of a given size. let u = {-1, 0, 1, 2, 3, 4, 6} , a = {-1, 1, 2, 3, 4} and b = {0, 2, 4, 6}. find
a.a u b,
b.a ∩ b,
c.b – a,
d.the power set of b and its cardinality