AbraCalc

Combination Calculator (nCr)

Calculate the number of combinations of n items taken r at a time (nCr).

Embed this tool on your site

How to use this tool

  1. Enter n (total items) and r (items chosen) in the fields above.
  2. Results update instantly as you type — or click Calculate.
  3. Read your ncr and the full breakdown beneath it.

nCr = n! / (r! × (n−r)!) counts unordered selections of r items from n.

Frequently asked questions

What is a combination?
A combination is an unordered selection. nCr = n!/(r!(n-r)!). For example, C(5,2) = 10 — choosing 2 from 5 ignoring order.

References & sources