In how many ways can a basketball team with 9 members can be chosen from 12 players?
Note: that the formula of Combination is nCr = n!/r!(n-r)!
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
using the formula of combinations, we have no. of ways= 12! / 9! * (12-9)!
=12!/ 9!*3!
=12* 11* 10/ 6
=220