Skip to main content

Cumulative Probability

Cumulative probability is the probability that a random variable is less than or equal to a given value. In Intro to Probability, it shows the total chance accumulated up to a point in a distribution.

Last updated July 2026

What is Cumulative Probability?

Cumulative probability is the probability that a random variable is at or below a specific value, so it gives you the running total of probability up to that point. In Intro to Probability, that usually means adding the probabilities for all outcomes that are less than or equal to the number you care about.

For a discrete distribution, this is straightforward. If a random variable can take values like 0, 1, 2, and 3, then the cumulative probability at 2 is P(X <= 2) = P(X = 0) + P(X = 1) + P(X = 2). You are not looking at one outcome by itself anymore, you are collecting everything up to that cutoff.

That cumulative total is often shown with a cumulative distribution function, or CDF. The CDF tells you, for any value x, how much probability has piled up by the time you reach x. The graph usually goes up as x increases, and it never goes down because probability only accumulates.

A common way this shows up in the course is with discrete distributions like the binomial or Poisson. Say you are counting the number of defective items in a sample, or the number of arrivals in a time period. If the question asks for the probability of getting 2 or fewer defects, you want the cumulative probability up to 2, not just the probability of exactly 2.

One easy mistake is mixing up cumulative probability with a single-point probability. P(X = 2) is only the chance of exactly 2. P(X <= 2) includes 0, 1, and 2, so it is always larger than or equal to the single-point probability. In a full distribution, the cumulative probability eventually reaches 1 because it includes every possible outcome.

Why Cumulative Probability matters in Intro to Probability

Cumulative probability shows up whenever Intro to Probability asks you to turn a distribution into a usable answer. Instead of listing every possible outcome one by one, you can answer range questions like “at most 3,” “no more than 5,” or “between 2 and 4” by adding the right probabilities together.

That makes it a practical tool for working with discrete distributions. If a binomial model gives the chance of 0, 1, 2, 3, and so on successes, cumulative probability lets you find the probability of being in a whole range, not just hitting one exact value. That is the move behind many homework and quiz questions about counts, defects, arrivals, or successes.

It also connects directly to percentiles and cutoffs. If you want to know whether a value is unusual, or where it sits compared with the rest of the distribution, you are really asking about how much probability lies below it. In that way, cumulative probability turns a list of outcome probabilities into a picture of where the mass of the distribution is concentrated.

You will also see it when interpreting probability tables, calculator output, or graphs of a CDF. The skill is not just computation, it is reading the question carefully and choosing the correct side of the inequality. That difference matters a lot, because a small wording change can switch you from a single outcome to a full accumulated range.

Keep studying Intro to Probability Unit 8

How Cumulative Probability connects across the course

Discrete Distribution

Cumulative probability is easiest to compute when the random variable has countable outcomes. In a discrete distribution, you can add the probabilities of each value up to your cutoff, which makes the running total concrete. This is why the idea shows up so often with binomial and Poisson models.

Probability Mass Function (PMF)

The PMF gives the probability for each exact value, while cumulative probability adds those PMF values together across a range. If you know the PMF, you can build the cumulative probability by summing from the smallest outcome up to the value you care about. The two ideas work together, but they answer different questions.

Random Variable

Cumulative probability is always about a random variable, not just a raw event. You first define the variable as a count or measurement, then ask how much probability it has accumulated by a certain point. That makes the variable the thing you track across the distribution.

Bernoulli random variable

A Bernoulli random variable has only two outcomes, so its cumulative probability is simple but still useful. If success is coded as 1 and failure as 0, then P(X <= 0) and P(X <= 1) describe all the accumulated probability. It is a basic model that builds intuition for larger discrete distributions.

Is Cumulative Probability on the Intro to Probability exam?

A problem set question will usually give you a discrete distribution table, a binomial setting, or a Poisson count and ask for a range probability. You respond by translating the wording into an inequality, then summing the outcomes that belong in the cumulative total. For example, “at most 2” means P(X <= 2), not just P(X = 2).

You may also be asked to read a CDF graph or decide whether one value is more likely than another. In those questions, you look for where the graph reaches a given x-value and interpret the y-value as the probability accumulated up to that point. If the task uses calculator output, check whether it is giving a single-point probability or a cumulative one, because that is a common place to lose points.

Key things to remember about Cumulative Probability

  • Cumulative probability means the probability that a random variable is less than or equal to a chosen value.

  • For discrete distributions, you find it by adding the probabilities of all outcomes up to that point.

  • A cumulative probability is not the same as the probability of one exact value, which is just one term in the sum.

  • The cumulative distribution function, or CDF, is the graph or formula that tracks this running total.

  • Range questions like “at most,” “no more than,” and “less than or equal to” often call for cumulative probability.

Frequently asked questions about Cumulative Probability

What is cumulative probability in Intro to Probability?

It is the probability that a random variable is at or below a certain value. In Intro to Probability, you usually get it by adding the probabilities of all outcomes up to that cutoff. It is a running total, not just the chance of one exact outcome.

How do you calculate cumulative probability for a discrete distribution?

Add the probabilities for every outcome less than or equal to the value you want. For example, P(X <= 2) means P(X = 0) + P(X = 1) + P(X = 2) if those are the possible values. The PMF gives the pieces, and the cumulative probability gives the sum.

Is cumulative probability the same as probability of exactly one value?

No. P(X = 3) is the chance of exactly 3, while P(X <= 3) includes every outcome up to 3. The cumulative probability is always a range, so it is usually larger than a single-value probability.

When do I use cumulative probability on homework problems?

Use it when the question says things like “at most,” “no more than,” “up to,” or “less than or equal to.” Those phrases signal that you need the probability for a whole range of outcomes. It also shows up when reading a CDF graph or table.