The number of subsets of {1, 2, ..., n} with odd cardinality is ___________
GATE 1994 · Discrete Mathematics · Set Theory · easy
Answer: 2^(n-1)
- Write the total and alternating binomial sums: Let E = sum of C(n,k) for even k, O = sum of C(n,k) for odd k. Then E + O = 2^n and E - O = 0.
- Solve for the odd-cardinality count: Subtracting: 2*O = 2^n, so O = 2^(n-1). The number of subsets with odd cardinality is 2^(n-1).