SOLUTION: If a set has 32 elements, how many subsets have greater than 2 elements?
Algebra
->
Subset
-> SOLUTION: If a set has 32 elements, how many subsets have greater than 2 elements?
Log On
Logic: Subset
Logic
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Subset
Question 1027046
:
If a set has 32 elements, how many subsets have greater than 2 elements?
Answer by
richard1234(7193)
(
Show Source
):
You can
put this solution on YOUR website!
2^32 subsets total.
1 subset contains 0 elements (empty set), 32 subsets contain exactly one element, and 32C2 = 496 subsets contain exactly two elements. The # of subsets with more than 2 elements is 2^32 - 496 - 32 - 1.