SOLUTION: A committee of 3 is to be formed from a group of 20 people. How many different committees are possible?
Algebra
->
Probability-and-statistics
-> SOLUTION: A committee of 3 is to be formed from a group of 20 people. How many different committees are possible?
Log On
Algebra: Probability and statistics
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Probability-and-statistics
Question 344354
:
A committee of 3 is to be formed from a group of 20 people. How many different committees are possible?
Answer by
fractalier(6550)
(
Show Source
):
You can
put this solution on YOUR website!
20 chosen 3 at a time is found by calculating
20! / [(20-3)!*3!]
which works out to
(20*19*18) / (3*2*1) =
1140