How to use this tool
- Enter available items n, selected items k.
- Select Calculate to view the result.
- Check the method and assumptions below before using the result.
The method, explained
C(n,k) = n! ÷ [k!(n − k)!]. Equivalent selections in different orders count only once.
A WORKED EXAMPLE
Choosing 3 items from 10 gives 120 combinations.
What to keep in mind
Inputs are whole numbers with 0 ≤ k ≤ n ≤ 500. Items are distinct, and repetitions are not allowed.
Common questions
Does order matter?
No. Choosing A, B and C is the same selection as C, A and B.
What if I choose zero items?
There is one empty selection, so C(n,0) = 1.
Methodology maintained by ClarityKit. How these tools are built and checked.