» Permutations

A permutation is, in combinatorics, a sequence formed from the elements of a finite set in which each element appears exactly once. The number of permutations is n factorial.

Number of permutations

$$P_{n}=n!=1\times2\times\dots\times(n-1)\times n$$


where,

Pn— number of permutations of n elements;
n!— n factorial.

See also:


favorite TOP 7