Permutation Calculator — nPr
The Permutation Calculator computes P(n, r) — the number of ways to arrange r items chosen from a set of n items, where order matters. Permutations are used in combinatorics, probability, scheduling, and any situation where the arrangement or sequence is important.
How to Use This Calculator
- 1
Enter n — the total number of items in the set.
- 2
Enter r — the number of items you are arranging.
- 3
Click Calculate to see the number of permutations.
Frequently Asked Questions
A permutation is an ordered arrangement of items. P(n, r) = n! / (n-r)! gives the number of ways to arrange r items from n, where order matters. P(5,3) = 60.
