Combination Calculator
Enter n (total number of items) and r (items to select) to calculate C(n,r) — the number of unique combinations possible when order doesn't matter. You also get the corresponding permutation count (nPr) and key factorials as supporting results.
Results
Combinations C(n,r)
--
Permutations P(n,r)
--
n! (n Factorial)
--
r! (r Factorial)
--
(n−r)! Factorial
--