Notes 5 - Binomial and Geometric Probability Distributions
Notes 5 - Binomial and Geometric Probability Distributions
1. Each observation falls into one of two categories – we call them “success” or “failure.” (it is important to
realize that success isn’t necessarily a positive. If for instance, our experiment is concerned with the number of
people who get colds after being doused with water on a winter day, success might be defined as getting a cold.)
3. The n observations are independent. Knowing the result of one observation tells you nothing about the other
observations.
Binomial Distributions - the distribution of the count X successes in the binomial experiment with parameters
n and p. The possible values of X are the integers from 0 to n. We say that X ~ B(n, p)
Directions: For the following examples, determine if they are a binomial setting or not. Explain why.
Example 1) Tossing 20 coins and counting the Example 2) Picking 5 cards from a standard deck and
number of heads. counting the number of hearts. We replace the card each
time and reshuffle.
Example 3) Picking 5 cards from a standard Example 4) Choosing a card from a standard deck until
deck and counting the number of hearts without you get a heart. We replace the card each time and
reshuffling. reshuffle.
Calculating Binomial Probabilities
Example: Calvin is about to take a five-question true/false quiz for which he is not prepared. He will be
guessing on all five questions.
x = _____________________________
p = _____________________________
B:
I:
N:
S:
What is the probability Calvin What is the probability Calvin will pass?
gets exactly 3 correct?
pdf = probability distribution function and is used with the distribution when you are trying to calculate is P(X
= x)
P(X = x)can be computed using binompdf(n, p, x)
cdf = cumulative distribution function and is used with the distribution when you are trying to calculate the
probability of an interval of values
Remember, a binomial random variable is DISCRETE! So the inequalities matter!!! You calculator can only do
less than or equal to, so all inequalities (if you use your calculator) must be converted to that inequality.
Example: W ~ B(5, 0.4). Find:
X ~ B(n, p) then:
µX = 𝑛𝑝 σX = √𝑛𝑝(1 − 𝑝)
Example: What is the expected value and standard deviation of Calvin's quiz? Interpret these values in context.
Example: Suppose that the probability that any random freshman girl will agree to go with Nick to the senior
prom is 0.1. Suppose Nick asks 20 random freshman girls to the prom, what is the probability that exactly 1 will
say “yes”? That at least 1 will say “yes”? On average, how many freshman girls will agree to go with Nick to
the prom? What is the standard deviation of this binomial distribution?
The Geometric Distribution
The binomial random variable had X = number of successes in a fixed number of trials.
Our geometric random variable will have X = number of trials until you get the first success
B: ________________ - Each trial in the experiment must have only two possible outcomes (success or
failure)
a) What is the probability that you roll a six on the first trial?
b) What is the probability that you roll another number the first trial, but a six on the second trial?
c) What is the probability that you roll another number on the first two trials, but a six on the third trial?
*Can X be 0? *When do we stop the table? *What pattern are you noticing?
This can be summed up with the geometric probability formula!
X has a geometric distribution with a probability of success p on each trial, and x represents the trial that you
get your first success,
P(X = x) = (1 − p)x−1 (p)
EX 1) What is the probability that it takes you 5 rolls until you get a six?
EX 2) What is the probability that it takes you 10 rolls until you get a six?
𝜇𝑋 = 𝐸(𝑋) = How many trials we expect to run before we get our first success.
EX 5) To start her old lawn mower, Iris has to pull a cord and hope for some luck. On any particular pull, the
mower has a 20% chance of starting.
(a) Find the probability that it takes her exactly 3 pulls to start the mower.
(b) Find the probability that it takes her more than 10 pulls to start the mower.
(c) How many pulls do you expect it will take Iris to make?
Summary: Comparing Binomial and Geometric
When do we use a BINOMIAL random variable? When do we use a GEOMETRIC random variable?
P(X = x)
P(X ≤ x)
X 0 1 2 ... n
P(X)
P(X = x)
P(X ≤ x)
X 1 2 3 4 ...
P(X)