Permutations and Combinations
The number of r-permutations of a set of n objects with repetition allowed is .
There are r-combinations from a set of n elements when repetition of elements is allowed.
The number of permutations of n objects, where there are indistinguishable objects of type 1, indistinguishable objects of type 2, …, and objects of type k, is
| Type | Repetition Allowed? | Formula |
|---|---|---|
| r-permutations | no | |
| r-combinations | no | |
| r-permutations | yes | |
| r-combinations | yes |