Chapter 6. Discrete Probability Distributions
Chapter 6. Discrete Probability Distributions
Chapter 6
Examples
Tossing a coin three times and counting the number of
heads
A bank counting the number of credit cards carried by a
group of customers
Examples
The time between departure flights from KAIA are 0.23
minutes, 0.30 m, 15.8 m, and so on
Tire pressure, measured in (psi), for a car might be 32.78
psi, 31.62 psi, 33.07 psi, and so on. In other words, any
values between 28 and 35 could reasonably occur. The
random variable is the tire pressure.
x . p( x )
2 2 2
Example
A young family has two children, both boys. The probability
of the third birth being a boy is still .50. The gender of the
third child is independent of the gender of the other two.
6-17 Copyright 2018 by McGraw-Hill Education. All rights reserved.
Binomial Probability Experiment
Use the number of trials, n, and the probability of a success,
to compute binomial probability
BINOMIAL PROBABILITY EXPERIMENT
1. An outcome on each trial of an experiment is classified into one of
two mutually exclusive categories — a success or a failure.
2. The random variable is the number of successes in a fixed number of
trials.
3. The probability of success is the same for each trial.
4. The trials are independent, meaning that the outcome of one trial
does not affect the outcome of any other trial.
There are five flights daily from Pittsburgh. Suppose the probability that any flight
arrives late is .20.
What is the
probability that none P(x) = nCr(
of the flights are late P(0) = 5C0(
today? = (1)(1)(.3277) = .3277
What is the
probability that P(x) = nCr(
exactly one of the P(1) = 5C1(
flights is late today? = (1)(1)(.4096) = .4096
6-19 Copyright 2018 by McGraw-Hill Education.
All rights reserved.
Binomial Probability Distribution
There are five flights daily from Pittsburgh. Suppose the probability that any flight
arrives late is .20. What is the probability that none of the flights are late today?
What is the probability that exactly 1 of the flights is late today?
.80
6-21 Copyright 2018 by McGraw-Hill Education. All rights reserved.
Binomial Probability Tables
Tables are already constructed for use as well
In the Southwest, 5% of all cell phone calls are dropped. What is the probability
that out of six randomly selected calls, none was dropped? Exactly one? Exactly
two? Exactly three? Exactly four? Exactly five? Exactly six out of six? See the
table below for the answers.
P(x=7) = 12C7(
= 792(.149171)(.000764) = .0902
2. What is the probability that at least 7 of the 12 front seat occupants are
wearing seat belts?
P(x≥7) = P(x=7) + P(x=8) + P(x=9) + P(x=10) + P(x=11) + P(x=12)
=.0902 + .1805 + .2569 + .2467 + .1436 + .0383
=.9562
6-23 Copyright 2018 by McGraw-Hill Education.
All rights reserved.
Hypergeometric Distribution
When sampling from relatively small populations without
replacement, use the hypergeometric distribution