• S
    SwaseekhGATE Preparation
General
  • Dashboard
  • Syllabus
  • Questions
  • Aptitude
  • Mock Tests
  • TCS NQT 2026
Account
  • Pricing
  • Contact
  1. GATE CS
  2. PYQs
  3. Discrete Mathematics

The number of subsets of {1, 2, ..., n} with odd cardinality is ___________

GATE 1994 · Discrete Mathematics · Set Theory · easy

Answer: 2^(n-1)

  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.
  2. 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).