Permutation (P(n,r)): The number of ways to choose r elements from a set of n elements
P(n,r) = n! / (n-r)!
Example:
Note: n ≥ r and n, r ≥ 0