P&C Calculator
Calculate Permutations and Combinations with ease
P Permutations
C Combinations
? Formula Reference
Permutations
P(n,r) = n! / (n-r)!
Number of ways to arrange r items from n total items where order matters.
Combinations
C(n,r) = n! / (r! × (n-r)!)
Number of ways to choose r items from n total items where order doesn't matter.