Write down the power sets of the following sets.
i. A = {x, y}
ii. X = {a, b, c}
iii. A = {5, 6, 7, 8}
iv. A = Φ
Power set is nothing but all the possible combinations of the available set. Which can form a subset of that power set. For a set with ‘n’ elements, we will have 2n elements in the power set.
i. P(A) = {Φ {x}, {y}, {x, y}} - 22 =4 elements
ii. P(X)= {Φ, {a}, {b}, {c}, {a, b}, {a, c}, {b, c}, {a, b, c}} – 23 =8 elements
iii. P(A) = {Φ, {5}, {6}, {7}, {8}, {5, 6}, {5, 7}, {5, 8}, {6, 7}, {6, 8}, {7, 8}, {5, 6, 7}, {5, 6, 8}, {5, 7, 8}, {6, 7, 8}, {5, 6, 7, 8}} – 24 =16 elements
iv. P(A) = {Φ} – 20 =1=one element
Couldn't generate an explanation.
Generated by AI. May contain inaccuracies — always verify with your textbook.