
The idea behind z-scores is that we can compare data from completely different numerical data sets by changing the scale to be the distance away from the average, with the new yardstick being the standard deviation. We can take z-scores and the first two pages of the notes to see how common a particular z-score is.
Example: let mux = 63.6 and sigmax = 2.5, which are the average and standard deviation for heights in inches of females.
1) What is the z-score for 67 inches? What percentage of the female population is greater than 67 inches tall?
2) What is the z-score for 64 inches? What percentage of the female population is less than 64 inches tall?

Going the other direction, we have the third page of the notes, which gives z-scores to three decimals that correspond to percentiles in the population. To find the raw score that corresponds to that percentile, use the formulas shown at the left.
3) To the nearest tenth of an inch, what is the height that corresponds to the 96th percentile in U.S. women's heights?
4) To the nearest tenth of an inch, what is the height that corresponds to the 24th percentile in U.S. women's heights?
Answer in the comments.



