SOLUTION: how many three person teams can be chosen from a group of five people?
Algebra
->
Permutations
-> SOLUTION: how many three person teams can be chosen from a group of five people?
Log On
Algebra: Combinatorics and Permutations
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Permutations
Question 240193
:
how many three person teams can be chosen from a group of five people?
Answer by
edjones(8007)
(
Show Source
):
You can
put this solution on YOUR website!
nCr=n!/((n-r)!r!) combination
5C3 = 5!/2*3!=5*4*3*2/4*3=10
.
Ed