Factorial Calculator
Calculate the factorial of a number.
Σ The Formula
Real World Examples
# About This Calculator
The factorial of a non-negative integer n, denoted by **n!**, is the product of all positive integers less than or equal to n. For example, 5! = 5 × 4 × 3 × 2 × 1 = 120.
Factorials are fundamental in combinatorics, probability, and algebra. They help calculate the number of ways to arrange items (permutations) or choose items (combinations). For instance, the number of ways to shuffle a deck of cards is 52!, a number so huge it exceeds the atoms in the universe.
The special case is 0! = 1. This convention ensures that formulas for permutations and combinations work correctly. Factorials grow extremely fast - 10! is over 3 million, and 20! is huge.
This tool calculates the exact value of factorials for smaller numbers and helps you understand the multiplication process behind them.
How To Use
- Enter a non-negative integer (e.g., 5).
- Click Calculate.
- View the result and the expansion.