Permutation Calculator (nPr)

Count ordered arrangements of r items chosen from n.

Permutations 720

Formula: nPr = n! ÷ (n − r)!

Step-by-step with your numbers:
1. Values used:
2. Total items (n) = 10
3. Chosen (r) = 3
4.
5. Permutations = 720
Did we solve your problem today?

Permutations count ordered arrangements — where the sequence of selection matters.

The math behind it

nPr = n! ÷ (n − r)! = n × (n − 1) × … × (n − r + 1).

Worked example

Top-3 finish from 10 runners → 10P3 = 10 × 9 × 8 = 720 orders.

FAQ

When do I use permutations?

When order matters — like rankings, passwords or seating arrangements.