Confusing normalcdf and invNorm: normalcdf(value) โ probability; invNorm(probability) โ value
Forgetting to standardize: must convert to z-score before using standard normal table
Area mistakes: P(Z > 2) โ P(Z < 2); use complement if needed
Ignoring context: answer "0.0228" instead of "2.28% of women"
When NOT to Use Normal Model
Data is clearly skewed (check histogram/boxplot)
Sample size too small (rule of thumb: n โฅ 30, or visually normal)
Data has multiple peaks
Outliers present
AP Exam Tip
On calculator problems:
Clearly state the distribution: "Let X ~ N(ฮผ, ฯ)"
Show your z-score: \(z = \frac{x - \mu}{\sigma}\) = ...
State calculator function: "Using normalcdf(lower, upper, ฮผ, ฯ)..."
Interpret result in context: "Therefore, approximately _____% of SAT scores fall between ___ and ___."
Common FRQ mistake: Not showing work on calculator commands. Examiners want to see setup even if you use calc.
๐ Practice Problems
1Problem 1easy
โ Question:
The heights of adult men follow a normal distribution with mean 70 inches and standard deviation 2.5 inches. What is the z-score for a man who is 75 inches tall?
๐ก Show Solution
The z-score formula is:
z=ฯxโฮผโ
where x is the value, ฮผ is the mean, and ฯ is the standard deviation.
z=2.575โ70โ=2.5
Interpretation: A height of 75 inches is 2 standard deviations above the mean. This is quite tall but not extremely rare (about 2.3% of men are taller).
2Problem 2medium
โ Question:
SAT scores are normally distributed with mean 500 and standard deviation 100. What percentage of test-takers score between 400 and 600?
๐ก Show Solution
Step 1: Find z-scores
For x=400:
3Problem 3hard
โ Question:
A manufacturing process produces bolts with diameter normally distributed: mean = 10 mm, SD = 0.1 mm. The acceptable range is 9.8 to 10.2 mm. What proportion of bolts are acceptable? What z-score defines the upper boundary?
Use the Normal distribution, z-scores, and the empirical rule to find probabilities.
How can I study Normal Distributions effectively?โพ
Start by reading the study notes and working through the examples on this page. Then use the flashcards to test your recall. Practice with the 3 problems provided, checking solutions as you go. Regular review and active practice are key to retention.
Is this Normal Distributions study guide free?โพ
Yes โ all study notes, flashcards, and practice problems for Normal Distributions on Study Mondo are free to access. No account is needed.
What course covers Normal Distributions?โพ
Normal Distributions is part of the AP Statistics course on Study Mondo, specifically in the Unit 1: Exploring One-Variable Data section. You can explore the full course for more related topics and practice resources.
Are there practice problems for Normal Distributions?โพ
Yes, this page includes 3 practice problems with detailed solutions. Each problem includes a step-by-step explanation to help you understand the approach.
5
โ
=
2
z
=
100400โ500โ=
โ1
For x=600: z=100600โ500โ=+1
Step 2: Use the Empirical Rule (68-95-99.7)
The Empirical Rule states that in a normal distribution:
68% of data falls within 1 SD of the mean (between ฮผยฑ1ฯ)
95% within 2 SDs (between ฮผยฑ2ฯ)
99.7% within 3 SDs
Since scores between 400 and 600 represent the range from ฮผโ1ฯ to ฮผ+1ฯ:
Answer: 68% of test-takers score between 400 and 600.
z=
0.19.8โ10โ=
โ2
Upper boundary (x=10.2): z=0.110.2โ10โ=+2
Upper z-score answer: z = +2
Step 2: Find the proportion using Empirical Rule
The range 9.8 to 10.2 is ฮผยฑ2ฯ (from -2 to +2 SD).
By the Empirical Rule, 95% of bolts fall within 2 standard deviations.
Step 3: Find proportion outside acceptable range
Proportion defective = 100% โ 95% = 5%
This means 2.5% are too small (below 9.8) and 2.5% are too large (above 10.2).
Interpretation: The process produces about 95 acceptable bolts per 100, leaving a 5% defect rate. The manufacturer might adjust the process to center it more tightly or reduce SD.