| Ordered | Repetitions | Unique | Definition | Example | Allegory |
|---|---|---|---|---|---|
| - | - | - | |
, | Combinations |
| x | - | - | |
, | Arrangements |
| x | x | - | |
, | Permutations with Repetitions |
| Term | Usage |
|---|---|
| Combinations | Food items in a salad that can only be selected together with other items. |
| Arrangements | Sorting a subset of items in order such that each item can only be selected at most once. |
| Permutation | A special case of "Arrangements" where the items to select are equal to the selected group size. |
| Permutations with Repetitions | A combination lock. |
Note that classical permutations
can be seen as a special case of arrangements when
or
such that
due to
. In that sense, arrangements can be seen as a generalization of permutations when only some subset of the available items (the items to chose) have to selected.
Having said that, an interesting "brain-bug" is to immediately think about "permutations", as in
, as suitable to calculate the number of settings on a combination lock or a padlock when, in fact, "permutations with repetitions" is the correct response.
To illustrate the difference between both
and
cases by using a combination lock the following distinction can be made:
would correspond to a combination lock that has the same number of drums as numbers on each drum; for example, for
drums and
numerals on the drum, the total set of settings
is generated
such that 
would correspond to a more realistic combination lock that has a smaller number of drums than numbers written on the drums; for example,
drums with numbers ranging
, such that the total set of settings
is generated
such that 
For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.