Find the number of permutations — ways to arrange r items from n when order matters. Enter n and r.
Usage Tip
Permutations are combinations times r factorial — multiply C(n,r) by the orderings of the chosen items.
Order matters
There are always more permutations than combinations for the same n and r.
The matching combination count is shown for comparison.
P(n, n) equals n factorial.
