Master the normal distribution, z-scores, Central Limit Theorem, and sampling distributions for statistical inference and probability calculations.
Understand the bell curve, standardization, and probability calculations
Learn how sample means approach normality
Use when population standard deviation is unknown
Construct intervals for means and proportions
Parameters: μ (mean) and σ (standard deviation)
Converts any normal distribution to standard normal: Z ~ N(0,1)
Φ(z) is the standard normal CDF, available in tables or software
For a population with mean μ and standard deviation σ, the sampling distribution of the sample mean approaches a normal distribution as sample size increases, regardless of the population distribution shape.
Measures the precision of the sample mean
n ≥ 30 for approximate normality (n ≥ 15 if population is roughly normal)
When population standard deviation σ is unknown and sample size is small (n < 30)
where s is the sample standard deviation
where is the sample proportion
The heights of adult men are normally distributed with mean 70 inches and standard deviation 3 inches. Find the probability that a randomly selected man is between 68 and 72 inches tall.
Step 1: Identify the distribution
X ~ N(70, 3²) where μ = 70 and σ = 3
Step 2: Standardize the values
For x = 68:
For x = 72:
Step 3: Calculate the probability
The probability that a randomly selected man is between 68 and 72 inches tall is approximately 49.7%.
A population has mean 50 and standard deviation 12. If we take random samples of size 36, what is the probability that the sample mean will be between 48 and 52?
Step 1: Apply CLT
Since n = 36 ≥ 30, the sampling distribution is approximately normal:
Step 2: Calculate standard error
Step 3: Standardize and calculate probability
For :
For :
The probability that the sample mean will be between 48 and 52 is approximately 68.3%.
A sample of 25 students has a mean test score of 78 with a standard deviation of 8. Construct a 95% confidence interval for the population mean.
Step 1: Identify the situation
Population σ is unknown, n = 25 < 30, so use t-distribution
Step 2: Find critical value
df = n - 1 = 24, α = 0.05, so t₀.₀₂₅,₂₄ = 2.064
Step 3: Calculate margin of error
Step 4: Construct the interval
We are 95% confident that the true population mean test score lies between 74.7 and 81.3.
Given: IQ scores are normally distributed with mean 100 and standard deviation 15
Find: Probability that a randomly selected person has an IQ between 85 and 115
Standardize the values:
For x = 85:
For x = 115:
Calculate the probability:
Answer: The probability is 0.6826 or 68.26%
Given: Population mean μ = 25, standard deviation σ = 6, sample size n = 49
Find: Probability that the sample mean exceeds 26
Apply Central Limit Theorem:
Calculate z-score:
Find the probability:
Answer: The probability is 0.1210 or 12.10%
Given: Sample of 16 measurements with mean 42.5 and standard deviation 3.2
Find: 90% confidence interval for the population mean
Find critical value and degrees of freedom:
df = n - 1 = 16 - 1 = 15, α = 0.10, t₀.₀₅,₁₅ = 1.753
Calculate margin of error:
Construct the confidence interval:
Answer: We are 90% confident that the true population mean lies between 41.1 and 43.9
For large samples (np ≥ 10 and n(1-p) ≥ 10), the sampling distribution of sample proportions is approximately normal:
This allows us to construct confidence intervals and perform hypothesis tests for population proportions.
Used for testing variance and goodness-of-fit tests. If are independent standard normal variables:
where k is the degrees of freedom.
Used for comparing variances and in ANOVA. If and are independent:
where d₁ and d₂ are the degrees of freedom.
This is false. Many real-world distributions are skewed, bimodal, or have other shapes. The normal distribution is an approximation that works well in many cases due to the CLT.
While most z-scores fall within this range (about 99.7% of the time), extreme values are possible. Z-scores can theoretically be any real number.
The CLT requires sufficiently large sample sizes. For very small samples or highly skewed populations, the normal approximation may not be appropriate.
The normal distribution is fundamental to statistical inference, providing a model for many natural phenomena and serving as the foundation for the Central Limit Theorem. Understanding z-scores, standardization, and sampling distributions enables us to make probabilistic statements about population parameters.
Key concepts: Normal distribution properties, standardization, Central Limit Theorem, t-distribution, confidence intervals, and their applications in real-world statistical inference.
Practical skills: Calculate probabilities using normal distributions, construct confidence intervals, and understand when to use different distributions based on sample size and known/unknown parameters.