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.

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.

Related Calculators