Fatskills
Practice. Master. Repeat.
Study Guide: College Math: Statistics Probability-Distributions - Normal Distribution Empirical Rule and Z-Scores
Source: https://www.fatskills.com/restaurants/chapter/collegemath-statistics-probability-distributions-normal-distribution-empirical-rule-and-zscores

College Math: Statistics Probability-Distributions - Normal Distribution Empirical Rule and Z-Scores

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~6 min read

What Is This?

The Normal Distribution, also known as the Gaussian Distribution or Bell Curve, is a probability distribution that describes the behavior of many natural phenomena, such as heights, weights, and IQ scores. It is characterized by a symmetric, bell-shaped curve with a single peak and two tails that extend infinitely in both directions.

Why It Matters

The Normal Distribution is widely used in statistics, engineering, economics, and decision-making to model and analyze real-world data. For example, in quality control, the Normal Distribution is used to set control limits for manufacturing processes, ensuring that products meet certain standards. In finance, it is used to model stock prices and predict future returns.

Core Concepts

1. Empirical Rule

The Empirical Rule states that about 68% of the data falls within one standard deviation ($\sigma$) of the mean ($\mu$), about 95% falls within two standard deviations, and about 99.7% falls within three standard deviations.

2. Z-Scores

A Z-score measures how many standard deviations an observation is away from the mean. It is calculated using the formula: $Z = \frac{X - \mu}{\sigma}$, where $X$ is the observation, $\mu$ is the mean, and $\sigma$ is the standard deviation.

3. Standard Normal Distribution

The Standard Normal Distribution is a Normal Distribution with a mean of 0 and a standard deviation of 1. It is used as a reference distribution to calculate Z-scores and probabilities.

4. Probability Density Function (PDF)

The PDF of a Normal Distribution is given by the formula: $f(x) = \frac{1}{\sigma \sqrt{2\pi}} e^{-\frac{(x-\mu)^2}{2\sigma^2}}$, where $x$ is the value, $\mu$ is the mean, and $\sigma$ is the standard deviation.

Step-by-Step: How to Approach Problems

1. Identify the Problem

Determine if the problem involves a Normal Distribution and what type of question is being asked (e.g., finding a probability, calculating a Z-score, or interpreting a result).

2. Set Up the Problem

Identify the given information, such as the mean, standard deviation, and any relevant data points.

3. Calculate the Z-Score

If necessary, calculate the Z-score using the formula: $Z = \frac{X - \mu}{\sigma}$.

4. Use the Standard Normal Distribution

If the problem involves a Standard Normal Distribution, use a Z-table or calculator to find the probability or area under the curve.

5. Interpret the Result

Interpret the result in the context of the problem, considering the Empirical Rule and any other relevant information.

Solved Examples

Problem 1: Finding a Probability

A company produces light bulbs with a mean lifespan of 1000 hours and a standard deviation of 50 hours. What is the probability that a randomly selected light bulb will last between 950 and 1050 hours?

Solution

First, we need to calculate the Z-scores for 950 and 1050 hours: $$Z_{950} = \frac{950 - 1000}{50} = -1.2$$ $$Z_{1050} = \frac{1050 - 1000}{50} = 1.2$$ Using a Z-table or calculator, we find that the probability of a light bulb lasting between 950 and 1050 hours is approximately 0.5774.

Answer

0.5774

Problem 2: Calculating a Z-Score

A student scored 85 on a test with a mean of 80 and a standard deviation of 5. What is the Z-score for this score?

Solution

We can use the formula: $Z = \frac{X - \mu}{\sigma}$ $$Z = \frac{85 - 80}{5} = 1$$

Answer

1

Problem 3: Interpreting a Result

A company has a mean salary of $50,000 and a standard deviation of $10,000. According to the Empirical Rule, what percentage of employees earn between $40,000 and $60,000?

Solution

Using the Empirical Rule, we know that about 68% of the data falls within one standard deviation of the mean. Since the mean is $50,000 and the standard deviation is $10,000, we can calculate the range as follows: Lower bound: $50,000 - $10,000 = $40,000 Upper bound: $50,000 + $10,000 = $60,000 Therefore, approximately 68% of employees earn between $40,000 and $60,000.

Answer

68%

Common Pitfalls & Mistakes

1. Incorrect Z-Score Calculation

Make sure to use the correct formula for calculating the Z-score: $Z = \frac{X - \mu}{\sigma}$.

2. Misinterpreting the Empirical Rule

