Permutations
Last updated: 2026-08-24
Permutations — Calculez les permutations de n éléments pris r à r.
Inputs
Result
Enter values and press Calculate
Was this helpful?
How to use it
- Total n = 8, selecting r = 3
- Apply formule: P(8,3) = 8 × 7 × 6
- Calculate: 8 × 7 = 56
- Result: 56 × 6 = permutations
Common mistakes
- ⚠️ Using combinations formule instead of permutations
- ⚠️ Allowing r > n which gives invalid results
- ⚠️ Confusing when order matters vs doesn't matter
Worked example
Find the number of permutations when selecting items from distinct items.
The permutations {perm} count the number of ways to arrange r items from n when order matters.
Input guide
| Field | Typical range |
|---|---|
| r | Selected items: 1 to n |
| n | total items: 1 to 100 |