Permutation Calculator

Calculate permutations (nPr) - the number of ways to arrange r items from n items where order matters

About Permutations

A permutation is an arrangement of items from a collection where the order matters.

Formula: P(n,r) = n! / (n-r)!

Example: Arranging 3 items from 5 items (A,B,C,D,E): ABC is different from BCA or CAB.

Use permutations when order matters (e.g., passwords, race positions, seating arrangements).