Combination Calculator

Result

The formula for calculating the combination is:

C(n, k) = n! / (k! * (n - k)!)

This is a simple combination calculator. Enter the total amount in a set, the amount in each combination, and whether the same number can be used more than once. Then click the calculate button to get the result.