Permutazioni
Last updated: 2026-08-24
Permutazioni — Calcola le permutazioni di n elementi presi r alla volta.
Inputs
Result
Enter values and press Calculate
Was this helpful?
How to use it
- Totale n = 8, selecting r = 3
- Apply formula: P(8,3) = 8 × 7 × 6
- Calculate: 8 × 7 = 56
- Result: 56 × 6 = 336 permutations
Common mistakes
- ⚠️ Using combinations formula 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 3 items from 8 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 | Totale items: 1 to 100 |