16.9k views
2 votes
Write the powerset of the following sets
a) {3,7,9}
b) {a,{ 1,2}}
c) {p,q,r,s}


User Tgikal
by
5.5k points

1 Answer

3 votes
a. cardinality means no of elements present in the set.
b. no of proper set = 2^n - 1
c. no of subset = n
2^n = 512
2^n = 2^9
n = 9.
Q. power set:
a. { 3,7,9} = {3,7,9,(3 7),(7 9),(9 3)}
User EKS
by
4.7k points