SOLUTION: How many committees of two or more can be selected from 10 people?
Algebra
->
Permutations
-> SOLUTION: How many committees of two or more can be selected from 10 people?
Log On
Algebra: Combinatorics and Permutations
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Permutations
Question 583347
:
How many committees of two or more can be selected from 10 people?
Answer by
richard1234(7193)
(
Show Source
):
You can
put this solution on YOUR website!
The number of ways is 10C2 + 10C3 + ... + 10C10. If you know that 10C0 + 10C1 + 10C2 + ... + 10C10 = 2^10 = 1024, we can take this and subtract off 10C0 and 10C1, leaving 1024 - 1 - 10 = 1013.