SOLUTION: Evaluate C (10, 4)

Algebra ->  Probability-and-statistics -> SOLUTION: Evaluate C (10, 4)      Log On


   



Question 38039: Evaluate C (10, 4)
Answer by fractalier(6550) About Me  (Show Source):
You can put this solution on YOUR website!
Any number of n things taken r at a time is C(n, r) and equals
C(n, r) = n! / r!(n-r)!
So here
C(10, 4) = 10! / 4!(10-4)! = 10 * 9 * 8 * 7 / 4 * 3 * 2 * 1 = 210