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.

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.

Related Calculators