1. Multiplication Rule: If an operation can be performed in 𝑛1 ways, and if for each of these a second operation can be performed in 𝑛2 ways, then the two operations can be performed in 𝑛1𝑛2 ways.
2. Permutation: An ordered sequence of the elements
3. Permutation of Subsets = P(n,r) = n! / (n-r)!
4. Circular Permutation = (n-1)!
5. Combination: A combination is actually a partition of two cells, the one cell containing the 𝑟 objects selected and the other cell containing the 𝑛 − 𝑟 objects that are left
6. C(n, r) = n1/ r! (n-r)!