Combinations:Combinations are the unordered selections of a set of objects, where the order of the selected items does not matter.
Factorial:The factorial of a non-negative integer $n$ is the product of all positive integers less than or equal to $n$, denoted as $n!$.
Fundamental Counting Principle:The fundamental counting principle states that if there are $m$ ways to do one task and $n$ ways to do another task, then there are $m \times n$ ways to do both tasks in succession.