.
There are
elements to select from for the first element,
in
each tuple. There are
elements to choose from for the second
element, and etc. By the time we get to the
item, there are
items to choose from.
Because the selection of elements is a sequence, and each step is independent from the next one, we need to use the product rule. This means that
Since we make
, we can shorten the formula to
Note that
is just another way to count the number of possible
permutations of selecting
from
items.
Although we can use the
symbol, it is still a handful to have
to spell out the product term. To make it easier, we define factorial
as follows:
and
With this definition, we can rewrite the number of permutations as
follows (when
):
![]() |
![]() |
![]() |
(1) |
![]() |
![]() |
(2) | |
![]() |
![]() |
(3) | |
![]() |
![]() |
(4) | |
![]() |
![]() |
(5) |
Interestingly, this formula works even when
because we define
.
Copyright © 2006-10-11 by Tak Auyeung