Skip to ContentGo to accessibility pageKeyboard shortcuts menu
OpenStax Logo
Contemporary Mathematics

8.7 Applications of the Normal Distribution

Contemporary Mathematics8.7 Applications of the Normal Distribution

A hand is holding a pencil and filling in the scantron sheet.
Figure 8.63 Standardized test results generally adhere to the normal distribution. (credit: “Taking a Test” by Marco Verch Professional Photographer/Flickr, CC BY 2.0)

Learning Objectives

After completing this section, you should be able to:

  1. Apply the normal distribution to real-world scenarios.

As we saw in The Normal Distribution, the word “standardized” is closely associated with the normal distribution. This is why tests like college entrance exams, state achievement tests for K–12 students, and Advanced Placement tests are often called “standardized tests”: scores are assigned in a way that forces them to follow a normal distribution, with a mean and standard deviation that are consistent from year to year. Standardization also allows people like college admissions officers to directly compare an applicant who took the ACT (a college entrance exam) to an applicant who instead chose to take the SAT (a different college entrance exam). Standardization allows us to compare individuals from different groups; this is among the most important applications of the normal distribution. We’ll explore this and other real-world uses of the normal distribution in this section.

College Entrance Exams

There are two good ways to compare two data values from different groups: using zz-scores and using percentiles. The two methods will always give consistent results (meaning that we won’t find, for example, that the first value is better using zz-scores but the second value is better using percentiles), so use whichever method is more comfortable for you.

Example 8.41

Evaluating College Entrance Exam Scores

According to the Digest of Education Statistics, composite scores on the SAT have mean 1060 and standard deviation 195, while composite scores on the ACT have mean 21 and standard deviation 5.

  1. At what percentile would an SAT score of 990 fall?
  2. What is the z-score of an ACT score of 27?
  3. Which is better: a score of 1450 on the SAT or 29 on the ACT?

Your Turn 8.41

According to the Graduate Management Admission Council (GMAC), the mean score on the GMAT (an entrance exam for graduate schools in business management) is 565, with standard deviation 116. For the LSAT (an entrance exam for law schools), Kaplan informs us that the mean score is 150 with standard deviation 10.

1.
What is the z -score for a GMAT score of 715?
2.
At what percentile is an LSAT score of 166?
3.
Which is better: a GMAT score of 650 or an LSAT score of 161?

Coin flipping

In the opening of The Normal Distribution, we saw that the number of heads we get when we flip a coin 100 times is distributed normally. It can be shown that if nn is the number of flips, then the mean of that distribution is n2n2 and the standard deviation is n2n2 (as long as n20n20). So, for 100 flips, the mean of the distribution is 50 and the standard deviation is 5. In that opening example, one of our early runs gave us 70 heads in 100 flips, which we noted seemed unusual. Using the normal distribution, we can identify exactly how unusual that really is. Using Google Sheets, the formula “=NORM.DIST(70, 50, 5, TRUE)” gives us 0.999968, which is the 99.997th percentile! How is that useful? Suppose you need to test whether a coin is fair, and so you flip it 100 times. While we might be suspicious if we get 70 heads out of the 100 flips, we now have a numerical measure for how unusual that is: If the coin were fair, we would expect to see 70 heads (or more) only 100-99.9968=0.0032%100-99.9968=0.0032% of the time. That’s really unlikely! Analysis like this is related to hypothesis testing, an important application of statistics in the sciences and social sciences.

Example 8.42

Flipping a Coin

Let’s say we flip a coin 64 times and count the number of heads.

  1. What would be the mean of the corresponding distribution?
  2. What would be the standard deviation of the corresponding distribution?
  3. Suppose we got 25 heads, which seems a little low. At what percentile would 25 heads fall?

Your Turn 8.42

You flip a coin 144 times and count the number of heads.
1.
What is the mean of the corresponding distribution?
2.
What is the standard deviation of the corresponding distribution?
3.
You flipped 81 heads. At what percentile does that fall?

