SOLUTION: In a five-element set, how many subsets contain two or more elements?

Algebra ->  Permutations -> SOLUTION: In a five-element set, how many subsets contain two or more elements?       Log On


   



Question 429258: In a five-element set, how many subsets contain two or more elements?
Answer by sudhanshu_kmr(1152) About Me  (Show Source):
You can put this solution on YOUR website!

no. of ways = 5C2 + 5C3 + 5C4 + 5C5

= 10 + 10 + 5 + 1

= 26