Chapter 5 of Probability & Statistics For Engineers & Scientists Course
Chapter 5 of Probability & Statistics For Engineers & Scientists Course
Lecturer
Fall 2022
1 Learning Objectives
3 Hypergeometric Distribution
5 Poisson Distribution
6 Exercises
When a random experiment can result in only one of two mutually exclusive and
exhaustive outcomes, such as dead or alive, sick or well (mainly, "success" and
"failure"), the experiment is called a Bernoulli experiment.
P(X = x) = px (1 − p)1−x , x = 0, 1.
2 Each trial has only two possible outcomes (a success and a failure).
3 Drawing five cards from a deck without replacement and recording whether they
are red or black cards.
4 Selecting five students from a large school and asking them if they are on the
dean’s list.
!
n x
P(X = x) = p (1 − p)n−x , x = 0, 1, 2, . . . , n.
x
n
x
represents the number of ways in which x objects can be selected from a total
of n objects without regard to order.
Example: The probability of having blood type A is 0.4 (In other words, roughly 40% of
the population has blood type A). Choose 10 people at random and let X be the
number with blood type A.
1 Find the probability distribution of X .
2 What is the probability that exactly three of them have blood type A?
3 What is the probability that at most three of them have blood type A?
Example: Public Opinion reported that 5% of Americans are afraid of being alone in a
house at night. If a random sample of 20 Americans is selected, find these
probabilities.
1 There are exactly 5 people in the sample who are afraid of being alone at night.
2 There are at most 3 people in the sample who are afraid of being alone at night.
3 There are at least 3 people in the sample who are afraid of being alone at night.
Example: Hospital records show that of patients suffering from a certain disease, 75%
die of it. What is the probability that of 6 randomly selected patients, 4 will recover?
The constants n and p are called the parameters of the binomial distribution.
Example: The probability of having blood type A is 0.4. Suppose we sample 100
people at random.
1 On average, how many would you expect to have blood type A?
2 What is the standard deviation of the number X who have blood type A?
Note that the binomial distribution is skewed to the right when p < 0.5, skewed to
the left when p > 0.5, and symmetric when p = 0.5.
3 On any given trial, the probability that a particular outcome will occur is constant.
Suppose a multinomial experiment consists of n trials, and each trial can result in
any of k possible outcomes: E1 , E2 , . . . , Ek . Suppose, further, that each possible
outcome can occur with probabilities p1 , p2 , . . . , pk . Then, the probability that E1
occurs x1 times, E2 occurs x2 times, . . ., and Ek occurs xk times is:
!
n x x x
p(X1 = x1 , X2 = x2 , . . . , Xk = xk ) = p 1 p 2 · . . . · pkk ,
x1 , x2 , . . . , xk 1 2
where
n n!
x1 ,x2 ,...,xk
= x1 !x2 !·...·xk !
is the multinomial coefficient,
n = x1 + x2 + . . . + xk .
p1 + p2 + . . . + pk = 1.
Example: A box contains 4 white balls, 3 red balls, and 3 blue balls. A ball is selected
at random, and its color is written down. It is replaced each time. Find the probability
that if 5 balls are selected, 2 are white, 2 are red, and 1 is blue.
Example: A small airport coffee shop manager found that the probabilities a customer
buys 0, 1, 2, or 3 cups of coffee are 0.3, 0.5, 0.15, and 0.05, respectively. If 8
customers enter the shop, find the probability that 2 will purchase something other than
coffee, 4 will purchase 1 cup of coffee, 1 will purchase 2 cups, and 1 will purchase 3
cups.
2 There are two outcomes, and they can be classified as success or failure.
Example: Ten people apply for a job as assistant manager of a restaurant. Five have
completed college and five have not. If the manager selects 3 applicants at random,
find the probability that all 3 are college graduates.
1 Each trial has two outcomes that can be either success or failure.
The probability mass function of the geometric random variable X can be written
as:
P(X = x) = p(1 − p)x−1 , x = 1, 2, . . . .
1−p
The variance of X is given by Var (X ) = p2
.
Example: Approximately 42% of people have type A blood. If 4 people are selected at
random, find the probability that the fourth person is the first one selected with type A
blood.
1 Each trial has two outcomes that can be either success or failure.
The probability mass function of the negative binomial random variable X can be
written as:
!
x −1 k
P(X = x) = p (1 − p)x−k , x = k , k + 1, k + 2, . . . .
k −1
k (1−p)
The variance of X is given by Var (X ) = p2
.
2 Find the expected number of games that are played so that team A will win the
series in 6 games.
Example: In the previous example, what is the probability that team A will win the
series?
1 The random variable X is the number of occurrences of an event over some interval
(i.e., length, area, volume, period of time, etc.).
Let λ (the Greek letter lambda) be a constant that denotes the average number
of occurrences of the event in an interval.
e−λ λx
P(X = x) = , x = 0, 1, 2, . . . .
x!
We say that X has a Poisson distribution with parameter λ.
2 What is the probability that in any given year four accidents will occur?
3 What is the probability that more than four accidents will occur in any given year?
Example: Suppose the number of deaths from Covid-19 over a 1-year period is
Poisson distributed with parameter λ = 4.6.
1 What is the probability distribution of the number of deaths over a 6-month period?
2 What is the probability that in any given month at most two deaths will occur?
3 Find the expected value and standard deviation of the number of deaths per year.
Chapter 5
3 Page 164: 5.49, 5.50, 5.53, 5.55, 5.57, 5.69, 5.70, 5.74.