Or "How To Count": Permutations and Combinations..
Or "How To Count": Permutations and Combinations..
or “HOW TO COUNT”
n 1: Suppose we wish to arrange n = 5 people {a, b, c, d, e}, standing side by side, for
How many such distinct portraits (“permutations”) are possible?
abcde
There are 5 possible choices for which person stands in the first position (either a, b, c,
For each of these five possibilities, there are 4 possible choices left for who is in the next
For each of these four possibilities, there are 3 possible choices left for the next position,
Therefore, there are 5 × 4 × 3 × 2 × 1 = 120 distinct permutations. See Table 1.
er, 5 × 4 × 3 × 2 × 1 (or equivalently, 1 × 2 × 3 × 4 × 5), is denoted by the symbol “5!”
5 factorial”, so we can write the answer succinctly as 5! = 120.
The number of distinct PERMUTATIONS of n objects is "n factorial", denoted by
= 1 × 2 × 3 × ... × n, or equivalently,
n × (n-1) × (n-2) × ... × 2 × 1.
: 6! = 6 × 5 × 4 × 3 × 2 × 1
= 6 × 5!
= 6 × 120 (by previous calculation)
= 720
3! = 3 × 2 × 1 = 6
2! = 2 × 1 = 2
1! = 1
0! = 1, BY CONVENTION (It may not be obvious why, but there are good
mathematical reasons for it.)
: The number of distinct PERMUTATIONS of n objects is “n factorial”, denoted by
n! = 1 × 2 × 3 × ... × n, or equivalently,
= n × (n - 1) × (n - 2) × ... × 2 × 1.
Here, every different ordering
counts as a distinct permutation.
For instance, the ordering
(a,b,c,d,e) is distinct from
(c,e,a,d,b), etc.