Module 4 Study Guide

The Normal Distribution

Free Statistics Learning Platform • Safaa Dabagh

1. Introduction to the Normal Distribution

Normal Distribution: A continuous probability distribution that is symmetric, bell-shaped, and completely described by two parameters: mean (μ) and standard deviation (σ). Also called the Gaussian distribution or bell curve.

Key Properties

1. Shape and Symmetry

2. Total Area

3. Parameters

4. Tail Behavior

The Empirical Rule (68-95-99.7 Rule)

The Empirical Rule provides quick approximations for probabilities in a normal distribution:
Range Percentage of Data Meaning
μ ± 1σ ~68% About 68% of data falls within 1 standard deviation of the mean
μ ± 2σ ~95% About 95% of data falls within 2 standard deviations of the mean
μ ± 3σ ~99.7% About 99.7% of data falls within 3 standard deviations of the mean
Example: If SAT scores are N(1000, 100), then:

Common Examples of Normal Distributions

2. Standard Normal Distribution & z-scores

The Standard Normal Distribution

Standard Normal Distribution: A special normal distribution with:

Notation: Z ~ N(0, 1)

Why is this useful? By converting any normal distribution to the standard normal, we only need ONE probability table (the z-table) instead of separate tables for every possible combination of μ and σ!

The z-score Formula

z = (x − μ) / σ

Where: x = data value, μ = mean, σ = standard deviation

z-score (standard score): The number of standard deviations a data value is from the mean.

Interpreting z-scores

z-score Interpretation Relative Position
z = 2.5 2.5 standard deviations above the mean Unusually high (top 1%)
z = 1.0 1 standard deviation above the mean Above average (top 16%)
z = 0 Exactly at the mean Average (50th percentile)
z = −1.0 1 standard deviation below the mean Below average (bottom 16%)
z = −2.5 2.5 standard deviations below the mean Unusually low (bottom 1%)
Rule of Thumb: Values with |z| > 2 are considered unusual (less than 5% probability), and values with |z| > 3 are very unusual (less than 0.3% probability).
Example: On an exam with μ = 75 and σ = 10, a student scores x = 90.

Converting Back: Finding x from z

x = μ + zσ

Use this when: You know the z-score and need to find the original data value

Example: IQ scores are N(100, 15). What IQ corresponds to z = 2?

3. Finding Probabilities with the Normal Distribution

Area Under the Curve = Probability

For a continuous distribution:
Important Note: For continuous distributions, P(X < a) = P(X ≤ a) because the probability of getting exactly one specific value is 0.

Using the Standard Normal (z) Table

Standard Normal Table (z-table): Provides the area to the LEFT of a given z-score (cumulative probability).

Steps to Find Probabilities

Type 1: P(X < a) – Probability Less Than

  1. Convert x to z-score: z = (x − μ) / σ
  2. Look up z in the standard normal table
  3. The table value IS the answer (area to the left)
Example: X ~ N(50, 10). Find P(X < 60).

Type 2: P(X > a) – Probability Greater Than

  1. Convert x to z-score: z = (x − μ) / σ
  2. Look up z in the table to get P(Z < z)
  3. Subtract from 1: P(Z > z) = 1 − P(Z < z)
Example: X ~ N(50, 10). Find P(X > 60).

Type 3: P(a < X < b) – Probability Between Two Values

  1. Convert both x-values to z-scores
  2. Find P(Z < z₂) and P(Z < z₁) from the table
  3. Subtract: P(z₁ < Z < z₂) = P(Z < z₂) − P(Z < z₁)
Example: X ~ N(50, 10). Find P(45 < X < 60).

Finding Percentiles (Inverse Normal)

Percentile: The value below which a given percentage of observations fall.

Steps to Find a Percentile

  1. Identify the desired cumulative probability (area to the left)
  2. Look up this probability INSIDE the z-table to find the corresponding z-score
  3. Convert z back to x: x = μ + zσ
Example: X ~ N(100, 15). Find the 90th percentile.

Common z-values to Memorize

Confidence Level Area in Middle z-score Usage
90% 0.90 z = 1.645 90th percentile = μ + 1.645σ
95% 0.95 z = 1.96 95th percentile = μ + 1.96σ
99% 0.99 z = 2.576 99th percentile = μ + 2.576σ

4. Applications of the Normal Distribution

Checking for Normality

Why check? Many statistical methods assume data is normally distributed. Before using these methods, we should verify this assumption.

Visual Methods

1. Histogram

2. Normal Probability Plot (Q-Q Plot)

Numerical Method: Range Check

If data is normal, we expect:

Where x̄ = sample mean, s = sample standard deviation

When NOT to Use the Normal Distribution

Do NOT use normal distribution methods if:

Normal Approximation to Other Distributions

Central Limit Theorem (Preview): Under certain conditions, even if the original data is NOT normal, the distribution of sample means becomes approximately normal as sample size increases.

Practical Applications

1. Quality Control

2. Standardized Testing

3. Scientific Research

4. Finance

5. Quick Reference: All Formulas

z-score Formula

z = (x − μ) / σ

Converts any normal distribution to standard normal

Inverse z-score Formula

x = μ + zσ

Converts z-score back to original value

Empirical Rule (68-95-99.7 Rule)

Probability Calculations

P(X < a): Convert to z, look up in table

P(X > a): 1 − P(X < a)

P(a < X < b): P(X < b) − P(X < a)

Key Properties

Tips for Success

Common Mistakes to Avoid

  1. Forgetting to convert to z-score first before using the table
  2. Using the wrong formula: z = (x − μ) / σ, NOT (μ − x) / σ
  3. Reading the z-table incorrectly – make sure you understand whether your table gives left-tail or right-tail probabilities
  4. Forgetting to subtract from 1 when finding P(X > a)
  5. Assuming all data is normal – always check first!
  6. Confusing percentile with percentage – the 90th percentile means 90% of data is below it
  7. Sign errors with z-scores – negative z means below the mean, positive z means above

Study Strategies

  1. Master the z-score formula – it's the foundation for everything
  2. Practice reading the z-table in both directions (z → probability and probability → z)
  3. Draw pictures! Sketch the normal curve and shade the area you're looking for
  4. Memorize the Empirical Rule (68-95-99.7) for quick estimates
  5. Memorize common z-values: 1.645 (90%), 1.96 (95%), 2.576 (99%)
  6. Check your answers: Probabilities must be between 0 and 1
  7. Interpret in context: Always relate back to the real-world meaning

Quick Decision Tree

Question Type What to Do
Given x, find probability x → z → look up in table → answer
Given probability, find x Look up prob in table → z → x = μ + zσ
Find P(X < a) Calculate z, look up in table
Find P(X > a) Calculate z, look up in table, subtract from 1
Find P(a < X < b) Two z-scores, subtract probabilities
Find percentile Probability → z (from table) → x = μ + zσ

Module 4: The Normal Distribution

Free Statistics Learning Platform • Safaa Dabagh • sdabagh.github.io

© 2025 • Part of UCLA Dissertation Research