Loading calculator...
Loading calculator...
Calculate permutations and combinations
Permutations count arrangements where order matters. Combinations count selections where order doesn't matter.
Permutations: P(n,r) = n! / (n-r)! Combinations: C(n,r) = n! / [r!(n-r)!]