AP STATISTICS • EXPLORING ONE-VARIABLE DATA

The Normal Distribution

The bell-shaped curve that underlies much of statistical inference and probability modeling.

Historical Context & Motivation

The normal distribution did not arise from abstract curiosity—it emerged from the deeply practical problem of measurement error. In the eighteenth century, astronomers recording the positions of stars noticed that repeated measurements of the same object clustered symmetrically around a central value, with large deviations becoming increasingly rare. This pattern demanded a mathematical description, and the quest to find one produced the single most important probability distribution in all of statistics.

What makes the normal distribution so remarkable is its universality: it surfaces whenever many small, independent influences combine to produce an outcome. Heights, IQ scores, blood pressures, manufacturing tolerances, and stock returns all approximate it under appropriate conditions. The theoretical basis for this ubiquity—the Central Limit Theorem—would not be rigorously established until the twentieth century, but the empirical pattern was recognized far earlier. Understanding the normal distribution is therefore not optional for any statistics student; it is the foundation on which confidence intervals, hypothesis tests, and regression models are built.

1733
De Moivre's Approximation
Abraham de Moivre derives the bell-shaped curve as an approximation to the binomial distribution for large sample sizes, publishing it in The Doctrine of Chances.
1809
Gauss and Least Squares
Carl Friedrich Gauss uses the normal distribution to justify the method of least squares in astronomical orbit calculations, leading many to call it the Gaussian distribution.
1835
Quetelet's 'Average Man'
Adolphe Quetelet applies the normal curve to human characteristics such as height and chest circumference, demonstrating that biological measurements cluster around a mean.
1924
Central Limit Theorem Formalized
Jarl Waldemar Lindeberg provides rigorous conditions under which the sum of independent random variables converges to a normal distribution, regardless of the original distribution.

The central question the normal distribution answers is this: if a variable is influenced by many small, independent factors, what shape does its distribution take, and how can we compute the probability of observing any particular range of values? The answer—a symmetric, bell-shaped curve fully determined by its mean and standard deviation—provides the toolkit for nearly every inferential procedure you will encounter in AP Statistics.

Core Principles & Definitions

A normal distribution is a continuous probability distribution characterized by a perfectly symmetric, unimodal density curve. Its entire shape is governed by exactly two parameters: the mean (μ), which locates the center, and the standard deviation (σ), which controls the spread. We write X ~ N(μ, σ) to denote that a random variable X follows a normal distribution with mean μ and standard deviation σ. These two numbers are sufficient to determine every probability associated with X.

1

Symmetry

The normal curve is perfectly symmetric about the mean μ. The left and right halves are mirror images, so the mean, median, and mode all coincide at the center.
2

The Empirical Rule

Approximately 68% of data falls within 1σ of μ, about 95% within 2σ, and about 99.7% within 3σ. This 68–95–99.7 rule provides quick probability estimates.
3

Asymptotic Tails

The tails of the curve approach but never touch the horizontal axis. Theoretically, any real number is possible, though extreme values are vanishingly unlikely.
4

Total Area = 1

Because the curve represents a probability density function, the total area under the curve equals exactly 1. Probabilities correspond to areas under specific regions of the curve.
5

Inflection Points at μ ± σ

The curve changes concavity at exactly one standard deviation from the mean. These inflection points help visually estimate σ from a graph of the density.
KEY TAKEAWAY
Think of the normal distribution like a target at an archery range. Most arrows cluster near the bullseye (the mean), with fewer and fewer landing at increasing distances. The standard deviation σ is analogous to the archer's consistency: a small σ means tight grouping, a large σ means wide scatter. Knowing just the bullseye location and the archer's consistency, you can predict the probability of an arrow landing in any ring—just as μ and σ let you compute probabilities for any interval under the normal curve.

The Bell Curve & The Empirical Rule

The diagram below illustrates the standard normal distribution (μ = 0, σ = 1) with regions shaded to reflect the empirical rule. The central region between −1 and +1 standard deviations captures approximately 68% of the total area; extending to ±2σ captures about 95%; and extending to ±3σ captures about 99.7%. These percentage breakdowns are annotated directly on the curve, and the inflection points at z = −1 and z = +1 are marked with dots where the concavity changes.

