Question:

Let $A$ and $B$ be two sets of having 3 and 2 elements respectively. Then the number of subsets of $A \times B$ having at least three elements is

Show Hint

“At least k elements” = Total subsets - subsets with less than k elements.
Updated On: Apr 30, 2026
  • 24
  • 52
  • 42
  • 64
  • 60
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Concept: If a set has $n$ elements, number of subsets = $2^n$.

Step 1:
Find size of $A \times B$
\[ |A \times B| = 3 \times 2 = 6 \]

Step 2:
Total subsets
\[ 2^6 = 64 \]

Step 3:
Exclude subsets with < 3 elements}
\[ \binom{6}{0} + \binom{6}{1} + \binom{6}{2} = 1 + 6 + 15 = 22 \]

Step 4:
Required subsets
\[ 64 - 22 = 42 \] Final Conclusion:
Option (C)
Was this answer helpful?
0
0