What is Permutation and Combination Calculator?
Computes combinatorics values: Permutations (nPr) where selection sequence matters, and Combinations (nCr) where grouping order is irrelevant.
How to Use This Calculator
- Enter total number of items n.
- Enter subset items chosen r (where r <= n).
- Compare permutations versus combinations.
The Mathematical Formula & Variables
nPr = n! / (n - r)!; nCr = n! / [r! * (n - r)!]
Step-by-Step Worked Example
Scenario: Selecting 5 items out of 10.
- 10! / (5! * 5!) = 3,628,800 / (120 * 120) = 252.
- nPr = 10! / 5! = 3,628,800 / 120 = 30,240.
Result: 252 combinations, 30,240 permutations
Frequently Asked Questions
What is the primary difference between combinations and permutations?
Order! A combination lock is technically a permutation lock because the order of numbers strictly matters.