Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
The Normal Distribution is a continuous probability distribution defined by the notation , where is the mean and is the variance. Visually, it is represented by a 'bell-shaped' curve that is perfectly symmetrical about the vertical line . The peak of the curve occurs at the mean, which is also the mode and the median for this distribution.
The total area under the normal curve is exactly , representing a total probability of . Because of its symmetry, the area to the left of the mean is , and the area to the right is also . On a graph, this means the curve is divided into two identical halves by the mean line.
The parameters and control the shape and position of the distribution. Changing shifts the entire bell curve horizontally along the x-axis without changing its shape. Changing the standard deviation affects the 'spread': a small results in a tall, thin curve clustered tightly around the mean, while a large results in a shorter, wider, and flatter curve.
The Empirical Rule (or the 68-95-99.7 rule) describes the spread of data: approximately of the data lies within one standard deviation of the mean (), lies within two standard deviations (), and lies within three standard deviations. Visually, the 'tails' of the curve approach the x-axis but never actually touch it (asymptotic behavior).
The Standard Normal Distribution is a specific normal distribution where and , denoted as . Any normal variable can be transformed into a -score, which represents the number of standard deviations an observation is from the mean. This is visually useful for comparing different datasets on a standardized scale.
Probability for a continuous distribution is defined as the area under the curve between two points. For the Normal Distribution, the probability is the integral of the probability density function from to . Crucially, for any continuous distribution, the probability of the variable equaling an exact value is zero, .
The Inverse Normal Distribution is the process of finding a boundary value given a known area (probability). For example, if you are given that the bottom of students failed a test, you use the inverse normal function on your GDC to find the score such that . Visually, this corresponds to finding the x-coordinate that cuts off a specific area in the left tail of the curve.
📐Formulae
💡Examples
Problem 1:
The masses of apples in an orchard follow a normal distribution with a mean of g and a standard deviation of g. Find the probability that a randomly selected apple has a mass between g and g.
Solution:
- Define the variable: .
- We need to find .
- Standardize the values to -scores:
- Using a GDC (Normal Cumulative Distribution function): . Therefore, the probability is approximately (or ).
Explanation:
This problem requires calculating the area under the normal curve between two points. We identify the parameters and , then use the cumulative distribution function (normCdf) on a calculator to find the area.
Problem 2:
The heights of a population are normally distributed with a mean of cm. If of the population are taller than cm, find the standard deviation .
Solution:
- Define the variable: .
- We are given .
- This implies .
- Find the -score corresponding to a cumulative probability of using Inverse Normal: .
- Use the -score formula: .
- Solve for : cm.
Explanation:
When the standard deviation is unknown, we use the Standard Normal Distribution () as a bridge. We find the -score that corresponds to the given percentile and then solve the linear equation for .