Permutations and Combinations... : A1. Basic Reviews
Permutations and Combinations... : A1. Basic Reviews
Question 1: Suppose we wish to arrange n = 5 people {a, b, c, d, e}, standing side by side, for
a portrait. How many such distinct portraits (“permutations”) are possible?
a b c d e
Here, every different ordering
Example:
counts as a distinct permutation.
For instance,
(a,b,c,d,e) is
(c,e,a,d,b), etc.
the
distinct
ordering
from
Solution: There are 5 possible choices for which person stands in the first position (either a, b, c,
d, or e). For each of these five possibilities, there are 4 possible choices left for who is in the next
position. For each of these four possibilities, there are 3 possible choices left for the next position,
and so on. Therefore, there are 5 × 4 × 3 × 2 × 1 = 120 distinct permutations. See Table 1.
In general,
Examples: 6! = 6 × 5 × 4 × 3 × 2 × 1
= 6× 5!
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.)