Combination Calculator
Enter n (total number of items) and r (items to choose) to calculate C(n,r) — the number of possible combinations when order doesn't matter. You'll see the exact combination count along with the full factorial breakdown and a comparison between combinations and permutations.
Results
C(n,r) — Combinations
--
P(n,r) — Permutations
--
n! (n Factorial)
--
r! (r Factorial)
--
(n-r)! Factorial
--