Analyzing Data That Are Normally Distributed

Whenever we’re working with a dataset that has a distribution that looks symmetric and bell-shaped, we can use techniques associated with the normal distribution to analyze the data.

Example 8.43

Using Normal Techniques to Analyze Data

The data in “AvgSAT” contains the average SAT score for students attending every institution of higher learning in the United States for which data is available. In Example 8.12, we created a histogram for these data:

A histogram titled, average SAT scores at US institutions. The horizontal axis representing average SAT ranges from 750 to 1600, in increments of 50. The vertical axis representing frequency ranges from 0 to 300, in increments of 100. The histogram infers the following data. 750 to 800: 4. 800 to 850: 5. 850 to 900: 15. 900 to 950: 25. 950 to 1000: 85. 1000 to 1050: 170. 1050 to 1100: 230. 1100 to 1150: 275. 1150 to 1200: 230. 1200 to 1250: 110. 1250 to 1300: 70. 1300 to 1350: 50. 1350 to 1400: 40. 1400 to 1450: 40. 1450 to 1500: 20. 1500 to 1550: 25. 1550 to 1600: 5. Note: all values are approximate.
Figure 8.64 (data source: https://data.ed.gov)

This distribution is fairly symmetric (it’s just a little right-skewed) and bell-shaped, so we can use normal distribution techniques to analyze the data.

  1. What is the mean of these average SAT scores?
  2. What is the standard deviation of these SAT scores?
  3. Using the answers to the previous two questions, use NORM.DIST in Google Sheets to estimate at what percentile the University at Buffalo in New York (average SAT: 1250) falls.
  4. Use PERCENTRANK to find the actual percentile of the University at Buffalo, and see how close the estimate in the previous question came.

Your Turn 8.43

1.
Again using the data in “AvgSAT”, find the average SAT score of a school at the 35th percentile in two ways: using NORM.INV and using PERCENTILE.

Who Knew?

Political Meddling Exposed

The normal distribution pops up in some unusual places. Recently, a team at Duke University has been using statistics to help identify partisan gerrymandering, where electoral districts have been carefully drawn in a way that benefits one political party over another. In their analysis, they found that hypothetical election results in randomly drawn districts are normally distributed. By using techniques similar to the ones we used above, they can quantify precisely how biased a particular electoral map is by finding the percentile rank of the actual election result on the normal distribution of the hypothetical results. You can find out more about their work at the "Quantifying Gerrymandering" site here.

Check Your Understanding

For the following problems, recall that the SAT exam has mean 1060 and standard deviation 195, and that composite scores on the ACT have mean 21 and standard deviation 5.
49.
At what percentile would an SAT score of 940 fall? Round to the nearest whole number.
50.
What score would be at the 67th percentile on the ACT?
51.
Which is a better score: 1300 on the SAT or 27 on the ACT?
For the following problems, recall that if we flip a coin at least 20 times, the distribution of the number of heads is approximately normal with mean equal to half the number of flips and standard deviation equal to half of the square root of the number of flips.
52.
Suppose we flip a coin 120 times. What are the mean and standard deviation of the corresponding distribution of heads?
53.
Let’s say you flip 70 heads in 120 flips. At what percentile would that fall?
54.
How many heads would be at the 30th percentile? Round to the nearest whole number.
For the following problems, use the data in “World Tax,” which gives the tax revenue of many countries of the world in 2017, expressed as a percentage of their gross domestic products. You can assume that the distribution is approximately normal (but you can make a histogram to check, if you want).
55.
What tax revenue percentage falls at the third quartile? Answer this question using Google Sheets in two ways: using PERCENTILE and using NORM.INV.
56.
What tax revenue percentage falls at the 20th percentile? Answer this question using Google Sheets in two ways: using PERCENTILE and using NORM.INV.
57.
At what percentile does the United Kingdom (25.62%, found on row 46 in the spreadsheet) fall? Answer this question using Google Sheets in two ways: using PERCENTRANK and using NORM.DIST.
58.
At what percentile does Kiribati (21.97%, found on row 62 in the spreadsheet) fall? Answer this question using Google Sheets in two ways: using PERCENTRANK and using NORM.DIST.

Section 8.7 Exercises

For the following exercises, assume we’re looking at results from two different standardized tests. The first, called the ABC, has mean 250 and standard deviation 50. The second, called the XYZ, has mean 80 and standard deviation 10.
1 .
What would be the z -score of a result of 322 on the ABC?
2 .
What would be the z -score of a result of 57 on the XYZ?
3 .
At what percentile would a result of 211 on the ABC fall? Round your answer to the nearest percentile.
4 .
At what percentile would a result of 94 on the XYZ fall? Round your answer to the nearest percentile.
5 .
What score would fall at the first quartile on the ABC? Round your answer to the nearest whole number.
6 .
What score would fall at the 60th percentile on the XYZ? Round your answer to the nearest whole number.
7 .
Which score is better: 202 on the ABC or 72 on the XYZ?
8 .
Which score is better: 324 on the ABC or 94 on the XYZ?
For the following exercises, recall that if we flip a coin at least 20 times, the distribution of the number of heads is approximately normal with mean equal to half the number of flips and standard deviation equal to half of the square root of the number of flips.
9 .
What would be the mean and standard deviation for the number of heads in 80 coin flips?
10 .
What would be the mean and standard deviation for the number of heads in 144 coin flips?
11 .
How many heads would be at the 80th percentile for 80 coin flips? Round your answer to the nearest whole number.
12 .
How many heads would be at the 20th percentile for 144 coin flips? Round your answer to the nearest whole number.
13 .
What is the z -score for 51 heads in 80 coin flips? Round your answer to the nearest hundredth.
14 .
What is the z -score for 87 heads in 144 coin flips? Round your answer to the nearest hundredth.
15 .
Which would be more unusual: flipping 51 heads in 80 tries or flipping 87 heads in 144 tries? How do you know?
For the following exercises, use the data in “Wheat,” which gives the yield of wheat (in bushels) produced over several equally sized plots. (These data were collected as part of an experiment reported in “The experimental error of field trials” by W.B. Mercer and A.D. Hall).
16 .
Create a histogram of Yield to check that it’s approximately normally distributed.
17 .
Find the mean and standard deviation of Yield. Round answers to the nearest thousandth.
18 .
What proportion of yields does the normal distribution predict should fall below 4.56? Round to the nearest thousandth.
19 .
At what percentile does the normal distribution predict a yield of 3.6 would fall? Round to the nearest whole number.
20 .
What yield does the normal distribution estimate would fall at the 80th percentile? Round to the nearest hundredth.
21 .
What yield does the normal distribution estimate would fall at the 95th percentile? Round to the nearest hundredth.
22 .
If one of these plots yields 2.8 bushels, would that be a good or bad result? How do you know?
Order a print copy

As an Amazon Associate we earn from qualifying purchases.

Citation/Attribution

This book may not be used in the training of large language models or otherwise be ingested into large language models or generative AI offerings without OpenStax's permission.

Want to cite, share, or modify this book? This book uses the Creative Commons Attribution License and you must attribute OpenStax.

Attribution information
  • If you are redistributing all or part of this book in a print format, then you must include on every physical page the following attribution:
    Access for free at https://openstax.org/books/contemporary-mathematics/pages/1-introduction
  • If you are redistributing all or part of this book in a digital format, then you must include on every digital page view the following attribution:
    Access for free at https://openstax.org/books/contemporary-mathematics/pages/1-introduction
Citation information

© Dec 21, 2023 OpenStax. Textbook content produced by OpenStax is licensed under a Creative Commons Attribution License . The OpenStax name, OpenStax logo, OpenStax book covers, OpenStax CNX name, and OpenStax CNX logo are not subject to the Creative Commons license and may not be reproduced without the prior and express written consent of Rice University.