Permutation (nPr)
Formula: nPr = n! ÷ (n − r)!
Number of ways to arrange r items from n distinct items (order matters).
📝 Step-by-Step
Calculation
Enter values to see the breakdown.
💡 Example: Choosing 3 winners from 100 contestants where order matters → P(100,3) = 970,200.