If A = {x, y, z}, then the number of subsets in powerset of A is
Explanation
Concept:
The power set (or powerset) of a Set A is defined as the set of all subsets of the Set A including the Set itself and the null or empty set.
Calculations:
Given, A = {x, y, z}.
The power set (or powerset) of a Set A is defined as the set of all subsets of the Set A including the Set itself and the null or empty set.
Powerset of A = {∅, x, y, z, {x, y}, {y, z}, {x, z}, {x, y, z}}.
Hence, the number of subsets in powerset of A is 8.