Normal Distribution: The Bell Curve
The normal distribution is a probability distribution that is symmetric about the mean, showing that data near the mean are more frequent in occurrence than data far from the mean. In graph form, it appears as the famous "bell curve." 🛎️ It's incredibly useful because many natural phenomena (like heights, test scores, measurement errors) follow this pattern, allowing us to calculate probabilities and make predictions.
Step-by-Step Guide
- Identify the Mean (μ) and Standard Deviation (σ): These parameters define your specific normal curve.
- Standardize your value (Calculate the z-score): Use the formula: z = (x - μ) / σ. This converts your data point (x) to a standard normal value.
- Use the z-table: Find the probability (area under the curve) associated with your z-score. This gives you P(Z < z).
- Interpret the probability: Depending on the question, you might need to find the area to the left, right, or between two points.
Worked Examples
Example 1: Probability less than a value
Test scores are normally distributed with μ = 75 and σ = 8. What percentage of students scored less than 80?
- z-score: z = (80 - 75) / 8 = 0.625
- Use z-table: P(Z < 0.625) ≈ 0.7340
- Answer: Approximately 73.4% of students scored below 80.
Example 2: Probability between two values
Using the same test scores (μ=75, σ=8), what percentage scored between 70 and 85?
- z-score for 70: z₁ = (70-75)/8 = -0.625 → P(Z < -0.625) ≈ 0.2660
- z-score for 85: z₂ = (85-75)/8 = 1.25 → P(Z < 1.25) ≈ 0.8944
- Subtract probabilities: 0.8944 - 0.2660 = 0.6284
- Answer: Approximately 62.8% of students scored between 70 and 85.
Common Mistakes to Avoid
- Confusing z-scores with probabilities: A z-score is a standardized value, not a probability. You must use the z-table to convert it.
- Forgetting the distribution is continuous: P(X ≤ a) is the same as P(X < a) in a continuous distribution.
- Misinterpreting the z-table: The standard table gives the area to the left of the z-score. For area to the right, remember to subtract from 1.
- Sign errors on z-scores: A value below the mean will have a negative z-score. Be careful when looking it up!
Tips & Tricks
- Memorize the 68-95-99.7 Rule: About 68% of data falls within 1σ of μ, 95% within 2σ, and 99.7% within 3σ. This is great for quick estimates!
- Draw a picture! Always sketch the bell curve, shade the area you're looking for, and mark the mean and your z-scores. A picture prevents logic errors.
- Check for reasonableness: If your calculated probability is greater than 1 (or 100%), you've made a mistake.
How to Practice
- Start with simple "less than" problems, then move to "greater than" and "between" problems.
- Use online applets to manipulate normal curves and see how changing μ and σ affects the shape.
- Find real-world datasets (like sports statistics or weather data) and see if they are approximately normally distributed.
- Practice working backwards—finding the data value (x) when given a probability.