|
An arrangement (or ordering) of a set of objects is called a permutation.
(We can also arrange just part of the set of objects.)
In a permutation, the order that we arrange the objects in
is important
Consider arranging 3 letters: A, B, C. How many ways can this be done?
The possible permutations are
ABC, ACB,
BAC, BCA,
CAB, CBA.
|
A combination of n objects taken r at
a time is a selection which does not take into account the arrangement
of the objects. That is, the order is not important

|