Comprehensive Notes on the Normal Distribution and Standard Normal Curve
The Standard Normal Distribution $Z \sim N(0, 1)$
Definition of the Standard Normal Distribution: The standard normal distribution is a specific case of the normal distribution where the mean ($\mu$) is $0$ and the standard deviation ($\sigma$) is $1$. It is denoted as .
Exercise Requirements for Full Credit: According to Exercise 14H, to provide a complete solution for probability problems involving the standard normal distribution, one must: * Draw the distribution (the bell curve). * Shade or mark the area under the curve that is being summed. * State the command entered into the Graphical Display Calculator (GDC). * State the final probability value.
Calculating Probabilities with GDC: For a standard normal variable , probabilities are found using the cumulative distribution function (CDF). For any interval , the probability is . Typical GDC commands follow the syntax:
normalcdf(lower_bound, upper_bound, 0, 1).Specific Probability Examples: * To find , the GDC command is
normalcdf(-2, 1, 0, 1). * To find , the lower bound is effectively negative infinity (often entered as ), resulting innormalcdf(-1E99, 1, 0, 1). * To find , the upper bound is effectively positive infinity, resulting innormalcdf(-1.5, 1E99, 0, 1). * To find , which represents exactly half the distribution, the value is . * For absolute values, such as , the probability is the sum of the tails: . * For , the probability is the central area between and .
Standard Deviation Intervals and Areas
- Intervals Based on Standard Deviations: For a standard normal distribution, the units on the horizontal axis correspond directly to standard deviations from the mean. * Between 1 and 2 standard deviations: This refers to the area . * Between 0.5 and 1.5 standard deviations: This refers to the area . * More than 1 standard deviation above the mean: This is represented as . * More than 2.4 standard deviations above the mean: This is represented as . * Less than 1 standard deviation below the mean: This is represented as . * Less than 1.75 standard deviations below the mean: This is represented as .
General Normal Distributions $X \sim N(\mu, \sigma^2)$
Transformation Logic: A general normal distribution is defined by its mean and its variance . Probability calculations on GDC use the mean and the standard deviation .
Scenario 1: $X \sim N(14, 5^2)$: * Mean , Standard Deviation . * Probability of :
normalcdf(-1E99, 16, 14, 5). * Probability of :normalcdf(9, 1E99, 14, 5). * Probability of :normalcdf(9, 12, 14, 5). * Probability of : Since $14$ is the mean, this is exactly .Scenario 2: $X \sim N(48, 81)$: * Mean , Variance , so Standard Deviation . * Probability of :
normalcdf(-1E99, 52, 48, 9). * Probability of :normalcdf(42, 1E99, 48, 9). * Probability of :normalcdf(37, 47, 48, 9).Scenario 3: $X \sim N(3.15, 0.02^2)$: * Mean , Standard Deviation . * Probability of :
normalcdf(-1E99, 3.2, 3.15, 0.02). * Probability of :normalcdf(3.11, 1E99, 3.15, 0.02). * Probability of :normalcdf(3.1, 3.15, 3.15, 0.02).
Real-World Modeling with Normal Distributions
Household Expenditure in Portugal: * Mean () = per week. * Standard Deviation () = per week. * Spending less than per week: . * Spending more than per week: . * Spending between and per week: .
Manufacturing Quality Control (Bolts): * Bolt diameters: Mean , Standard Deviation . * Rejection criteria: Smaller than or bigger than . * Acceptance criteria: Between and . In other words, . * Expected Value Calculation: For a batch of $500$ bolts, the number of accepted bolts is .
Medical Waiting Times: * Mean , Standard Deviation . * Find the probability of waiting more than . * Find the percentage of patients waiting less than by calculating .
The Inverse Normal Distribution
The Inverse Normal Concept: This function is used to find a threshold value when the probability (area under the curve) is already known. The GDC command is typically
invNorm(area, mean, standard_deviation).Standard Normal Inverse Operations (): * To find such that : use
invNorm(0.922, 0, 1). * To find such that : useinvNorm(0.342, 0, 1). * To find such that : First calculate the left-tail area, which is . Then useinvNorm(0.995, 0, 1). * To find such that : Find the area below usingnormalcdf, subtract , and use that result ininvNorm. * Symmetric Intervals: For , the central area is $0.3$, meaning the two tails combined are $0.7$. One tail is $0.35$. Thus, . Therefore, .
Advanced Problems and Combined Probability Models
Conditional Probability in Normal Distributions: * Problem: Given for . * Formula: . * Calculation: is simply because $32$ is greater than $28$. The result is .
Linking Normal and Binomial Distributions: * Example: Heights of women are . If three women are selected, find the probability at least one is taller than . * Step 1: Calculate the success probability . From the normal model, . * Step 2: Model the number of women taller than as a Binomial distribution: . * Step 3: Calculate .
Acceptance Percentages and Batches: * A bottle is acceptable if its height is within $2$ standard deviations of the mean (). * For a normal distribution, the percentage within $2$ standard deviations is approximately . * If $8$ bottles are selected, finding the probability that at least $6$ are acceptable requires a binomial calculation: . Then calculate .
Finding Unknown Parameters ($\mu$ and $\sigma$): * If parameters are unknown, we use z-scores: . * Finding given : For test scores with mean $22$ and $95\%$ of scores below $30$: . Solution: . * Simultaneous Equations for and : If $15\%$ of fish are () and $10\%$ are (): 1. 2. Solving these reveals and .