SOLUTION: How many five-person committees can be selected from nine people
Algebra
->
Permutations
-> SOLUTION: How many five-person committees can be selected from nine people
Log On
Algebra: Combinatorics and Permutations
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Permutations
Question 620520
:
How many five-person committees can be selected from nine people
Answer by
jim_thompson5910(35256)
(
Show Source
):
You can
put this solution on YOUR website!
C(n,r) = (n!)/(r!(n-r)!)
C(9,5) = (9!)/(5!*(9-5)!)
C(9,5) = (9!)/(5!*4!)
C(9,5) = (9*8*7*6*5!)/(5!*4!)
C(9,5) = (9*8*7*6)/(4!)
C(9,5) = (9*8*7*6)/(4*3*2*1)
C(9,5) = (3024)/(24)
C(9,5) = 126
So the answer is
126