Combination without Repetition Calculator
Enter the total number of objects (n) and sample size (r) to calculate how many combinations without repetition are possible. The Combination without Repetition Calculator applies the formula C(n,r) = n! / r!(n−r)! and returns the total combinations count along with the combination list. Order doesn't matter and no element is chosen more than once.
Results
Number of Combinations C(n,r)
--
n! (Numerator)
--
r!
--
(n−r)!
--
Formula Used
--