Plot enough exam scores, repeated measurements, or quality-control readings and they often pile up into the same bell shape: most values cluster near the center, and the rare ones trail off symmetrically on both sides. That is a normal distribution, and reading it comes down to a short, repeatable procedure.

When this procedure applies

The normal distribution is the right model when measurements cluster around a central value and extreme values are relatively rare — measurement error, test-score interpretation, quality control, and the behavior of sample averages. The condition that licenses everything below is fit: the normal shape must be a reasonable match for the data. Not all real data are normal; the model is a useful approximation only when the shape, context, and assumptions support it. You will often see the notation

XN(μ,σ2)X \sim N(\mu, \sigma^2)

meaning XX is modeled as normal with mean μ\mu and variance σ2\sigma^2, so the standard deviation is σ\sigma with σ>0\sigma > 0.

The four-step reading

1. Find the center. Identify the mean μ\mu — it marks the middle of the bell curve and moves the whole curve left or right.

2. Check the spread. The standard deviation σ\sigma sets how wide or narrow the curve is. A small σ\sigma packs values tightly around the mean; a larger σ\sigma spreads them out. (The full density formula is f(x)=1σ2πe(xμ)2/(2σ2)f(x) = \frac{1}{\sigma \sqrt{2\pi}} e^{-(x-\mu)^2/(2\sigma^2)}; you do not need to memorize every part — what matters is that μ\mu shifts it and σ\sigma widens or narrows it. Note this describes density, not the probability of one exact value, so probabilities come from intervals like P(X<80)P(X < 80).)

3. Standardize the value. Compute the z-score to place a value relative to the rest:

z=xμσz = \frac{x - \mu}{\sigma}

If z=1.5z = 1.5, the value is 1.51.5 standard deviations above the mean; if z=2z = -2, it is 22 below.

4. Read probabilities carefully. When the normal model is reasonable, use the empirical rule:

about 68% of values lie within μ±σ\text{about } 68\% \text{ of values lie within } \mu \pm \sigma about 95% of values lie within μ±2σ\text{about } 95\% \text{ of values lie within } \mu \pm 2\sigma about 99.7% of values lie within μ±3σ\text{about } 99.7\% \text{ of values lie within } \mu \pm 3\sigma

It is an approximation, not a guarantee for every data set.

Full worked example, step by step

Suppose exam scores are modeled by

XN(70,102)X \sim N(70, 10^2)

so the mean is 7070 and the standard deviation is 1010.

Steps 1–2 (center and spread): μ=70\mu = 70, σ=10\sigma = 10.

Step 4 (empirical rule): about 68%68\% of scores fall within one standard deviation:

70±10    60 to 8070 \pm 10 \;\Rightarrow\; 60 \text{ to } 80

About 95%95\% fall within two:

70±2(10)=70±20    50 to 9070 \pm 2(10) = 70 \pm 20 \;\Rightarrow\; 50 \text{ to } 90

Step 3 (standardize): a student scored 8585, so

z=857010=1.5z = \frac{85 - 70}{10} = 1.5

The score is 1.51.5 standard deviations above the mean — clearly above average, but not deep into the tail.

Where each step goes wrong, and how to verify

  • Step 1, treating every bell-shaped graph as normal. Some data are skewed, heavy-tailed, or multi-peaked; check the shape before trusting the model.
  • Step 2, confusing density with probability. f(x)f(x) is not the probability XX equals one exact number — for continuous models, exact-point probability is 00, so work with intervals.
  • Step 3, mixing up variance and standard deviation. Variance is σ2\sigma^2; the z-score uses σ\sigma, not σ2\sigma^2. Self-check: did you divide by the standard deviation, not the variance?
  • Step 4, using the empirical rule without checking the model. The 6868959599.799.7 rule belongs to the normal distribution and should not be applied automatically.

Try the procedure yourself

Change the example to XN(100,152)X \sim N(100, 15^2). Run the steps: confirm the center and spread, compute the z-score of 130130, then find the interval that covers about 95%95\% of values. Watching the bell curve shift as you change the mean or standard deviation is the fastest way to internalize the procedure.

Frequently Asked Questions

What is a normal distribution in simple terms?
A normal distribution is a continuous, symmetric probability model where values near the mean are most common and values farther from the mean become less common in a bell-shaped pattern.
What does a z-score tell you?
A z-score tells you how many standard deviations a value is above or below the mean. It describes relative position, not an exact probability by itself.

Need help with a problem?

Upload your question and get a verified, step-by-step solution in seconds.

Open GPAI Solver →