Skip to main content
True Calculator

Combination Permutation Calculator

Calculate combinations (nCr) and permutations (nPr) for any n and r with exact integer results.

items
items
Arrangement type

Combinations nCr

120

10 choose 3

Formula

n! ÷ (r! × (n−r)!)

Factorial notation

Combinations ignore order (teams, lottery picks); permutations count order (passwords, podium finishes).

Combination Permutation Calculator on True Calculator gives you an instant, accurate answer with no sign-up and no app install. Calculate combinations (nCr) and permutations (nPr) for any n and r with exact integer results. Every result shows the formula and a worked example so you can verify the calculation yourself, and all values are computed in your own browser — your numbers never leave your device.

Popular uses: combination calculator · permutation calculator · ncr

How We Calculate

This calculator uses standard mathematical formulas — the same ones taught in school and used in exams — verified by our team. All calculations are performed instantly in your browser using JavaScript, so no data is sent to any server.

The formulas follow standard mathematical definitions and conventions used in textbooks and by educational boards. Results are rounded transparently and shown with the exact formula on this page.

When to Use This Calculator

Use this calculator when a problem is really a counting question: how many ways to choose, arrange or rank items. Students preparing for aptitude tests and competitive exams in India meet these problems constantly, and a wrong mental multiplication is easy — 52C5 = 2,598,960 is not something anyone should trust to mental arithmetic. Organisers count possible team selections, event planners count seating arrangements, and anyone designing PINs, passwords or codes counts permutations to judge security. The two modes side by side also teach the core idea: permutations are combinations multiplied by r!, because ordering multiplies every selection. Whether the question comes from a textbook, an exam paper or a real scheduling problem, the calculator gives the exact integer in one step.

How to Use This Calculator

  1. Step 1: Enter the total number of items (n).
  2. Step 2: Enter how many items you are selecting or arranging (r).
  3. Step 3: Choose combination if order does not matter, or permutation if it does.
  4. Step 4: Read the exact integer result, and compare the two modes to see the order factor.

Worked Example

From 10 candidates you need to pick 3 for a team. Enter n = 10, r = 3 and choose combination: the calculator returns 10C3 = 10! ÷ (3! × 7!) = 120 possible teams. If the same 3 people must be arranged in a first-second-third ranking instead, choose permutation and the result jumps to 10P3 = 10! ÷ 7! = 720 arrangements. For a 5-card poker hand from a 52-card deck, 52C5 returns 2,598,960 — the denominator that makes strong hands so rare.

Tips and Common Mistakes

  • Use permutation for anything with ranks or order — podiums, passwords, seating plans.
  • Use combination for selections where order is invisible — teams, committees, lottery picks.
  • For n = r, permutations equal n! while combinations equal 1 — a good sanity check.
  • Avoid entering r larger than n; the calculator rejects it because you cannot pick more items than exist.
  • Don't use combinations when order matters — that mistake undercounts by a factor of r!.

Frequently Asked Questions

What is the difference between a combination and a permutation?

A combination ignores order while a permutation counts it. Choosing 3 people from 10 for a team is 120 combinations, but arranging 3 of them in a line is 720 permutations.

How do you calculate 10P3 and 10C3?

nPr = n! ÷ (n−r)!, so 10P3 = 10 × 9 × 8 = 720. nCr = n! ÷ (r! × (n−r)!), so 10C3 = 720 ÷ 6 = 120. The calculator applies the same formulas for any n and r.

Why is 52C5 such a large number?

Choosing 5 cards from a standard deck of 52 ignores order, and there are 2,598,960 distinct five-card hands. That is why poker probabilities are so small — the denominator is nearly 2.6 million.

What happens if I enter r greater than n?

You cannot choose or arrange more items than exist, so the calculator shows a prompt rather than a number. Keep r less than or equal to n.

Where are combinations and permutations used in real life?

Lottery odds, tournament scheduling, password and PIN security counts, seating arrangements and committee selection all reduce to nCr or nPr problems.

You might also need

Related calculators from other categories