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).
💡
Help us improve!
How would you rate the Permutation Calculator?
Editorial Note
MyCalcBuddy Editorial Team
This page is maintained as an educational calculator reference.
📚
Formula Source: Standard Mathematical References
by Various
🔄Last reviewed: May 2026
✓Formula checks are based on standard references and internal QA review.