Combinations Calculator C(n, r)
C(n, r) = n! / (r!(n−r)!). Number of ways to choose r items from n where order doesn't matter.
Result
General calculation reads
Amazon affiliateAs an Amazon Associate we may earn from qualifying purchases. This does not add cost for you.
How to use this calculator
- Enter n (total) and r (chosen).
- Read combinations + comparison to permutations.
About this calculator
Combinations count selections where order doesn't matter. C(52, 5) = 2,598,960 (poker hands). C(n,r) = n! / (r!(n-r)!), but computing via product (n)(n-1)...(n-r+1) / r! avoids factorial overflow for moderately large n. Symmetric: C(n,r) = C(n, n-r). Used in probability, combinatorics, and statistics (binomial coefficient).
Frequently asked
Combinations vs. permutations?+
Pascal's triangle?+
Why "n choose r"?+
Real-world?+
Symmetry?+
Related calculators
More tools you might like
Hand-picked tools that pair well with this one — same audience, same intent.
P(n, r) = n! / (n−r)!. Number of ways to arrange r items from n where order matters.
Convert a z-score to one-tail or two-tail p-value via the standard normal CDF.
Compute probability density and cumulative probability at x for given μ, σ.
P(X = k) = C(n,k) p^k (1−p)^(n−k). Probability of exactly k successes in n trials.
n! = 1 × 2 × … × n. Computes exactly up to 21! (number limit); approximate via Stirling for larger.
Insert page numbers in the footer or header — choose position, format, and starting number.