Permutation and Combination Calculator
Find nPr (permutations) and nCr (combinations).
Permutations count ordered arrangements; combinations count unordered selections.
The math behind it
nPr = n!/(n−r)! counts arrangements where order matters. nCr = nPr ÷ r! removes the ordering, counting selections.
Worked example
From 10 items choose 3: nPr = 720, nCr = 120.
FAQ
When do I use which?
Use permutations when order matters (e.g. rankings), combinations when it doesn't (e.g. lottery picks).