Normal Distribution: Continuous probability distribution characterized by mean μ and standard deviation σ
Standard Normal (Z): N(0,1) distribution with mean 0 and standard deviation 1
Z-score Formula: Z = (X - μ)/σ, converts any normal to standard normal
- Identify mean (μ) and standard deviation (σ)
- Convert raw score to z-score: Z = (X - μ)/σ
- Use standard normal table or calculator to find probability
- Interpret the result in context
Mean (μ) = 70 inches, Standard deviation (σ) = 3 inches
Z = (X - μ)/σ = (75 - 70)/3 = 5/3 = 1.67
P(Z > 1.67) = 1 - P(Z ≤ 1.67) = 1 - 0.9525 = 0.0475
About 4.75% of adult males are taller than 75 inches
The probability that a randomly selected male is taller than 75 inches is approximately 0.0475 or 4.75%
• Standardization: Convert to standard normal using Z = (X - μ)/σ
• Complement rule: P(Z > z) = 1 - P(Z ≤ z)
• Normal table: Use z-table to find cumulative probabilities
Percentile: Value below which a percentage of observations fall
90th percentile: Value such that 90% of scores are below it
Inverse transformation: X = μ + Z·σ to convert back from standard normal
Mean (μ) = 500, Standard deviation (σ) = 100
We need Z such that P(Z ≤ z) = 0.90
From standard normal table: Z₀.₉₀ ≈ 1.28
Using X = μ + Z·σ
X = 500 + 1.28 × 100 = 500 + 128 = 628
A score of 628 corresponds to the 90th percentile
The score that corresponds to the 90th percentile is 628
• Percentile definition: kth percentile has k% of data below it
• Inverse transformation: X = μ + Z·σ
• Standard normal table: Find z-value for given probability
Probability between values: P(a < X < b) = P(X < b) - P(X < a)
Standardization: Convert both bounds to z-scores separately
Area under curve: Probability equals area under normal curve between two points
Mean (μ) = 5 pounds, Standard deviation (σ) = 0.1 pounds
Lower bound: Z₁ = (4.8 - 5)/0.1 = -0.2/0.1 = -2
Upper bound: Z₂ = (5.2 - 5)/0.1 = 0.2/0.1 = 2
P(4.8 < X < 5.2) = P(-2 < Z < 2) = P(Z < 2) - P(Z < -2)
= 0.9772 - 0.0228 = 0.9544
About 95.44% of bags weigh between 4.8 and 5.2 pounds
The probability that a randomly selected bag weighs between 4.8 and 5.2 pounds is approximately 0.9544 or 95.44%
• Probability between values: P(a < X < b) = P(X < b) - P(X < a)
• Standardization: Convert each bound separately
• Normal table: Use to find cumulative probabilities
Normal Distribution: Bell-shaped, symmetric distribution described by mean μ and std dev σ
Standard Normal: Normal distribution with μ=0, σ=1, denoted N(0,1)
Z-score: Number of standard deviations a value is from the mean
- Identify parameters: Mean (μ) and standard deviation (σ)
- Standardize: Convert to z-scores using Z = (X - μ)/σ
- Find probability: Use standard normal table or calculator
- Interpret results: Convert back if needed
• Standardization: Z = (X - μ)/σ
• Inverse transformation: X = μ + Z·σ
• Probability between values: P(a < X < b) = P(X < b) - P(X < a)
• Complement rule: P(X > a) = 1 - P(X ≤ a)
Sampling Distribution: Distribution of sample statistics (like sample mean)
Central Limit Theorem: Sample mean approaches normal distribution regardless of population distribution
Sample Mean Parameters: Mean = μ, Std Dev = σ/√n
Population mean (μ) = 8 oz, Population standard deviation (σ) = 0.5 oz
Sample mean distribution: Mean = μ = 8 oz
Standard error = σ/√n = 0.5/√25 = 0.5/5 = 0.1 oz
Z = (X̄ - μ)/(σ/√n) = (7.9 - 8)/0.1 = -0.1/0.1 = -1
P(X̄ < 7.9) = P(Z < -1) = 0.1587
The probability that the sample mean is less than 7.9 oz is approximately 0.1587 or 15.87%
• Sampling distribution: X̄ ~ N(μ, σ²/n)
• Standard error: σ_X̄ = σ/√n
• Standardization: Z = (X̄ - μ)/(σ/√n)
Defective items: Those falling outside acceptable limits
Union of events: P(A or B) = P(A) + P(B) for mutually exclusive events
Outlier detection: Values beyond certain standard deviations
Mean (μ) = 50 hours, Standard deviation (σ) = 5 hours
Lower limit: Z₁ = (40 - 50)/5 = -10/5 = -2
Upper limit: Z₂ = (60 - 50)/5 = 10/5 = 2
P(X < 40) = P(Z < -2) = 0.0228
P(X > 60) = P(Z > 2) = 1 - P(Z ≤ 2) = 1 - 0.9772 = 0.0228
P(defective) = P(X < 40) + P(X > 60) = 0.0228 + 0.0228 = 0.0456
Approximately 4.56% of batteries are defective
• Union of events: P(A or B) = P(A) + P(B) for mutually exclusive
• Complement rule: P(Z > z) = 1 - P(Z ≤ z)
• Quality control: Defects occur outside specification limits
Normal Distribution: A continuous probability distribution that is symmetric and bell-shaped, characterized by its mean μ and standard deviation σ
Standard Normal Distribution: A normal distribution with mean 0 and standard deviation 1, denoted as N(0,1)
Z-score: The number of standard deviations a data point is from the mean, calculated as Z = (X - μ)/σ
Empirical Rule (68-95-99.7 Rule): Approximately 68% of data falls within 1σ, 95% within 2σ, and 99.7% within 3σ of the mean
- Problem identification: Identify if normal distribution applies, note μ and σ
- Standardization: Convert raw scores to z-scores using Z = (X - μ)/σ
- Probability calculation: Use standard normal table or calculator
- Result interpretation: Convert back to original units if needed
• Standardization: Z = (X - μ)/σ
• Inverse transformation: X = μ + Z·σ
• Probability between values: P(a < X < b) = P(X < b) - P(X < a)
• Complement rule: P(X > a) = 1 - P(X ≤ a)
• Sampling distribution: X̄ ~ N(μ, σ²/n), SE = σ/√n
• Empirical rule: 68-95-99.7% within 1-2-3 standard deviations
Standard deviation effects, z-score interpretations, and probability calculations
Standard Normal: N(0,1), General Normal: N(μ,σ²)
Analysis: The chart shows how normal distributions vary with different parameters.
- Standard deviation affects spread: larger σ means wider curve
- Mean affects center: shifts curve left/right
- Area under curve represents probability