Combination Calculator (nCr)

The combination calculator can determine the number of combinations, given a set of objects (n) and a sample (r).

C(n, r) =  
n!
r! (n - r)!