Permutation without Repetition Calculator
Enter the total number of objects (n) and the sample size (r) to calculate the number of permutations without repetition. This tool applies the formula P(n,r) = n! / (n−r)! and returns the exact count of ordered arrangements where each element can only be chosen once.
Results
P(n, r) — Number of Permutations
--
n! (Factorial of n)
--
(n−r)! (Factorial of n−r)
--
n − r
--