Calculadora de Permutaciones — Fórmula
How to Calculate Permutations
Formula
P(n, r) = n! / (n - r)!
Where:
Permutations count arrangements where order matters.
Ejemplo Resuelto
How many ways can you arrange 3 items from a set of 10? (Order matters)
- P(10, 3) = 10! / (10-3)!
- = 10! / 7!
- = 10 × 9 × 8
- = 720