About Permutation & Combination Calculator
The Permutation & Combination Calculator computes permutations nPr = n!/(n-r)! and combinations nCr = n!/(r!(n-r)!), using BigInt for factorial calculation to support large values of n, with step-by-step explanation. All calculation runs locally in your browser.
Features
- Permutations nPr = n!/(n-r)!
- Combinations nCr = n!/(r!(n-r)!)
- Factorial calculation with BigInt
- Step-by-step explanation
- Supports large values of n
Frequently Asked Questions
What is the difference between permutation and combination?
Permutations care about order (ABC ≠ BAC), while combinations treat the same items in any order as one group.
Is there a limit on n?
The tool uses BigInt, so it can handle very large n, but extremely large values may slow down the factorial computation.