The uniform distribution models situations where every value within a set range is equally likely. It's one of the simplest continuous distributions you'll encounter, but it shows up often in probability problems involving waiting times, random number generation, and quality control.
Because the probability is spread evenly across the interval, calculating probabilities reduces to comparing lengths of intervals. That makes the formulas straightforward, but you still need to apply them carefully.
The Uniform Distribution

Uniform Distribution Probability Calculations
A continuous uniform distribution assumes equal likelihood for all values within a specified interval. It's sometimes called a rectangular distribution because its probability density function forms a rectangle.
The notation is , where is the minimum value and is the maximum value.
Probability density function (PDF):
- for
- for or
The height of the PDF, , is just whatever constant makes the total area under the curve equal to 1. A wider interval means a shorter (lower) density, and a narrower interval means a taller density.
Cumulative distribution function (CDF):
- for
- for
- for
The CDF gives you , the probability that the outcome falls at or below a particular value. It climbs linearly from 0 to 1 across the interval.
Probability over a subinterval where :
This is just the length of the subinterval divided by the length of the full interval. You're finding what fraction of the total range your subinterval covers.
Example: The waiting time for a bus follows (in minutes). The probability of waiting between 8 and 12 minutes is , or 40%.

Equal Likelihood in Uniform Distributions
The defining feature of a uniform distribution is that all values in are equally probable. No part of the interval is "favored" over any other.
Two consequences follow from this:
- The probability of any single exact value is zero. Since is continuous, there are infinitely many possible values, so for any specific . Probabilities only make sense over intervals.
- Probability is proportional to interval length. A subinterval twice as long has twice the probability. If you're asked about versus on the same uniform distribution, the second probability is exactly double the first because its subinterval is twice as wide.
Because for continuous distributions, it doesn't matter whether you write or . The probability is the same either way. This is a detail that trips people up on exams, so keep it in mind.

Key Characteristics of Uniform Distributions
- Range: The interval defines all possible values.
- Mean: , which is just the midpoint of the interval.
- Variance:
- Standard deviation:
- Constant density: The PDF is flat across the entire range, which is why the graph looks like a rectangle.
- Symmetry: The distribution is symmetric about its mean.
The mean and variance formulas are worth memorizing. The variance formula might look odd, but it comes from integrating across the uniform PDF. For an honors course, you should be comfortable deriving it if asked.
Applications of Uniform Distributions
When solving uniform distribution problems, follow these steps:
-
Identify and from the problem. These are the minimum and maximum values of the distribution.
-
Determine what probability you need. Are you looking for , , or ?
-
Apply the correct formula.
- For : use the CDF,
- For : use
- For : use
-
Interpret the result in context. State what the probability means for the specific scenario.
Example (CDF): The height of a randomly selected plant follows in cm. The probability of selecting a plant shorter than 25 cm is , or 50%. This makes sense: 25 cm is the midpoint of the interval, and the distribution is symmetric.
Example (Quality Control): A product's weight follows in grams. Products under 98 grams are defective. The probability of a defective product is , or 30%. That's a high defect rate, which would signal a serious quality issue.
Note on endpoints: for continuous uniform distributions, whether the interval is written as or doesn't affect probability calculations, since individual points have probability zero. This distinction matters for discrete distributions, but not here.