Combination Calculator — nCr
The Combination Calculator computes C(n, r) — the number of ways to select r items from a set of n items, where order does NOT matter. Combinations are used in probability, lottery odds, card games, committee selection, and any scenario where you are choosing a group without regard to sequence.
How to Use This Calculator
- 1
Enter n — the total number of items in the set.
- 2
Enter r — the number of items you are selecting.
- 3
Click Calculate to see the number of combinations.
Frequently Asked Questions
A combination C(n,r) = n! / (r!(n-r)!) counts the ways to choose r items from n where order does not matter. Choosing 3 people from 10 for a team: C(10,3) = 120.
