Permutation Calculator
Calculates the number of ways to arrange k items from a set of n items, where order matters (nPk). Enter n and k separated by a comma, like "5,2".
Calculates the number of ways to arrange k items from a set of n items, where order matters (nPk). Enter n and k separated by a comma, like "5,2".
Use cases
- Calculating how many ways to arrange runners in 1st, 2nd, and 3rd place
- Solving a combinatorics problem for a math assignment
Examples
Arrange 2 from 5
5,2
{"permutations": 20}FAQ
Is my data sent to a server?
Yes — the calculation runs on the server for this tool.