Combination Calculator (nCr)

Share:

Calculate the number of combinations (nCr) — how many ways to choose r items from n items without regard to order.

Enter values and click Calculate

About Combinations (nCr)

A combination is a selection of items where order does not matter.

The formula is: C(n,r) = n! / (r! × (n−r)!)

Used in probability, statistics, and combinatorics problems.