Converter Web ToolsConverter WebTools

Combinations Calculator (nCr)

Combinations Calculator (nCr) — get the answer instantly in your browser, free and private.

Enter n (total items) and r (items to choose) to compute nCr — the number of ways to select r items from n when the order does not matter. The formula is nCr = n! / (r! × (n − r)!). For example, a 6-from-49 lottery has 13,983,816 combinations. Calculated in your browser.

About combinations (nCr)

This calculator works out nCr — the number of ways to choose r items from a set of n when the order does not matter. Enter n and r and it returns the combination count using nCr = n! / (r! × (n − r)!). It runs in your browser.

How Combinations works

How to use it

  1. Enter n (total items) and r (how many to choose).
  2. Read the number of combinations.

How it works

A combination counts selections where order is irrelevant — choosing A then B is the same as B then A. The tool computes nCr efficiently to avoid overflow for large factorials.

Common uses

  • Count lottery combinations
  • Work out poker hand counts
  • Solve probability problems
  • Count committee selections
  • Help with statistics homework
  • Calculate binomial coefficients
  • Plan combinations of options
  • Learn combinatorics

Frequently asked questions

What is nCr?
The number of ways to choose r items from n, ignoring order.
What is the formula?
nCr = n! / (r! × (n − r)!).
How is it different from permutations?
Combinations ignore order; permutations count order.
What if r is greater than n?
That is invalid — r cannot exceed n.
Is my input uploaded?
No — it calculates in your browser.
Can it handle big numbers?
Yes — large results are shown clearly.
Is it free?
Yes — completely free with no sign-up.