About the Combination Calculator
Number of ways to choose r items from n when order does not matter (nCr), with and without repetition.
Also known as: ncr calculator, n choose r, combinations formula, binomial coefficient.
How to use this calculator
- Enter total items n, chosen r.
- The result updates instantly as you type — press Calculate (or Enter) at any time.
- Open “Step-by-step” to see how the answer was worked out.
- Use Copy result or Share to save the answer or send a link with your inputs.
Formula
C(n, r) = n! / (r!(n − r)!)
Worked example
Using the values pre-filled in the calculator above:
- Total items n = 10
- Chosen r = 3
the calculator returns:
- C(n, r): 120
- With repetition C(n + r − 1, r): 220
Working
C(10, 3) = 10! ÷ (3! × 7!) = 120