Remember that the Empirical Rule only applies to the Normal Distribution, and the percentages are approximate.

3. Using the Wrong Standard Deviation

Double-check that you are using the correct standard deviation for the problem.

Best Practices & Study Tips

1. Check Your Work

Always check your calculations and results to ensure accuracy.

2. Use a Z-Table or Calculator

Use a Z-table or calculator to find probabilities and areas under the curve.

3. Practice, Practice, Practice

Practice problems and exercises to build your skills and confidence.

Tools & Software

1. Graphing Calculators (TI-84, Desmos)

Use graphing calculators to visualize Normal Distributions and calculate Z-scores.

2. Statistical Software (R, Python libraries like NumPy/SciPy, Excel)

Use statistical software to analyze and visualize data, including Normal Distributions.

3. Symbolic Math Tools (Wolfram Alpha, Symbolab)

Use symbolic math tools to solve equations and calculate Z-scores.

Real-World Use Cases

1. Quality Control

Use the Normal Distribution to set control limits for manufacturing processes and ensure product quality.

2. Finance

Use the Normal Distribution to model stock prices and predict future returns.

3. Medicine

Use the Normal Distribution to analyze medical data, such as blood pressure or body mass index.

Check Your Understanding (MCQs)

Question 1

What is the probability that a randomly selected light bulb will last between 950 and 1050 hours, given a mean lifespan of 1000 hours and a standard deviation of 50 hours?

A) 0.5 B) 0.5774 C) 0.95 D) 0.99

Correct Answer

B) 0.5774

Explanation

Using the Empirical Rule, we can calculate the Z-scores for 950 and 1050 hours and find the probability using a Z-table or calculator.

Why the Distractors Are Tempting

A) 0.5 is the probability of a light bulb lasting exactly 1000 hours, not between 950 and 1050 hours. C) 0.95 is the probability of a light bulb lasting within two standard deviations of the mean, not between 950 and 1050 hours. D) 0.99 is the probability of a light bulb lasting within three standard deviations of the mean, not between 950 and 1050 hours.

Question 2

A student scored 85 on a test with a mean of 80 and a standard deviation of 5. What is the Z-score for this score?

A) 0.5 B) 1 C) 1.5 D) 2

Correct Answer

B) 1

Explanation

We can use the formula: $Z = \frac{X - \mu}{\sigma}$ to calculate the Z-score.

Why the Distractors Are Tempting

A) 0.5 is the Z-score for a score of 90, not 85. C) 1.5 is the Z-score for a score of 90, not 85. D) 2 is the Z-score for a score of 95, not 85.

Question 3

A company has a mean salary of $50,000 and a standard deviation of $10,000. According to the Empirical Rule, what percentage of employees earn between $40,000 and $60,000?

A) 50% B) 68% C) 95% D) 99%

Correct Answer

B) 68%

Explanation

Using the Empirical Rule, we know that about 68% of the data falls within one standard deviation of the mean.

Why the Distractors Are Tempting

A) 50% is the percentage of employees who earn exactly $50,000, not between $40,000 and $60,000. C) 95% is the percentage of employees who earn within two standard deviations of the mean, not between $40,000 and $60,000. D) 99% is the percentage of employees who earn within three standard deviations of the mean, not between $40,000 and $60,000.

Learning Path

Prerequisite Knowledge

  • Basic statistics and probability
  • Normal Distribution concepts (mean, standard deviation, variance)

Advanced Topics

  • Multivariate Normal Distribution
  • Bayesian inference

Further Resources

Free Resources

  • Khan Academy: Statistics and Probability
  • MIT OpenCourseWare: Statistics and Probability
  • YouTube: 3Blue1Brown, StatQuest

Paid Resources

  • Statistics and Probability textbook by Michael Sullivan
  • Online course: Statistics and Probability with Python (Udemy)

30-Second Cheat Sheet

Must-Remember Facts and Formulas

  • Normal Distribution: $f(x) = \frac{1}{\sigma \sqrt{2\pi}} e^{-\frac{(x-\mu)^2}{2\sigma^2}}$
  • Z-score: $Z = \frac{X - \mu}{\sigma}$
  • Empirical Rule: about 68% of data falls within one standard deviation of the mean

Related Topics

1. Multivariate Normal Distribution

A generalization of the Normal Distribution to multiple variables.

2. Bayesian Inference

A statistical framework for updating probabilities based on new data.

3. Hypothesis Testing

A statistical framework for testing hypotheses about a population parameter.