Chapter 5
Chapter 5
Normal Distribution
Spring 2023
Amer Malbanji
Objectives
1. Introduction to Normal Distributions
• Continuous Distributions
• Normal Distribution
• Standard Normal Distribution
07/03/2023 CHAPTER 5 2
Introduction
A continuous variable is a variable that can assume any value on a continuum
(can assume an uncountable number of values).
Time required to complete a programming task, Starting salary of a ZU Public
Health graduate, pH level of drinking water., BMI of school children in UAE.
These can potentially take on any value depending only on the ability to
precisely and accurately measure.
Use a continuous probability distribution to assign probabilities to intervals of
values.
The probability distribution of a continuous random variable is specified by a
function, f(x), such that:
07/03/2023 CHAPTER 5 3
Continuous
Probability
Distribution
Continuous probability distribution
07/03/2023 CHAPTER 5 5
07/03/2023 CHAPTER 5 6
07/03/2023 CHAPTER 5 7
Properties of Normal Distribution
Example:
IQ average is 100, standard deviation 16
Then 68% are between (84,116)
Then 95% are between (68,132)
Then 99.7% are between (52,148)
07/03/2023 CHAPTER 5 9
Standard Normal
Distribution
(, =1)
We can transfer any normal distribution to a
standardized distribution by applying the
formula:
from
07/03/2023 CHAPTER 5 10
Normal Distribution Calculator
07/03/2023 CHAPTER 5 11
07/03/2023 CHAPTER 5 12
Example
A new gas-electric hybrid car has recently hit the market. The distance
traveled on 1 gallon of fuel is normally distributed with a mean of
65 miles and a standard deviation of 4 miles.
• Find the probability that the car travels less than 60 miles per gallon
• Find the probability that the car travels more than 75 miles per gallon
07/03/2023 CHAPTER 5 13
Example Cont’d
A new gas-electric hybrid car has recently hit the market. The distance
traveled on 1 gallon of fuel is normally distributed with a mean of
65 miles and a standard deviation of 4 miles.
• Find the probability that the car travels between 55 and 70 mil/gal
• Find the probability that the car travels exactly 90 miles per gallon
07/03/2023 CHAPTER 5 14
Exercise 1, Pg 19
Recent studies showed that the time spent by adults worldwide on social media (social networking and messaging
platforms) per day is normally distributed with a mean of 142 minutes and a standard deviation of 33 minutes.
Find the probability of the following:
that a randomly selected adult spends less than 150 minutes per day on social media.
𝑃 ( 𝑋 <150 )=0.5958
that a randomly selected adult spends more than 3 hours per day on social media.
𝑃 ( 𝑋 >180 )=0.1248
that a randomly selected adult spends between 1.5 and 3.5 hours per day on social media.
𝑃 ( 90< 𝑋 <210 )=0.9228
07/03/2023 CHAPTER 5 15
Exercise 1, Pg 19, Cont’d
Recent studies showed that the time spent by adults worldwide on social media (social networking and messaging
platforms) per day is normally distributed with a mean of 142 minutes and a standard deviation of 33 minutes.
Find the probability of the following:
would it be “unusual" for a randomly selected adult to spend more than 4 hours per day on social media?
, This probability is very small, so it is very unusual for an adult to spend more than 4 hours.
If 600 adults are randomly selected, how many would you expect to say they spend less than one hour per day on
social media?
07/03/2023 CHAPTER 5 16
Exercise 2, Pg 20
The speed of a file transfer from a server on campus to a personal computer at a student's home on a weekday
evening is normally distributed with a mean of 60 kilobits/second and a standard deviation of 4 kilobits/second. Find
the probability that the file will transfer at a speed of
70 kilobits per second or more. 𝑃 ( 𝑋 >70 )=0.00 62
07/03/2023 CHAPTER 5 17
Exercise 3, Pg 20
The postsurgery survival time of a breast cancer patient is normally distributed with a mean of eight years and a
standard deviation of 1.5 years. Find the probabilities that a woman with breast cancer will survive after her
surgery:
less than six years. 𝑃 ( 𝑋 <6 )=0.09 12 ≅ 9 %
07/03/2023 CHAPTER 5 18
Backward Calculation: Find
07/03/2023 CHAPTER 5 19
When to use backward calculation:
Below which grade 10% of students have scored.
Find a salary where 75% of all employees are above.
Finding the boundaries of 50% middle class.
Blood pressure of 95% are between these two values.
The lowest 5% of company’s profits.
07/03/2023 CHAPTER 5 20
Exercise 1, Pg 25
A person must score in the upper 2% of the population on an IQ
test to qualify for membership in Mensa, the international high-
IQ society. If IQ scores are normally distributed with a mean of
100 and a standard deviation of 15, what score must a person get
to qualify for Mensa?
07/03/2023 CHAPTER 5 21
Exercise 2, Pg 25
It is known that the life of a calculator manufactured by Texas Instruments has a normal distribution with a mean of
54 months and a standard deviation of 8 months.
A. The company guarantees that any calculator that starts malfunctioning within 3.5 years of the purchase will be
replaced by a new one. About what percentage of calculators made by this company are expected to be
replaced?
Use Area from a Value to find . So 6.7% of calculators might be replaced.
B. What should the warranty period be to replace a malfunctioning calculator if the company does not want to
replace more than 1% of all the calculators sold?
Use Value from Area to find . The warranty should be more than 35.4 months,
07/03/2023 CHAPTER 5 22
Exercise 4, Pg 27
In a large section of a statistics class, the points for the final exam
are normally distributed, with a mean of 72 and a standard deviation of 9.
Grades are to be assigned according to the following rule:
the top 10% receive A’s,
the next 20% receive B’s,
the middle 40% receive C’s,
the next 20% receive D’s,
60 67 76 83
the bottom 10% receive F’s.
Find the lowest score on the final exam that would qualify a student for an A, a B, a C, and a D.
This question is asking about the grade that would qualify for A, B, C, and D. Use Value from a Area.
A = 83.534 or more, B = 76.72 and less than 83.534
C = 67.28 and less than 76.72, D = 60.47 and less than 67.28
Study Hint: To Check: and
07/03/2023 CHAPTER 5 23
Exercise 5, Pg 28
The fill amount in 2-liter soft drink bottles is normally distributed, with a mean of 2 L and a standard deviation of
0.05L. If bottles contain less than 1.9 L, the manufacturer may be subject to penalty by the office of consumer
affairs. However, bottles that have a net content above 2.1L may cause excess spillage upon opening.
a What proportion of the bottles will contain between 1.90 and 2.10 L?
b What proportion of the bottles will contain below 1.90 L or above 2.10 L?
07/03/2023 CHAPTER 5 24
Exercise 5, Pg 28, Cont’d
… mean of 2 L and a standard deviation of 0.05L.
c) At least how much soft drink is contained in 99% of the bottles?
07/03/2023 CHAPTER 5 25
Exercise 5, Pg 28, Cont’d
… mean of 2 L and a standard deviation of 0.05L.
07/03/2023 CHAPTER 5 26
Exercise 7, Pg 29,
The diameter of the dot produced by a printer is normally distributed with a mean diameter of 0.005 mm and a
standard deviation of 0.001 mm.
a) What is the probability that the diameter of a dot exceeds 0.0065?
Use Area from a Value: Above
b) What standard deviation of diameters is needed so that the probability in part (a) is 0.0025?
In order to calculate the standard deviation, we need to standardize the values.
Solve for :
07/03/2023 CHAPTER 5 27
Exercise 8, Pg 29,
Of the Type A electrical resistors produced by a factory, 85% have a resistance greater than 41 ohms, and 3.7% of
them have a resistance greater than 45 ohms. The resistances follow a normal distribution. What percentage of these
resistors have a resistance greater than 44 ohms?
Lets find such that: , Use a Value from Area: Above
Again we need to find such that: Use a Value from Area: Above
and
Use Area From a Value: Above:
07/03/2023 CHAPTER 5 28
Section 3
Sampling Distributions and the Central Limit Theorem
Sampling Distributions
Central Limit Theorem (CLT)
07/03/2023 CHAPTER 5 29
What is Statistic and Sampling Distribution?
07/03/2023 CHAPTER 5 30
Population Mean Vs. Sample Mean
Population Mean Sample Mean
2. The problem is that by reporting alone, we don't take account of the variability caused by the sampling
procedure.
3. The sampling distribution of the sample mean x is the probability distribution of the population of the sample
means obtainable from all possible samples of size n from a population of size N.
07/03/2023 CHAPTER 5 31
Probabilities of Sampling Distribution of
The mean of the sampling distribution of the sample mean is equal to the mean of the population. That is,
Standard error of the mean of the sampling distribution of the sample mean is
Note: This assumes that sampling is with replacement or sampling is without replacement from an infinite
population.
07/03/2023 CHAPTER 5 32
Sampling Distribution of Sampling Mean
Case 1: Case 2:
Non-normal Population,
The population is Normal, n (Sample Size) must be
regardless of n sufficiently large (30)
07/03/2023 CHAPTER 5 33
About Central Limit Theorem (CLT)
is a condition for the CLT, but starting from the distribution start to be symmetric.
In some cases we might require larger sample size when we are dealing with
Binary Situation for example with probability of success is small.
07/03/2023 CHAPTER 5 34
Examples of Central Limit Theorem
Normal Population
the sampling
population mean.
07/03/2023 CHAPTER 5 35
Example 1
An electrical rm manufactures light bulbs that have a length of life that is
normally distributed, with mean equal to 800 hours and a standard deviation of 40
hours.
Find the probability that a random sample of 16 bulbs will have an average life
of less than 775 hours?
Solution:
Step 1: Calculate the mean and standard deviation of the Distribution: so
Step 2: Now use the online calculator:
07/03/2023 CHAPTER 5 36
Example 1, Cont’d
…
Find an interval symmetrically distributed around the population mean lifetime
that will include 95% of the sample means, based on samples of 16 bulbs.?
Solution:
Use the Online calculator , Choose: Value from Area
Now use the online calculator:
07/03/2023 CHAPTER 5 37
Example 1, Cont’d
…
Find an interval symmetrically distributed around the population mean lifetime
that will include 95% of the sample means, based on samples of 16 bulbs.?
Solution:
Use the Online calculator , Choose: Value from Area
Now use the online calculator:
07/03/2023 CHAPTER 5 38
Exercise 1, Pg 44
The length of time a battery lasts in a laptop is normally distributed with a mean of 240 minutes and a standard
deviation of 15 minutes.
What is the probability that a selected battery will last more than 245 minutes?
What is the probability that the mean time of 9 randomly selected batteries is more than 245 minutes?
What is the probability that the mean time of 36 randomly selected batteries is more than 245 minutes?
What is the probability that the mean time of 81 randomly selected batteries is more than 245 minutes?
If the population of times is not normally distributed, which, if any, of the questions above can you answer? Justify
your answer.
07/03/2023 CHAPTER 5 39
Exercise 1 a, Pg 44
Probability = 25.25%
07/03/2023 CHAPTER 5 40
Exercise 1 b, Pg 44
b) What is the probability that the mean time of 9
randomly selected batteries is more than 245 minutes?
Probability = 15.87%
07/03/2023 CHAPTER 5 41
Exercise 1 c., Pg 44
c. What is the probability that the mean time of 36 randomly
selected batteries is more than 245 minutes?
In this case we have selected a sample, its mean is still 240 but
the standard deviation will be reduced by 36
Probability = 2.28%
07/03/2023 CHAPTER 5 42
Exercise 1 E and F., Pg 44
What is the probability that the mean time of 81 randomly selected
batteries is more than 245 minutes?
In this case we have selected a sample, its mean is still 240 but the
standard deviation will be reduced by 9
Probability = 0.14%
07/03/2023 CHAPTER 5 43