Permutation Calculator
Calculate permutations and combinations.
Permutation P(n,r)
720
Combination C(n,r)
120
Permutation vs Combination
P(n,r) by r
Permutation P(n,r)
| r | P(n,r) | C(n,r) |
|---|---|---|
| 0 | 1 | 1 |
| 1 | 10 | 10 |
| 2 | 90 | 45 |
| 3 | 720 | 120 |
| 4 | 5,040 | 210 |
| 5 | 30,240 | 252 |
| 6 | 151,200 | 210 |
| 7 | 604,800 | 120 |
| 8 | 1,814,400 | 45 |
| 9 | 3,628,800 | 10 |
| 10 | 3,628,800 | 1 |
Practical Example
P(n,r) = n! / (n−r)!. C(n,r) = n! / (r! × (n−r)!). Where n! = factorial of n. Order matters for permutations, not for combinations.
Frequently Asked Questions
What is a permutation?
A permutation is an ordered arrangement of objects — order matters, unlike combinations.
How is nPr calculated?
P(n,r) = n! ÷ (n−r)! — the number of ways to choose r items in order from n total.
How are permutations different from combinations?
Permutations count ordered arrangements; combinations count unordered selections, so combinations equal permutations divided by r!.
What if I get a different answer when calculating manually?
First check your order of operations (PEMDAS/BODMAS), then verify your units are consistent. Common errors include rounding too early, sign mistakes, and incorrect formula application. Use this calculator to verify each step of your work.
Are there shortcuts or mental math tricks?
Yes! Many mathematical operations have estimation shortcuts. For example, squaring numbers ending in 5, using the distributive property, or applying benchmark fractions. While shortcuts help with estimates, always use exact calculations for important work.
Disclaimer: This calculator provides estimates for informational purposes only. Actual results may vary. Consult a qualified professional for personalized advice.