Factorial

A factorial is the product of a nonnegative integer and every positive integer below it, written as n!. In Intro to Statistics, you use it for counting arrangements and in formulas like the Poisson distribution.

Last updated July 2026

What is the factorial?

In Intro to Statistics, a factorial is a counting tool written as n!, where you multiply n by every whole number below it down to 1. So 5! means 5 × 4 × 3 × 2 × 1, which equals 120.

Factorials show up when the question is about how many ways something can happen, especially when order matters or when you are building a probability formula that counts outcomes. They are not random multiplication for its own sake. The factorial bundles a long product into one compact symbol, which is why it shows up so often in permutations, combinations, and discrete probability.

A very common fact in stats is 0! = 1. That can feel odd at first, but it keeps formulas consistent. For example, the combination formula and the Poisson probability formula both stay neat when zero is allowed. Without that convention, you would get messy special cases every time a count could be zero.

Factorials get big fast. That matters in statistics because even small counting problems can explode into huge numbers of possible arrangements. For instance, 10! is 3,628,800, which is why factorials are usually a sign that you need a smarter counting method instead of listing outcomes one by one.

In Intro to Statistics, you usually do not stop at the factorial itself. You use it inside a larger formula. For combinations, factorials help you count selections where order does not matter. For the Poisson distribution, the factorial appears in the denominator of P(X = k) = e^-λ λ^k / k!, where k is the number of events you are checking. The factorial is what makes the formula work for exact counts like 0 events, 1 event, or 4 events in a time interval.

Why the factorial matters in Intro to Statistics

Factorial matters in Intro to Statistics because a lot of probability starts with counting. If you cannot count the possible arrangements or selections correctly, the probability that comes after will be off too.

This term is one of the main bridges between basic counting and distribution formulas. In permutations and combinations, factorials help you organize how many ordered or unordered outcomes exist. In the Poisson distribution, they help turn an average rate into the probability of seeing exactly k events in a fixed interval. That makes factorials part of the machinery behind traffic counts, calls per hour, defects per roll of fabric, or customers entering a store.

Factorials also help you see why some formulas look the way they do. The k! in the Poisson PMF is not there by accident. It helps scale the probability for each exact count, and it keeps the distribution normalized so all the probabilities add up correctly. If you treat factorials as just a memorized symbol, it is easy to miss what the formula is counting.

They also train you to watch for discrete, whole-number situations. If a problem asks for the number of ways to arrange people, choose a committee, or model the exact number of events in a time window, factorials are a cue that you are working with count data, not measurements on a continuous scale.

Keep studying Intro to Statistics Unit 4

How the factorial connects across the course

Permutation

Factorials are the backbone of permutation formulas because order matters. If you are arranging items, the factorial helps count all possible orders, then you divide away the outcomes you do not want. A permutation question often signals that you need to think about sequences, lineups, or rankings rather than simple selection.

Combination

Combinations use factorials too, but the goal is different: you are choosing items without caring about order. The factorial terms in nCr help remove repeated arrangements that count the same group more than once. If you mix up combinations and permutations, the factorial setup is usually where the mistake starts.

Poisson Distribution

The Poisson formula uses k! in the denominator because it models the probability of exactly k events in a fixed interval. Factorials help the distribution handle count data such as arrivals, errors, or calls. When you plug into the Poisson PMF, the factorial is one of the pieces that turns an average rate into an exact probability.

Count Data

Factorials only make sense in count situations, where the values are whole numbers like 0, 1, 2, and so on. That is why they fit nicely with events and totals, but not with measurements like height or time to the nearest decimal. If a problem is about counts, factorials are much more likely to appear.

Is the factorial on the Intro to Statistics exam?

A quiz or problem set question will usually ask you to evaluate a factorial, plug it into a permutations or combinations formula, or use it inside the Poisson probability formula. You may also need to recognize when 0! should be treated as 1 instead of being left as an error. On a calculator, factorial often appears as a function, but you still need to know what it means so you do not confuse n! with n squared or with ordinary multiplication. If the question gives a rate and a count of events, the factorial is usually part of the final probability setup.

The factorial vs Permutation

Factorial is the product notation itself, while a permutation is a counting method for ordered arrangements. A permutation formula often contains factorials, but the two are not the same thing. If you see n!, think of a number being multiplied by all smaller positive integers. If you see P(n, r), think of counting arrangements where order matters.

Key things to remember about the factorial

  • A factorial, written n!, means multiply a whole number by every positive whole number below it until you reach 1.

  • In Intro to Statistics, factorials show up most often in permutations, combinations, and the Poisson distribution.

  • The value 0! equals 1, and that convention keeps many statistical formulas working cleanly.

  • Factorials grow very fast, so they are usually part of a formula rather than something you calculate by hand for large numbers.

  • If a problem involves counts of exact outcomes, factorials are a signal that you are in discrete counting territory.

Frequently asked questions about the factorial

What is factorial in Intro to Statistics?

Factorial is the product of a number and every positive integer below it, written n!. In Intro to Statistics, you use it in counting formulas and in probability models like the Poisson distribution. It is a shortcut for handling arrangements and exact counts.

Why is 0! equal to 1?

0! is defined as 1 so that statistical formulas stay consistent, especially combinations and Poisson probability. If 0! were not 1, some formulas would break when you plug in zero counts. It is a definition built for mathematical consistency, not a result of ordinary multiplication.

How do you use factorial in probability?

You usually see factorial inside a larger formula, not by itself. In the Poisson distribution, k! appears in the denominator when you find the probability of exactly k events in a fixed interval. It helps translate a rate into a probability for a specific count.

Is factorial the same as permutation or combination?

No. Factorial is a building block, while permutation and combination are counting methods. Permutations count ordered arrangements, and combinations count selections without order. Both formulas use factorials, but they answer different kinds of questions.