Permutation Calculator Formula
Understand the math behind the permutation calculator. Each variable explained with a worked example.
Formulas Used
Permutations
permutations = factorial(n) / factorial(n - r)N Factorial
n_factorial = factorial(n)N Minus R Factorial
n_minus_r_factorial = factorial(n - r)Variables
| Variable | Description | Default |
|---|---|---|
n | Total Items (n) | 10 |
r | Items Chosen (r) | 3 |
How It Works
How to Calculate Permutations
Formula
P(n, r) = n! / (n - r)!
Where:
Permutations count arrangements where order matters.
Worked Example
How many ways can you arrange 3 items from a set of 10? (Order matters)
n = 10r = 3
- 01P(10, 3) = 10! / (10-3)!
- 02= 10! / 7!
- 03= 10 × 9 × 8
- 04= 720
Ready to run the numbers?
Open Permutation Calculator