A permutation is an arrangement of objects in a specific order. The order of arrangement of the object is very important. The number of permutations of a set of n elements taken r at a time is given by the formula:
$P_{r}=\frac{n !}{(n-r) !}$
Show more…