Definition
The Factorial of a non-negative integer , denoted by , is the product of all positive integers less than or equal to . By convention, .
Why It Matters
Factorials are the engine of combinatorics and probability. They represent the number of ways to arrange distinct objects and are the fundamental building blocks for calculating Permutations, Combinations, and binomial expansions.
Core Concepts
- Formula:
- How to read: “n factorial is equal to the product from k equals one to n of k.”
- Meaning / when to use: Multiply every integer from 1 up to to find the total number of ordered arrangements.
- Recursive Property:
- How to read: “n factorial is equal to n times n minus one factorial.”
- Meaning / when to use: Useful for simplifying complex algebraic fractions in series tests and counting formulas.