Find the number of ways to choose r items from a set of n items where order does not matter.

Examples

  • C(10,3) → 120

Frequently asked questions

When order does not matter?

Use combinations when only the set matters (e.g. choosing a committee).

Related calculators