Practice free →
HomeGATE CSEcomputerscienceDiscrete Mathematics › The POWER SET of a set with $n$ elements has

The POWER SET of a set with $n$ elements has

A$n$ subsets
B$n^2$ subsets
C$2n$ subsets
D$2^n$ subsets
Answer & Solution
Correct answer: D. $2^n$ subsets
1. Power set $P(S)$: the set of ALL subsets of $S$ (including $\emptyset$ and $S$ itself). 2. Each element of $S$ has 2 choices for any subset: included or excluded. 3. So the total number of subsets is $2 \cdot 2 \cdots 2 = 2^n$. 4. Example: $S = \{a, b, c\}$ has $2^3 = 8$ subsets: $\emptyset, \{a\}, \{b\}, \{c\}, \{a,b\}, \{a,c\}, \{b,c\}, \{a,b,c\}$. ✓ 5. Other options are wrong counts. _Source: Oscar Levin, "Discrete Mathematics: An Open Introduction", §0.4 (Sets — power set)._
Solve this in the app — GATE CSE practice & 24k+ MCQs →
Related questions