The cyan-shaded central region represents ≈ 68% of the distribution (within ±1σ). The violet extensions add to ≈ 95% (±2σ), and the amber extensions complete ≈ 99.7% (±3σ). Pink dots mark the inflection points where the curve changes concavity.

Notice that the curve is steepest near the inflection points (marked with pink dots) and flattest at the peak and in the tails. The visual symmetry reinforces a key computational shortcut: because the distribution is symmetric about the mean, P(X < μ) = P(X > μ) = 0.5, and probabilities in one tail can always be found by symmetry from the other. The empirical rule is not merely a heuristic; it derives directly from definite integrals of the normal density function evaluated at ±1σ, ±2σ, and ±3σ.

Mathematical Framework

The mathematical backbone of the normal distribution is its probability density function (pdf), which assigns a relative likelihood to each value of the continuous random variable. While you will not need to integrate this function by hand on the AP exam—tables and calculators handle that—understanding the structure of the pdf deepens your grasp of why the curve has its characteristic shape and how parameters μ and σ control it.

NORMAL DENSITY FUNCTION
f(x) = (1 / (σ√(2π))) × e^(−(x − μ)² / (2σ²))
where μ is the population mean, σ is the population standard deviation (σ > 0), e ≈ 2.71828 is Euler's number, and π ≈ 3.14159. The term 1/(σ√(2π)) is a normalizing constant ensuring the total area equals 1.

The exponent −(x − μ)²/(2σ²) is the key to the bell shape. As x moves away from μ, the squared difference (x − μ)² grows, driving the exponent more negative and making e raised to that power shrink toward zero. A larger σ in the denominator weakens this decay, producing a wider, flatter bell; a smaller σ amplifies it, producing a taller, narrower bell. The z-score transformation standardizes any normal variable to the standard normal, allowing us to use a single table or calculator function for all normal distributions.

Z-SCORE (STANDARDIZATION)
z = (x − μ) / σ
The z-score tells you how many standard deviations a value x lies above or below the mean. If z is positive, x is above the mean; if negative, x is below. The resulting variable Z ~ N(0, 1) is called the standard normal distribution.
REVERSE STANDARDIZATION
x = μ + z × σ
Given a z-score (often from a table or inverse-normal function), you can recover the original value x. This is essential for finding percentiles or critical values.
🔢 Calculator Tip
On the TI-83/84, use normalcdf(lower, upper, μ, σ) to find P(lower < X < upper), and invNorm(area, μ, σ) to find the x-value corresponding to a given cumulative left-area probability. For the standard normal, simply set μ = 0 and σ = 1.

Z-Scores, Tables & the Standard Normal

The power of the z-score lies in its ability to reduce every normal distribution to a single reference distribution: the standard normal N(0, 1). Once you standardize, the z-table (or calculator function) gives you cumulative left-tail probabilities: P(Z ≤ z). From this single value, you can derive any probability you need. To find P(Z > z), subtract from 1. To find P(a < Z < b), compute P(Z ≤ b) − P(Z ≤ a). These operations are fundamental for every probability calculation involving normally distributed data.

Three fundamental probability lookups on the standard normal. Left-tail probability is read directly from the z-table; right-tail probability is the complement; between-two-values probability is a difference. Calculator commands are shown below each case.
Selected values from the standard normal z-table
zP(Z ≤ z)zP(Z ≤ z)
−3.000.00130.000.5000
−2.000.02281.000.8413
−1.000.15872.000.9772
−0.500.30853.000.9987

A key observation from the table: P(Z ≤ −1.00) = 0.1587 and P(Z ≤ 1.00) = 0.8413. The difference, 0.8413 − 0.1587 = 0.6826, confirms the empirical rule's 68% figure. Similarly, P(Z ≤ 2.00) − P(Z ≤ −2.00) = 0.9772 − 0.0228 = 0.9544, confirming the 95% figure. Mastering the mechanics of table lookups and calculator commands is essential, since nearly every inference procedure in AP Statistics requires computing or inverting normal probabilities.

