A combination is a selection of items from a larger pool where the order does not matter. It is calculated using the binomial coefficient formula.
An arrangement of objects where order matters. Calculated using $$P(n, r) = \frac{n!}{(n-r)!}$$.
A coefficient that gives the number of ways to choose k items from n without regard to order, denoted as $$\binom{n}{k}$$.
The product of all positive integers up to a given number n, denoted as $$n!$$.