Let A be a finite set of size n. The number of elements in the power set of A x A is: A. 2^n B. 2^(n^2) C. (2^n)^2 D. (2^2)^n E. None of the above

GATE 1993 · Discrete Mathematics · Set Theory · easy

Answer: B. 2^(n^2)

  1. Compute size of Cartesian product A x A: With |A| = n, every ordered pair (a,b) has n choices for each component, giving n^2 pairs total.
  2. Apply power set formula to A x A: |P(A x A)| = 2^(n^2). This counts all possible subsets of the n^2 ordered pairs.