Worked Example

Suppose the scores on a standardized exam are normally distributed with a mean of μ = 500 and a standard deviation of σ = 100. A college program requires applicants to score above 650. What proportion of test-takers meet this threshold? Additionally, what score marks the 90th percentile?

Normal Distribution — Exam Scores
1
Step 1 — Identify the distributionWe are told X ~ N(500, 100). The question asks for P(X > 650). Because X is continuous and normally distributed, we can standardize to the standard normal Z ~ N(0, 1).
2
Step 2 — Compute the z-scoreApply the standardization formula: z = (x − μ) / σ = (650 − 500) / 100 = 150 / 100 = 1.50. A score of 650 is 1.5 standard deviations above the mean.
z = 1.50
3
Step 3 — Find the left-tail probabilityUsing the z-table or calculator: P(Z ≤ 1.50) = 0.9332. This means 93.32% of test-takers score at or below 650.
P(Z ≤ 1.50) = 0.9332
4
Step 4 — Compute the right-tail probabilitySince we want P(X > 650) = P(Z > 1.50), we take the complement: 1 − 0.9332 = 0.0668. Approximately 6.68% of test-takers score above 650.
P(X > 650) ≈ 0.0668 or 6.68%
5
Step 5 — Find the 90th percentileWe need x such that P(X ≤ x) = 0.90. First find z using invNorm(0.90) = 1.282. Then convert back: x = μ + z × σ = 500 + 1.282 × 100 = 628.2. A score of approximately 628 marks the 90th percentile.
90th percentile ≈ 628
STRATEGY SUMMARY
For any normal distribution problem, the workflow is always: (1) identify μ and σ, (2) standardize to a z-score or use a calculator directly with the given parameters, (3) look up or compute the appropriate area, and (4) if finding a value, reverse the process using invNorm. This four-step framework handles every AP-level normal distribution question.

Assessing Normality: When Is It Reasonable?

Real-world data are never perfectly normal, so a critical skill is determining when the normal model is a reasonable approximation and when it breaks down. The AP Statistics exam frequently asks you to assess normality, and understanding the strengths and limitations of the normal model will help you avoid misapplying it.

Methods for assessing whether data are approximately normal
Assessment MethodWhat to Look ForLimitation
Histogram / DotplotRoughly symmetric, single-peaked, bell-shaped. No pronounced skew or multiple modes.Shape can be misleading with small samples (n < 30). Bin width choices affect appearance.
Normal Probability Plot (Q-Q Plot)Points fall approximately along a straight line. Departures at the tails indicate skewness or heavy tails.Requires judgment—some deviation is expected even from truly normal data, especially at small n.
Empirical Rule CheckAbout 68% of observations within 1 SD of the mean, ~95% within 2 SD. Proportions close to theoretical values support normality.Crude check; does not detect subtle departures such as mild skew or kurtosis differences.
Summary StatisticsMean ≈ median. IQR ≈ 1.35 × σ. No extreme outliers beyond 3 SD.Matching summary statistics does not guarantee normality; distributions with different shapes can have identical moments.
WHEN THE NORMAL MODEL FAILS
The normal distribution is a poor model when data are strongly skewed (e.g., income distributions), bounded (e.g., proportions or counts), or multimodal. In such cases, applying normal calculations yields inaccurate probabilities. Always graph your data before assuming normality. On the AP exam, the normal probability plot (Q-Q plot) is the most informative single diagnostic: a roughly linear pattern supports the normal assumption, while systematic curvature suggests you should consider an alternative model.

Connections to Inference & Advanced Theory

The normal distribution is not an isolated topic; it is the linchpin connecting descriptive statistics to inferential procedures. The Central Limit Theorem (CLT) guarantees that the sampling distribution of the sample mean x̄ is approximately normal for sufficiently large n, regardless of the population's original shape. This result is why normal-based confidence intervals and hypothesis tests work across a wide range of real-world scenarios. Understanding the normal distribution now prepares you directly for Units 6–9 of AP Statistics.

