SOLUTION: How many possibilities are there to select a team of 3 members from 9 players?
Algebra
->
Permutations
-> SOLUTION: How many possibilities are there to select a team of 3 members from 9 players?
Log On
Algebra: Combinatorics and Permutations
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Permutations
Question 435624
:
How many possibilities are there to select a team of 3 members from 9 players?
Answer by
edjones(8007)
(
Show Source
):
You can
put this solution on YOUR website!
nCr=combination of n things taken r at a time=n!/(n-c)!*c!
9!/(6!*3!)
=9*8*7*6!/6!*6
=(9*8*7)/6=84
.
Ed