Online Tool Store Online Tool Store

Combination Calculator

Calculate nCr combinations from a set size and selection count, with factorial steps and a permutation comparison.

🔒 This tool runs entirely in your browser. Your files are never uploaded to a server.

Calculate combinations

Enter whole numbers where n is the total items and r is how many are chosen.

Example shown: choose 4 items from a group of 12.

Combinations

495

There are 495 ways to choose 4 items from 12 when order does not matter.

Notation

12C4

Permutations

11,880

r factorial

24

Formula

12! / (4! x (12 - 4)!) = 495

Combinations divide permutations by 4! because every selected group can be ordered 24 different ways.

How it works

  1. Enter n, the total number of items in the set.
  2. Enter r, the number of items you want to choose.
  3. Read the combination count, matching nCr notation, permutation comparison, and formula.

The combination formula

The calculator uses nCr = n! / (r! x (n - r)!). For 12C4, that means 12! / (4! x 8!) = 495 possible groups.

FAQ

What does nCr mean?

nCr is the number of ways to choose r items from n total items when order does not matter. It is also called a binomial coefficient.

How is this different from permutations?

Permutations count different orders as separate outcomes. Combinations count each selected group once, so ABC and CBA are the same combination.

Can r be larger than n?

No. You cannot choose more items than the total available set. The calculator shows an error if r is greater than n.

Are decimal or negative values allowed?

No. Combinations are defined here for whole-number counts: n and r must be zero or positive integers.

Is anything uploaded?

No. The arithmetic runs entirely in your browser, and the values you enter are not sent to a server.

How we compare

FeatureOnline Tool StoreBasic calculatorsSpreadsheet formulas
Live nCr result YesUsuallyFormula required
Formula shown beside the answer YesSometimesNo explanation
Permutation comparison YesOften separateSeparate formula
Account required NoNoNo

Choose this calculator when you want the answer and the reasoning together: it keeps nCr notation, factorial formula, and order-sensitive permutation comparison in one browser-only workspace.

Explore related tools

Embed this tool

Paste this on your own site — it stays free, and every file still stays in your visitor's browser, not yours or ours.