How the normal distribution connects to later AP Statistics topics
ConceptRole of the Normal DistributionWhere You'll See It in AP Stats
Sampling DistributionsThe CLT ensures x̄ ~ N(μ, σ/√n) for large n. This normality underlies z-intervals and z-tests.Unit 5: Sampling Distributions
Confidence IntervalsThe z* critical value (e.g., 1.96 for 95%) comes directly from the standard normal distribution.Units 6–7: Inference for Proportions and Means
Hypothesis TestsP-values are computed as tail areas under the normal (or t) curve. Test statistics are z-scores when σ is known.Units 6–7: Significance Tests
Normal Approx. to BinomialWhen np ≥ 10 and n(1−p) ≥ 10, the binomial distribution is approximated by N(np, √(np(1−p))). This simplifies proportion inference.Unit 6: Inference for Proportions
Regression (Slope Inference)The condition that residuals are normally distributed ensures validity of t-based confidence intervals for regression slopes.Unit 9: Inference for Regression

Looking beyond AP Statistics, the normal distribution extends into multivariate settings (the multivariate normal), forms the basis for the t-distribution (which converges to the normal as degrees of freedom increase), and underpins the chi-square and F distributions through squared sums of normal variables. Essentially, mastering the normal distribution gives you the foundation for virtually every parametric statistical method you will encounter in college-level coursework.

Practice Problems

1
A continuous random variable X has a symmetric, unimodal distribution with mean 50 and standard deviation 8. The distribution is known to be normal. Which of the following statements is NOT necessarily true?
2
The weights of apples in a large shipment are normally distributed with mean 150 grams and standard deviation 20 grams. What is the approximate probability that a randomly selected apple weighs between 130 and 170 grams?
3
The time to complete an online assessment is normally distributed with μ = 45 minutes and σ = 7 minutes. A student must finish in under 38 minutes to receive a bonus. Using the standard normal table, P(Z ≤ −1.00) = 0.1587. What is the probability that a randomly chosen student earns the bonus?
PROBLEM 4APPLIED
A machine fills cereal boxes so that the weight of cereal per box is normally distributed with mean μ = 368 grams and standard deviation σ = 6 grams. Boxes weighing less than 356 grams are considered underweight and are rejected by quality control. (a) What proportion of boxes are rejected? Show your work. (b) The company wants to reduce the rejection rate to 1%. They can adjust the mean but not the standard deviation. What should the new target mean be? Show your work. (c) A quality inspector selects 5 boxes at random. Assuming the original distribution (μ = 368, σ = 6), what is the probability that at least one of the 5 boxes is underweight? Show your work.
PROBLEM 5CRITICAL THINKING
Two sections of AP Statistics take the same exam. Section A has a mean of 78 and a standard deviation of 10. Section B has a mean of 72 and a standard deviation of 5. Both distributions are approximately normal. (a) Elena scores 90 in Section A and Marcus scores 84 in Section B. Who performed better relative to their section? Justify your answer using z-scores. (b) In which section is it more likely that a randomly chosen student scores above 90? Show your calculation and explain. (c) A student claims that because Section A has a higher mean, every student in Section A outperforms every student in Section B. Explain why this reasoning is flawed, referencing the properties of the normal distribution. Provide a specific numerical example to support your explanation.

Summary

The normal distribution is a continuous, symmetric, bell-shaped probability distribution fully described by its mean (μ) and standard deviation (σ). The empirical rule (68–95–99.7) provides quick probability estimates for intervals centered on the mean. To compute exact probabilities, convert raw values to z-scores using z = (x − μ)/σ, then use the standard normal table or the calculator commands normalcdf and invNorm. Reversing the process with x = μ + zσ yields percentiles and critical values.

Before applying the normal model, always assess normality using graphical tools such as histograms and normal probability plots. The normal distribution's importance extends far beyond descriptive statistics: the Central Limit Theorem ensures that sampling distributions of means and proportions are approximately normal for large samples, making the normal curve the engine of confidence intervals and hypothesis tests throughout the remainder of AP Statistics.

Varsity Tutors • AP Statistics • The Normal Distribution