Permutation Calculator (nPr)
Calculate the number of permutations (nPr) for arranging r items from n items.
The Permutation Calculator computes the number of ways to arrange r items from a set of n items where order matters. This is written as P(n,r) or nPr.
Enter n (total items) and r (items to arrange). The formula is nPr = n! / (n-r)!. Permutations are always greater than or equal to combinations because different orderings count as distinct arrangements.
Permutations are used in password calculations, race finishing orders, seating arrangements, and any scenario where the sequence of selection matters.