Permutation:An arrangement of objects where order matters. Calculated using $$P(n, r) = \frac{n!}{(n-r)!}$$.
Binomial Coefficient:A coefficient that gives the number of ways to choose k items from n without regard to order, denoted as $$\binom{n}{k}$$.
Factorial:The product of all positive integers up to a given number n, denoted as $$n!$$.