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
Algebra: Combinatorics and Permutations
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Permutations
Question 429258
:
In a five-element set, how many subsets contain two or more elements?
Answer by
sudhanshu_kmr(1152)
(
Show Source
):
You can
put this solution on YOUR website!
no. of ways = 5C2 + 5C3 + 5C4 + 5C5
= 10 + 10 + 5 + 1
= 26