factorial
A2Pronunciation
UK
- /fæktˈɔːrɪəl/
US
- /fæktˈɔːrɪəl/
Description
- product of descending whole numbers
- math pattern for counting arrangements
- used in probability and combinations
Imagine you're arranging books on a shelf. If you have just one book, there's only one way to arrange it. Two books? Two ways. Three books? Now there are six possible orders. This is where factorials come in. For a whole number, you multiply that number by all the whole numbers below it, down to 1. So, 3! = 3 × 2 × 1 = 6. A special case is 0!, which equals 1.
This idea shows up often in math, especially in counting, combinations, and probability. If you're working out how many different ways people can stand in line, or how many groups can be chosen from a larger set, factorials help count the possibilities. They are especially useful when order matters.
The factorial of a non-negative integer, meaning a whole number greater than or equal to zero, is the product of all positive integers less than or equal to that number. It is written with an exclamation mark (!). For example, 5! (read as "five factorial") equals 5 × 4 × 3 × 2 × 1 = 120. By definition, 0! = 1.
At first, it may look like just a neat multiplication pattern, but it is a basic tool in many parts of mathematics. It is central to combinatorics, which is the study of counting arrangements and selections. For example, if you have seven different books and want to place them on a shelf, there are 7! = 5,040 possible orders.
Factorials also play an important role in probability. If you want to find the chance of a certain order of events, factorials help account for all the different possible orders. They appear in formulas for permutations, where order matters, and combinations, where order does not matter.
Beyond pure mathematics, they also appear in computer science, physics, and biology, especially in problems that involve counting many possible outcomes.
So, while it may start as a simple multiplication pattern, the factorial becomes a powerful way to count possibilities, work with probability, and solve problems across many fields. It helps explain how things can be arranged, ordered, and selected.
Examples
- 1
Math notation
In math class, we learned that 5 factorial is written as `5!`.
Domain
in math notation, ! after a number means factorial
- 2
Programming
The program calculates the factorial of a number using a simple loop.
- 3
Growth rate
The number of possible arrangements grows at a factorial rate, so even ten items become hard to check.
Forms and spellings
2 forms open this card.
Main spelling
- factorialnounadjective
Forms
- factorialspluralnounadjective