Skip to main content
KX Toolkit

Permutation Combination

Permutations care about order; combinations do not. Picking a president, vice-president, and secretary from a club is a permutation because the role assignment matters. Picking three people for a committee is a combination because the group is the same regardless of who you named

Calculators

Permutations care about order; combinations do not. Picking a president, vice-president, and secretary from a club is a permutation because the role assignment matters. Picking three people for a committee is a combination because the group is the same regardless of who you named

This free Permutation Combination from KX Toolkit is part of our all-in-one online toolkit. It runs entirely in your browser, so your data never leaves your device for client-side operations. 100% free, forever - no paywall, no credit card, no trial.

How to use the Permutation Combination

  1. Enter your inputs (date, amount, rate, etc.).
  2. Pick any optional settings (tax mode, country, unit).
  3. Read the result - most calculators update as you type.
  4. Copy the result, or screenshot the breakdown for your records.

What you can do with the Permutation Combination

  • Quick personal-finance maths before a major purchase.
  • Tax estimates for freelancers and small businesses.
  • Verify a number on an invoice or receipt.
  • Help kids with homework calculations.

Why use KX Toolkit's Permutation Combination

  • Browser-based: Works on Windows, macOS, Linux, iOS and Android - no install, no extension.
  • Privacy-first: Client-side tools never upload your data; server-side tools delete files right after processing.
  • Mobile-friendly: Full feature parity on phones and tablets - not a stripped-down view.
  • Fast: Optimised for instant feedback. No artificial waiting screens, no email-gated downloads.
  • One hub for everything: 300+ tools across SEO, text, image, PDF, code, color, calculators and more - skip switching between sites.

Tips for the best results

For currency-aware calculators (GST, tax), always confirm the rate matches the jurisdiction on your invoice - rates change yearly.

Related Calculators

If you find this tool useful, explore the full Calculators collection or browse our complete tool directory. KX Toolkit is built for marketers, developers, designers, students and anyone who needs a quick utility without signing up for yet another SaaS.

What is the difference between a permutation and a combination?
Permutations care about order; combinations do not. Picking a president, vice-president, and secretary from a club is a permutation because the role assignment matters. Picking three people for a committee is a combination because the group is the same regardless of who you named first. The formulas differ by a factor of r factorial, which accounts for the orderings.
What are the formulas for nPr and nCr?
nPr equals n factorial divided by (n minus r) factorial. nCr equals n factorial divided by r factorial times (n minus r) factorial. So nCr is just nPr divided by r factorial. n factorial means the product of all integers from 1 up to n. The calculator handles the factorials internally, which is helpful because they grow huge very fast.
Why does the calculator return an error for large n?
Factorials explode in size. 20 factorial is already over 2 quintillion, and 100 factorial has 158 digits. Standard numeric types overflow well before that. The calculator caps inputs at a safe range and warns when the result would lose precision. For very large problems, mathematicians use Stirling's approximation or work in log space rather than computing the factorial directly.
When is r allowed to equal n?
Always, as long as both are non-negative integers. nPn is n factorial (the number of ways to arrange all n items in order). nCn is 1 (there is only one way to choose all of them). The calculator also handles r equal to 0: nP0 and nC0 are both 1, by the convention that there is exactly one way to arrange or choose nothing.
Where do permutations and combinations show up in real life?
Lottery odds use combinations: 6 numbers chosen from 49 has nC6(49) outcomes. Password strength uses permutations because order matters. Sports brackets, seating arrangements, and DNA sequence analysis are permutation problems. Hand probabilities in poker are combinations. Any time you count "how many ways," one of these formulas is hiding behind the answer.
Why is 0 factorial defined as 1?
For the formulas to work consistently. nC0 should equal 1 (there is one way to choose nothing), and the formula gives n factorial divided by 0 factorial times n factorial, so 0 factorial must equal 1. It is a convention, not something you derive, but every combinatorial identity collapses without it. The calculator follows this convention silently.

No reviews yet

Be the first to share your experience with the Permutation Combination.