C(n,k) Combination Calculator

What is a combination?

A combination is a selection of k elements from a set of n elements without regard to the order of selection. The formula for combinations is: C(n,k) = n! / (k! * (n-k)!)

Note: C(n,k) = 0 when k > n