Given that 1 letter can be arranged 1 way:
A
2 letters can be arranged 2 ways
AB
BA
3 letters can be arranged 6 ways
ABC
ACB
BAC
BCA
CAB
CBA
4 letters can be arranged 24 ways
ABCD
ABDC
ACBD
ACDB
ADBC
ADCB
BACD
BADC
BCAD
BCDA
BDAC
BDCA
CABD
CADB
CBAD
CBDA
CDAB
CDBA
DABC
DACB
DBAC
DBCA
DCAB
DCBA
I know that the number of permutations can be found with an factorial
calculation:
so 2 letters = 1 x 2 = 2 permutations
and 3 letters = 1 x 2 x 3 = 6 permutations
and 4 letters = 1 x 2 x 3 x 4 = 24 permutations
therefore 5 letters = 1 x 2 x 3 x 4 x 5 = 120 permutations
Is there a quick way of working out the number of permutations for, say, 25
letters without having to do the full factorial calculation?
Archived from group: uk>education>maths