Permutations P(n,k) Calculator
Calculate permutations P(n,k), the number of ordered arrangements of k items chosen from n. Useful for probability, draws and combinatorics.
P(n,k)
โ
Permutations P(n,k): formula and examples
A permutation (also called an arrangement) of n distinct objects taken k at a time, where order matters, comes from P(n,k) = n! / (nโk)!. Say you want to hand out gold, silver and bronze among 8 runners. That's P(8,3) = 8ยท7ยท6 = 336 different podiums. Set k = n and you fall back to the total permutation P(n) = n!, which counts every ordering of all n elements. What sets this apart from combinations is order. With P(n,k) the sequence ABC and the sequence CBA each count once; with C(n,k) they're treated as the same thing.
Applications: rankings, PINs and shuffling
Permutations show up wherever order carries meaning: the way a queue lines up, who lands on each step of a podium, electing officers to distinct roles (chair, secretary, treasurer), PIN codes with no repeated digits (P(10,4)=5040), license plates, and the Fisher-Yates shuffle behind audio players and card games.
FAQ
Permutation vs combination? Ask yourself whether shuffling the items changes anything. If it does (podium, password, sequence), reach for permutation. If it doesn't (committee, lottery), use combination.
What if k = 0? P(n,0) = 1. There's a single way to arrange zero objects, namely the empty arrangement.
What if k > n? P(n,k) = 0. You can't pick out more distinct objects than you actually have.
Are repetitions allowed? No. P(n,k) takes the elements to be distinct. When repetition is on the table, use n^k instead.
Related Tools
Combinations & Permutations
Calculate combinations C(n,k) and permutations P(n,k) with formulas and results for large numbers. Essential for combinatorics.
RC Time Constant Calculator
Compute the time constant ฯ = R ร C of an RC circuit, cutoff frequency, and charge time to 63%, 95% and 99%. Useful for filters and timers. Everything in your browser.
Mexican Food Calories
Estimates calories of common Mexican dishes (taco, burrito, guacamole) from grams.
Average Tree Leaves
Estimates number of leaves on a medium tree by species.
Blink Rate per Minute on Screen Calculator
Estimates blinks per minute during screen use from the screen time and the reported concentration level.
Epileptic Safe Flash Hz
Checks whether flash frequency is below the WCAG 2.3.1 3 Hz safety threshold.
The results provided by this tool are for general informational and educational purposes only and do not constitute professional, financial, medical, legal, tax or accounting advice. Always confirm important decisions with a qualified professional and official sources.