Permutations (nPr)

Also known as nPr · ordered arrangements

nPr=n!(nr)!{}_{n}P_{r} = \frac{n!}{(n-r)!}

Enter your known values, leave one input blank, and solves for the missing one. Try different units for next level excitement!

Learning zone

A permutation is a selection where order matters — gold, silver and bronze are three different results, not one. With ten sprinters in a final there are 10P3 = 10!/7! = 10 × 9 × 8 = 720 possible podiums. The formula is just the falling product n(n−1)…(n−r+1) written as a ratio of factorials, since dividing by (n − r)! cancels the tail you never reach.

Note that there is no closed-form way to run this backwards, so this calculator solves only for the count. The classic trap is choosing permutations where combinations belong: a five-card poker hand is not 52P5 = 311,875,200, because the same five cards dealt in a different order are the same hand — divide by 5! to get 2,598,960. Ask yourself whether rearranging the chosen items produces a genuinely different outcome. If yes, permutations; if no, combinations. A four-letter code from 26 distinct letters with no repeats allows 26P4 = 26 × 25 × 24 × 23 = 358,800 codes.

Permutations (nPr)
nPr=n!(nr)!{}_{n}P_{r} = \frac{n!}{(n-r)!}
Where
  • nPr{}_{n}P_{r}= Number of ordered selections
  • nn= Items available
  • rr= Items chosen
Missing one of these? Work it out first, then come back