Understanding the z-score is fundamental for working with the normal distribution. The z-score represents the number of standard deviations a data point is from the mean. The formula for calculating a z-score is: \
\
\( z = \frac{(X - \mu)}{\sigma} \
\
\)where \( X \) is the value of interest, \( \mu \) is the mean of the distribution, and \( \sigma \) is the standard deviation.
To visualize it, imagine the normal distribution curve: the mean lies at the center, and the standard deviations spread out symmetrically on both sides. Calculating the z-score for a specific temperature in the freezer gives us the relative position of that temperature within the distribution. For example:
- For \( T > -5^\circ C \), the z-score is \( \frac{1}{2} \) which means the temperature is half a standard deviation above the mean.
- When analyzing \( T < -7^\circ C \), the z-score is \( -\frac{1}{2} \) indicating the temperature is half a standard deviation below the mean.
- When determining the range \( -6 < T < -3 \), we compute two z-scores: 0 for \( T = -6 \) (the mean) and \( \frac{3}{2} \) for \( T = -3 \), representing 1.5 standard deviations above the mean.
By converting temperatures to z-scores, we can then use the standard normal distribution to find probabilities.