How do you calculate permutations using the formula?

1 Answer
Nov 4, 2014

Permutations are the way to take n things from r possibilities. There is no uniqueness required of the arrangements either.

The formula is n!(nr)! where n is the number of items and r is the number of arrangements.

The ! symbol is for factorials, which is denoted below:
n!=n(n1)(n2)21

So let us say we wanted 5 permutations of 3. We have:

5!(53)!

Which simplifies to

5!2!

Which is

5432!2!

This becomes 543=60

Permutations Calculator