Sign In
The number of combinations of n different objects taken r at a time — denoted as _nC_r — is given by the following formula.
_nC_r=n!/r!(n-r)!, r≤ n
The exclamation mark in the formula indicates that the factorial of the value should be calculated. As a direct consequence of the above formula, since 0!=1, when n=r the number of combinations is 1.
_nC_n=1
An alternative notation for _cC_r is C(n,r).
_nC_r* r!= n!/(n-r)! ⇕ _nC_r=n!/r!(n-r)!