nCr Calculator
Enter your total number of items (n) and the number to choose (r) to calculate C(n,r) — the number of possible combinations. The nCr Calculator applies the formula C(n,r) = n! / (r! × (n−r)!) and returns the combination count, along with the corresponding permutation count (nPr) for comparison. Order does not matter in combinations, making this ideal for lottery odds, team selections, and probability problems.
Results
Combinations C(n,r)
--
Permutations P(n,r)
--
n! (n Factorial)
--
r! (r Factorial)
--
(n−r)! Factorial
--