Find the number of ways to arrange r items from a set of n items where order matters.

Examples

  • P(10,3) → 720

Frequently asked questions

When order matters?

Use permutations when sequence/position matters (e.g. arranging people in a line).

Related calculators