SOLUTION: In how many ways can a group of four or more be form from ten people
Algebra
->
Permutations
-> SOLUTION: In how many ways can a group of four or more be form from ten people
Log On
Algebra: Combinatorics and Permutations
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Permutations
Question 380284
:
In how many ways can a group of four or more be form from ten people
Answer by
richard1234(7193)
(
Show Source
):
You can
put this solution on YOUR website!
We can choose 4, 5, 6, ..., 10 people for a group. Thus the number of ways is
10C4 + 10C5 + ... + 10C10
= (2^10) - 10C3 - 10C2 - 10C1 - 10C0
= 1024 - 120 - 45 - 10 - 1
= 848