Binomial Probability Distributions

Long Beach City College
Long Beach City CollegeLong Beach City College
Elementary Statistics
Chapter 5:
Discrete Probability
Distribution
5.2 Binomial
Probability
Distribution
1
Chapter 5: Discrete Probability Distribution
5.1 Probability Distributions
5.2 Binomial Probability Distributions
5.3 Poisson Probability Distributions
2
Objectives:
• Construct a probability distribution for a random variable.
• Find the mean, variance, standard deviation, and expected value for a discrete
random variable.
• Find the exact probability for X successes in n trials of a binomial experiment.
• Find the mean, variance, and standard deviation for the variable of a binomial
distribution.
Key Concept:
The binomial probability distribution, its mean and standard deviation &
interpreting probability values to determine whether events are significantly low or
significantly high.
Binomial Experiment and P. D. (properties)
1. n identical ( fixed # of) trials (Each repetition of the experiment)
2. Each has only 2 categories of outcomes
3. Probability stays constant
4. Independent trials
If a procedure satisfies these 4 requirements, the distribution of the random
variable x is called a Binomial Probability Distribution.
(It is the Probability Distribution for the number of successes in a sequence of
Bernoulli trials.)
5.2 Binomial Probability Distributions
3
p = probability of success, q = 1 − p = probability of failure
Make sure that the values of p and x refer to the same category called a success (x and p are consistent).
x: A specific number of successes in n trials: 0 ≤ 𝑥(𝑎 𝑤ℎ𝑜𝑙𝑒 #) ≤ 𝑛
P(x): probability of getting exactly x successes among the n trials
The word success as used here is arbitrary and does not necessarily represent something good. Either of the two
possible categories may be called the success S as long as its probability is identified as p.
Parameters: n & p
Binomial Coefficient (# of outcomes containing exactly x successes): 𝐶𝑥
𝑛
Each trial is known as a Bernoulli trial (named after Swiss mathematician Jacob Bernoulli).
Notes: If the probability of x success in n trials is less than 0.05, it is considered unusual.
5% Guideline for Cumbersome Calculations: When sampling without replacement and the sample size is no
more than 5% of the size of the population, treat the selections as being independent (even though they are
actually dependent).
Warning: If we toss a coin 1000 times, P (H=501), or any specific number of heads is very small, however, we
expect P (at least 501 heads) to be high.
5.2 Binomial Probability Distributions 𝑝(𝑥) = 𝐶𝑥
𝑛
𝑝𝑥
𝑞𝑛−𝑥
4
The Probability Histogram is Symmetric if: p = 0.5
The Probability Histogram is Right Skewed: p < 0.5
The Probability Histogram is Left Skewed: p > 0.5
In a binomial experiment, the probability of exactly X successes in n trials is
5.2 Binomial Probability Distributions
𝑃(𝑥) =
𝑛!
(𝑛 − 𝑥)! 𝑥!
⋅ 𝑝𝑥
⋅ 𝑞𝑛−𝑥
Or 𝑃(𝑥) = 𝑛𝐶𝑥
number of possible
desired outcomes
⋅ 𝑝𝑋 ⋅ 𝑞𝑛−𝑋
probability of a
desired outcome
5
𝑝(𝑥) = 𝐶𝑥
𝑛
𝑝𝑥
𝑞𝑛−𝑥
Mean: 𝜇 = 𝑛𝑝
Variance: 𝜎2 = 𝑛𝑝𝑞
SD: 𝜎 = 𝑛𝑝𝑞
= 𝑛𝑝(1 − 𝑝)
When an adult is randomly selected (with replacement), there is a 0.85
probability that this person knows what Twitter is. Suppose that we want
to find the probability that exactly three of five randomly selected adults
know what Twitter is.
a. Does this procedure result in a binomial distribution?
b. If this procedure does result in a binomial distribution, identify the
values of n, x, p, and q.
Example 1
a. Solution: Yes
1. Number of trials: n = 5 (fixed)
3. 2 categories: The selected person knows what Twitter is or does not.
4. Constant probability: For each randomly selected adult: x = 3, p =
0.85 & q= 0.15
5. Independent: Different adults (All 5 trials are independent because
the probability of any adult knowing Twitter is not affected by
results from other selected adults.)
6
𝑝 𝑥 = 𝐶𝑥
𝑛
𝑝𝑥
𝑞𝑛−𝑥
=
𝑛!
𝑛−𝑥 !𝑥!
𝑝𝑥
𝑞𝑛−𝑥
, Mean: 𝜇 = 𝑛𝑝, Variance: 𝜎2
= 𝑛𝑝𝑞, SD: 𝜎 = 𝑛𝑝𝑞 = 𝑛𝑝(1 − 𝑝)
b. n = 5, x = 3, p = 0.85, q = 1 − 𝑝 = 0.15
𝑃(3) =
5!
(5 − 3)! 3!
⋅ 0.853 ⋅ 0.155−3 = 10(0.614125)(0.0225)
= 0.1382
TI Calculator:
Binomial Distribution
1. 2nd + VARS
2. Binompdf (
3. Enter: n, p, x
4. Enter
5. If you enter n, p only
6. Gives all probabilities
from 0 to n
7. If using Binomcdf (
8. Gives sum of the
probabilities from 0 to x.
Binomial Experiment and P. D.
(properties)
1. n identical (fixed # of) trials
(Each repetition of the experiment)
2. Each has only 2 categories of
outcomes
3. Probability stays constant
4. Independent trials
Assume one out of five people has visited a doctor in any given month. If 10
people are selected at random,
a. find the probability that exactly 3 have visited a doctor last month.
b. find the probability that at most 2 have visited a doctor last month.
c. find the probability that at least 3 have visited a doctor last month.
7
Example 2
Solution
𝐵𝐷: 𝑛 = 10, 𝑝 =
1
5
, 𝑥 = 3
a. 𝑃(3) =
10!
7!3!
1
5
3
⋅
4
5
7
= 0.20133
𝑃(𝑥) =
10!
𝑥! (10 − 𝑥)!
⋅ (1/5)𝑥 ⋅ (4/5)10−𝑥
q = 1 − 𝑝 =
4
5
TI Calculator:
Binomial Distribution
1. 2nd + VARS
2. Binompdf (
3. Enter: n, p, x
4. Enter
5. If you enter n, p only
6. Gives all probabilities
from 0 to n
7. If using Binomcdf (
8. Gives sum of the
probabilities from 0 to x.
b. 𝑃(at most 2) = 𝑃(𝑥 ≤ 2)
c. 𝑃(at least 3) = 𝑃(𝑥 ≥ 3)
𝑃 0 + 𝑃 1 + 𝑃 2
= 1 − 𝑃(𝑥 ≤ 2)
= 0.3222
𝑝 𝑥 = 𝐶𝑥
𝑛
𝑝𝑥
𝑞𝑛−𝑥
=
𝑛!
𝑛−𝑥 !𝑥!
𝑝𝑥
𝑞𝑛−𝑥
, Mean: 𝜇 = 𝑛𝑝, Variance: 𝜎2
= 𝑛𝑝𝑞, SD: 𝜎 = 𝑛𝑝𝑞 = 𝑛𝑝(1 − 𝑝)
A survey found that 30% of teenage consumers receive their spending
money from part-time jobs. If 5 teenagers are selected at random,
a. find the probability that at least 3 of them will have part-time jobs.
b. find the probability that at most 2 of them will have part-time jobs.
8
Example 3
Solution 𝐵𝐷: 𝑛 = 5, 𝑝 = 0.30, "at least 3" → 𝑋 = 3,4,5
𝑃(3) =
5!
2! 3!
⋅ 0. 33 ⋅ 0. 72
𝑃(4) =
5!
1! 4!
⋅ 0. 34 ⋅ 0. 71
= 0.1323 𝑃(𝑥 ≥ 3) =
𝐴𝑑𝑑
= 0.16308
= 0.02835
𝑃(5) =
5!
0! 5!
⋅ 0.035 ⋅ 0. 70
= 0.00243
𝑎. 𝑃(at least 3) = 𝑃(𝑥 ≥ 3)
𝑏. 𝑃(𝑥 ≤ 2) =
1 − 𝑃(𝑥 ≥ 3)
= 1 − 0.16308
= 0.83692
TI Calculator:
Binomial Distribution
1. 2nd + VARS
2. Binompdf (
3. Enter: n, p, x
4. Enter
5. If you enter n, p only
6. Gives all probabilities
from 0 to n
7. If using Binomcdf (
8. Gives sum of the
probabilities from 0 to x.
𝑝 𝑥 = 𝐶𝑥
𝑛
𝑝𝑥
𝑞𝑛−𝑥
=
𝑛!
𝑛−𝑥 !𝑥!
𝑝𝑥
𝑞𝑛−𝑥
, Mean: 𝜇 = 𝑛𝑝, Variance: 𝜎2
= 𝑛𝑝𝑞, SD: 𝜎 = 𝑛𝑝𝑞 = 𝑛𝑝(1 − 𝑝)
It is reported that 2% of all American births result in twins. If a random sample of
8000 births is taken,
a. find the mean, variance, and standard deviation of the number of births that would
result in twins.
b. Use the range rule of thumb to find the values separating the numbers of twins that
are significantly low or significantly high.
c. Is the result of 200 twins in 8000 births significantly high?
9
Example 4
Given: BD, n = 8000, p = 0.02
𝜇 = 𝑛𝑝
𝜎2 = 𝑛𝑝𝑞
𝜎 = 𝑛𝑝𝑞
= 8000(0.02) = 160
= 8000(0.02)(0.98)
= 156.8
= 12.522
= 156.8
µ − 2σ = 160 − 2(12.522) = 134.956 Twins
µ + 2σ = 160 + 2(12.522) = 185.044 Twins
𝜇 ± 2𝜎 →
The result of 200 twins is significantly high because it is
greater than the value of 185.044 twins found in part (b).
𝑝 𝑥 = 𝐶𝑥
𝑛
𝑝𝑥
𝑞𝑛−𝑥
=
𝑛!
𝑛−𝑥 !𝑥!
𝑝𝑥
𝑞𝑛−𝑥
, Mean: 𝜇 = 𝑛𝑝, Variance: 𝜎2
= 𝑛𝑝𝑞, SD: 𝜎 = 𝑛𝑝𝑞 = 𝑛𝑝(1 − 𝑝)
McDonald’s has a 95% recognition rate. A special focus group consists of 12
randomly selected adults.
a. find the mean, variance, and standard deviation.
b. Use the range rule of thumb to find the minimum and maximum usual
number of people who would recognize McDonald’s.
c. Is the result of 12 people in a group of 12 recognizing the brand name of
McDonald’s unusual?
10
Example 5
Given: BD, n = 12, p = 0.95
𝜇 = 𝑛𝑝 = 12(0.95) = 11.4
𝜎2 = 𝑛𝑝𝑞 = 12 90.95 0.05 = 0.57
𝜎 = 𝑛𝑝𝑞
= 0.57
= 0.754983
µ − 2σ = 11.4 − 2(0.755) = 9.89 people
µ + 2σ = 11.4 + 2(0.755) = 12.91 people
𝜇 ± 2𝜎 →
If a particular group of 12 people had all 12 recognize the
brand name of McDonald’s, that would not be unusual.
𝑝 𝑥 = 𝐶𝑥
𝑛
𝑝𝑥
𝑞𝑛−𝑥
=
𝑛!
𝑛−𝑥 !𝑥!
𝑝𝑥
𝑞𝑛−𝑥
, Mean: 𝜇 = 𝑛𝑝, Variance: 𝜎2
= 𝑛𝑝𝑞, SD: 𝜎 = 𝑛𝑝𝑞 = 𝑛𝑝(1 − 𝑝)
In the past years, 460 football games were decided in
overtime, and 252 of them were won by the team that
won the overtime coin toss. Is the result of 252 wins
in the 460 games equivalent to random chance, or is
252 wins significantly high? We can answer that
question by finding the probability of 252 wins or
more in 460 games, assuming that wins and losses are
equally likely.
11
Example 6 (Time)
Solution: n = 460, p = 0.5, q = 0.5,
𝑃 𝑥 ≥ 252 = 𝑃 252 + 𝑃 253 + ⋯ + 𝑃(𝑛 = 460),
use technology.
The Statdisk display shows that the probability of 252 or more
wins in 460 overtime games is 0.0224 (rounded), which is low
(such as less than 0.05).
This shows that it is unlikely that we would get 252 or more
wins by chance. If we effectively rule out chance, we are left
with the more reasonable explanation that the team winning
the overtime coin toss has a better chance of winning the
game.
In the past years, 460 football games were decided in overtime, and 252 of them were
won by the team that won the overtime coin toss. Assume that winning the overtime
coin toss does not provide an advantage, so both teams have the same 0.5 chance of
winning the game in overtime.
a. Find the mean and standard deviation for the number of wins in groups of 460
games.
b. Use the range rule of thumb to find the values separating the numbers of wins that
are significantly low or significantly high.
c. Is the result of 252 overtime wins in 460 games significantly high?
12
Example 6 Continued(Time)
Solution: a. BD; n = 460, p = 0.5
q = 0.5, µ = np = (460)(0.5) = 230.0 games
b. µ ± 2σ
µ − 2σ = 230.0 − 2(10.7) = 208.6 games
µ + 2σ = 230.0 + 2(10.7) = 251.4 games
c. The result of 252 wins is significantly high
because it is greater than the value of 251.4 games
found in part (b).
Range Rule of Thumb
Significantly low values ≤ (µ − 2σ)
Significantly high values ≥ (µ + 2σ)
Values not significant: Between (µ − 2σ) and (µ + 2σ)
13
1 von 13

Recomendados

Counting von
CountingCounting
CountingLong Beach City College
511 views21 Folien
Probability Distribution von
Probability DistributionProbability Distribution
Probability DistributionLong Beach City College
615 views19 Folien
Sec 3.1 measures of center von
Sec 3.1 measures of center  Sec 3.1 measures of center
Sec 3.1 measures of center Long Beach City College
640 views19 Folien
Correlation von
CorrelationCorrelation
CorrelationLong Beach City College
238 views19 Folien
The Standard Normal Distribution von
The Standard Normal DistributionThe Standard Normal Distribution
The Standard Normal DistributionLong Beach City College
751 views16 Folien
Sampling Distributions and Estimators von
Sampling Distributions and EstimatorsSampling Distributions and Estimators
Sampling Distributions and EstimatorsLong Beach City College
414 views10 Folien

Más contenido relacionado

Was ist angesagt?

Basic Concepts of Probability von
Basic Concepts of ProbabilityBasic Concepts of Probability
Basic Concepts of ProbabilityLong Beach City College
884 views17 Folien
Practice Test 2 Solutions von
Practice Test 2  SolutionsPractice Test 2  Solutions
Practice Test 2 SolutionsLong Beach City College
1.7K views13 Folien
Frequency Distributions for Organizing and Summarizing von
Frequency Distributions for Organizing and Summarizing Frequency Distributions for Organizing and Summarizing
Frequency Distributions for Organizing and Summarizing Long Beach City College
1K views14 Folien
Regression von
RegressionRegression
RegressionLong Beach City College
236 views22 Folien
Sec 1.3 collecting sample data von
Sec 1.3 collecting sample data  Sec 1.3 collecting sample data
Sec 1.3 collecting sample data Long Beach City College
1.3K views28 Folien
Practice Test 2 Probability von
Practice Test 2 ProbabilityPractice Test 2 Probability
Practice Test 2 ProbabilityLong Beach City College
1.8K views4 Folien

Was ist angesagt?(20)

Solution to the practice test ch 10 correlation reg ch 11 gof ch12 anova von Long Beach City College
Solution to the practice test ch 10 correlation reg ch 11 gof ch12 anovaSolution to the practice test ch 10 correlation reg ch 11 gof ch12 anova
Solution to the practice test ch 10 correlation reg ch 11 gof ch12 anova
Uniform Distribution von mathscontent
Uniform DistributionUniform Distribution
Uniform Distribution
mathscontent10.5K views
Geometric probability distribution von Nadeem Uddin
Geometric probability distributionGeometric probability distribution
Geometric probability distribution
Nadeem Uddin479 views
Discrete probability distribution (complete) von ISYousafzai
Discrete probability distribution (complete)Discrete probability distribution (complete)
Discrete probability distribution (complete)
ISYousafzai1.6K views
Applications to Central Limit Theorem and Law of Large Numbers von University of Salerno
Applications to Central Limit Theorem and Law of Large NumbersApplications to Central Limit Theorem and Law of Large Numbers
Applications to Central Limit Theorem and Law of Large Numbers
APG Pertemuan 5 : Inferences about a Mean Vector and Comparison of Several Mu... von Rani Nooraeni
APG Pertemuan 5 : Inferences about a Mean Vector and Comparison of Several Mu...APG Pertemuan 5 : Inferences about a Mean Vector and Comparison of Several Mu...
APG Pertemuan 5 : Inferences about a Mean Vector and Comparison of Several Mu...
Rani Nooraeni892 views

Similar a Binomial Probability Distributions

Binomial probability distribution von
Binomial probability distributionBinomial probability distribution
Binomial probability distributionNadeem Uddin
770 views14 Folien
binomialprobabilitydistribution-200508182110 (1).pdf von
binomialprobabilitydistribution-200508182110 (1).pdfbinomialprobabilitydistribution-200508182110 (1).pdf
binomialprobabilitydistribution-200508182110 (1).pdfHafizsamiullah1791
2 views14 Folien
Discrete probability distributions von
Discrete probability distributionsDiscrete probability distributions
Discrete probability distributionsNadeem Uddin
690 views56 Folien
Binonmial distribution von
Binonmial distributionBinonmial distribution
Binonmial distributionSachin Kale
178 views13 Folien
Normal as Approximation to Binomial von
Normal as Approximation to BinomialNormal as Approximation to Binomial
Normal as Approximation to BinomialLong Beach City College
462 views10 Folien
Chapter 5.pptx von
Chapter 5.pptxChapter 5.pptx
Chapter 5.pptxAamirAdeeb2
126 views62 Folien

Similar a Binomial Probability Distributions(20)

Binomial probability distribution von Nadeem Uddin
Binomial probability distributionBinomial probability distribution
Binomial probability distribution
Nadeem Uddin770 views
binomialprobabilitydistribution-200508182110 (1).pdf von Hafizsamiullah1791
binomialprobabilitydistribution-200508182110 (1).pdfbinomialprobabilitydistribution-200508182110 (1).pdf
binomialprobabilitydistribution-200508182110 (1).pdf
Discrete probability distributions von Nadeem Uddin
Discrete probability distributionsDiscrete probability distributions
Discrete probability distributions
Nadeem Uddin690 views
Binonmial distribution von Sachin Kale
Binonmial distributionBinonmial distribution
Binonmial distribution
Sachin Kale178 views
Probability 4.2 von herbison
Probability 4.2Probability 4.2
Probability 4.2
herbison1.4K views
Discrete Probability Distributions von mandalina landy
Discrete Probability DistributionsDiscrete Probability Distributions
Discrete Probability Distributions
mandalina landy28.4K views
Quantitative Methods for Lawyers - Class #10 - Binomial Distributions, Normal... von Daniel Katz
Quantitative Methods for Lawyers - Class #10 - Binomial Distributions, Normal...Quantitative Methods for Lawyers - Class #10 - Binomial Distributions, Normal...
Quantitative Methods for Lawyers - Class #10 - Binomial Distributions, Normal...
Daniel Katz2K views
Final examexamplesapr2013 von Brent Heard
Final examexamplesapr2013Final examexamplesapr2013
Final examexamplesapr2013
Brent Heard2.6K views
Normal Distribution, Binomial Distribution, Poisson Distribution von Q Dauh Q Alam
Normal Distribution, Binomial Distribution, Poisson DistributionNormal Distribution, Binomial Distribution, Poisson Distribution
Normal Distribution, Binomial Distribution, Poisson Distribution
Q Dauh Q Alam32.7K views
group4-randomvariableanddistribution-151014015655-lva1-app6891 (1).pdf von PedhaBabu
group4-randomvariableanddistribution-151014015655-lva1-app6891 (1).pdfgroup4-randomvariableanddistribution-151014015655-lva1-app6891 (1).pdf
group4-randomvariableanddistribution-151014015655-lva1-app6891 (1).pdf
PedhaBabu9 views
Discrete probability distributions von Cikgu Marzuqi
Discrete probability distributionsDiscrete probability distributions
Discrete probability distributions
Cikgu Marzuqi2.5K views

Más de Long Beach City College

Practice test ch 9 inferences from two samples von
Practice test ch 9 inferences from two samplesPractice test ch 9 inferences from two samples
Practice test ch 9 inferences from two samplesLong Beach City College
413 views3 Folien
Practice Test Ch 8 Hypothesis Testing von
Practice Test Ch 8 Hypothesis TestingPractice Test Ch 8 Hypothesis Testing
Practice Test Ch 8 Hypothesis TestingLong Beach City College
214 views4 Folien
Practice test ch 10 correlation reg ch 11 gof ch12 anova von
Practice test ch 10 correlation reg ch 11 gof ch12 anovaPractice test ch 10 correlation reg ch 11 gof ch12 anova
Practice test ch 10 correlation reg ch 11 gof ch12 anovaLong Beach City College
803 views10 Folien
Practice test ch 8 hypothesis testing ch 9 two populations von
Practice test ch 8 hypothesis testing ch 9 two populationsPractice test ch 8 hypothesis testing ch 9 two populations
Practice test ch 8 hypothesis testing ch 9 two populationsLong Beach City College
773 views4 Folien
Solution to the practice test ch 8 hypothesis testing ch 9 two populations von
Solution to the practice test ch 8 hypothesis testing ch 9 two populationsSolution to the practice test ch 8 hypothesis testing ch 9 two populations
Solution to the practice test ch 8 hypothesis testing ch 9 two populationsLong Beach City College
969 views20 Folien
Solution to the Practice Test 3A, Chapter 6 Normal Probability Distribution von
Solution to the Practice Test 3A, Chapter 6 Normal Probability DistributionSolution to the Practice Test 3A, Chapter 6 Normal Probability Distribution
Solution to the Practice Test 3A, Chapter 6 Normal Probability DistributionLong Beach City College
995 views16 Folien

Más de Long Beach City College(20)

Solution to the practice test ch 8 hypothesis testing ch 9 two populations von Long Beach City College
Solution to the practice test ch 8 hypothesis testing ch 9 two populationsSolution to the practice test ch 8 hypothesis testing ch 9 two populations
Solution to the practice test ch 8 hypothesis testing ch 9 two populations
Solution to the Practice Test 3A, Chapter 6 Normal Probability Distribution von Long Beach City College
Solution to the Practice Test 3A, Chapter 6 Normal Probability DistributionSolution to the Practice Test 3A, Chapter 6 Normal Probability Distribution
Solution to the Practice Test 3A, Chapter 6 Normal Probability Distribution

Último

ICS3211_lecture 08_2023.pdf von
ICS3211_lecture 08_2023.pdfICS3211_lecture 08_2023.pdf
ICS3211_lecture 08_2023.pdfVanessa Camilleri
103 views30 Folien
OEB 2023 Co-learning To Speed Up AI Implementation in Courses.pptx von
OEB 2023 Co-learning To Speed Up AI Implementation in Courses.pptxOEB 2023 Co-learning To Speed Up AI Implementation in Courses.pptx
OEB 2023 Co-learning To Speed Up AI Implementation in Courses.pptxInge de Waard
167 views29 Folien
Class 10 English lesson plans von
Class 10 English  lesson plansClass 10 English  lesson plans
Class 10 English lesson plansTARIQ KHAN
257 views53 Folien
Class 10 English notes 23-24.pptx von
Class 10 English notes 23-24.pptxClass 10 English notes 23-24.pptx
Class 10 English notes 23-24.pptxTARIQ KHAN
107 views53 Folien
Dance KS5 Breakdown von
Dance KS5 BreakdownDance KS5 Breakdown
Dance KS5 BreakdownWestHatch
68 views2 Folien
Classification of crude drugs.pptx von
Classification of crude drugs.pptxClassification of crude drugs.pptx
Classification of crude drugs.pptxGayatriPatra14
77 views13 Folien

Último(20)

OEB 2023 Co-learning To Speed Up AI Implementation in Courses.pptx von Inge de Waard
OEB 2023 Co-learning To Speed Up AI Implementation in Courses.pptxOEB 2023 Co-learning To Speed Up AI Implementation in Courses.pptx
OEB 2023 Co-learning To Speed Up AI Implementation in Courses.pptx
Inge de Waard167 views
Class 10 English lesson plans von TARIQ KHAN
Class 10 English  lesson plansClass 10 English  lesson plans
Class 10 English lesson plans
TARIQ KHAN257 views
Class 10 English notes 23-24.pptx von TARIQ KHAN
Class 10 English notes 23-24.pptxClass 10 English notes 23-24.pptx
Class 10 English notes 23-24.pptx
TARIQ KHAN107 views
Dance KS5 Breakdown von WestHatch
Dance KS5 BreakdownDance KS5 Breakdown
Dance KS5 Breakdown
WestHatch68 views
Classification of crude drugs.pptx von GayatriPatra14
Classification of crude drugs.pptxClassification of crude drugs.pptx
Classification of crude drugs.pptx
GayatriPatra1477 views
Scope of Biochemistry.pptx von shoba shoba
Scope of Biochemistry.pptxScope of Biochemistry.pptx
Scope of Biochemistry.pptx
shoba shoba124 views
11.30.23 Poverty and Inequality in America.pptx von mary850239
11.30.23 Poverty and Inequality in America.pptx11.30.23 Poverty and Inequality in America.pptx
11.30.23 Poverty and Inequality in America.pptx
mary850239144 views
The Open Access Community Framework (OACF) 2023 (1).pptx von Jisc
The Open Access Community Framework (OACF) 2023 (1).pptxThe Open Access Community Framework (OACF) 2023 (1).pptx
The Open Access Community Framework (OACF) 2023 (1).pptx
Jisc85 views
Ch. 7 Political Participation and Elections.pptx von Rommel Regala
Ch. 7 Political Participation and Elections.pptxCh. 7 Political Participation and Elections.pptx
Ch. 7 Political Participation and Elections.pptx
Rommel Regala72 views
Psychology KS4 von WestHatch
Psychology KS4Psychology KS4
Psychology KS4
WestHatch68 views
EIT-Digital_Spohrer_AI_Intro 20231128 v1.pptx von ISSIP
EIT-Digital_Spohrer_AI_Intro 20231128 v1.pptxEIT-Digital_Spohrer_AI_Intro 20231128 v1.pptx
EIT-Digital_Spohrer_AI_Intro 20231128 v1.pptx
ISSIP317 views
The Accursed House by Émile Gaboriau von DivyaSheta
The Accursed House  by Émile GaboriauThe Accursed House  by Émile Gaboriau
The Accursed House by Émile Gaboriau
DivyaSheta158 views
Community-led Open Access Publishing webinar.pptx von Jisc
Community-led Open Access Publishing webinar.pptxCommunity-led Open Access Publishing webinar.pptx
Community-led Open Access Publishing webinar.pptx
Jisc74 views

Binomial Probability Distributions

  • 1. Elementary Statistics Chapter 5: Discrete Probability Distribution 5.2 Binomial Probability Distribution 1
  • 2. Chapter 5: Discrete Probability Distribution 5.1 Probability Distributions 5.2 Binomial Probability Distributions 5.3 Poisson Probability Distributions 2 Objectives: • Construct a probability distribution for a random variable. • Find the mean, variance, standard deviation, and expected value for a discrete random variable. • Find the exact probability for X successes in n trials of a binomial experiment. • Find the mean, variance, and standard deviation for the variable of a binomial distribution.
  • 3. Key Concept: The binomial probability distribution, its mean and standard deviation & interpreting probability values to determine whether events are significantly low or significantly high. Binomial Experiment and P. D. (properties) 1. n identical ( fixed # of) trials (Each repetition of the experiment) 2. Each has only 2 categories of outcomes 3. Probability stays constant 4. Independent trials If a procedure satisfies these 4 requirements, the distribution of the random variable x is called a Binomial Probability Distribution. (It is the Probability Distribution for the number of successes in a sequence of Bernoulli trials.) 5.2 Binomial Probability Distributions 3
  • 4. p = probability of success, q = 1 − p = probability of failure Make sure that the values of p and x refer to the same category called a success (x and p are consistent). x: A specific number of successes in n trials: 0 ≤ 𝑥(𝑎 𝑤ℎ𝑜𝑙𝑒 #) ≤ 𝑛 P(x): probability of getting exactly x successes among the n trials The word success as used here is arbitrary and does not necessarily represent something good. Either of the two possible categories may be called the success S as long as its probability is identified as p. Parameters: n & p Binomial Coefficient (# of outcomes containing exactly x successes): 𝐶𝑥 𝑛 Each trial is known as a Bernoulli trial (named after Swiss mathematician Jacob Bernoulli). Notes: If the probability of x success in n trials is less than 0.05, it is considered unusual. 5% Guideline for Cumbersome Calculations: When sampling without replacement and the sample size is no more than 5% of the size of the population, treat the selections as being independent (even though they are actually dependent). Warning: If we toss a coin 1000 times, P (H=501), or any specific number of heads is very small, however, we expect P (at least 501 heads) to be high. 5.2 Binomial Probability Distributions 𝑝(𝑥) = 𝐶𝑥 𝑛 𝑝𝑥 𝑞𝑛−𝑥 4
  • 5. The Probability Histogram is Symmetric if: p = 0.5 The Probability Histogram is Right Skewed: p < 0.5 The Probability Histogram is Left Skewed: p > 0.5 In a binomial experiment, the probability of exactly X successes in n trials is 5.2 Binomial Probability Distributions 𝑃(𝑥) = 𝑛! (𝑛 − 𝑥)! 𝑥! ⋅ 𝑝𝑥 ⋅ 𝑞𝑛−𝑥 Or 𝑃(𝑥) = 𝑛𝐶𝑥 number of possible desired outcomes ⋅ 𝑝𝑋 ⋅ 𝑞𝑛−𝑋 probability of a desired outcome 5 𝑝(𝑥) = 𝐶𝑥 𝑛 𝑝𝑥 𝑞𝑛−𝑥 Mean: 𝜇 = 𝑛𝑝 Variance: 𝜎2 = 𝑛𝑝𝑞 SD: 𝜎 = 𝑛𝑝𝑞 = 𝑛𝑝(1 − 𝑝)
  • 6. When an adult is randomly selected (with replacement), there is a 0.85 probability that this person knows what Twitter is. Suppose that we want to find the probability that exactly three of five randomly selected adults know what Twitter is. a. Does this procedure result in a binomial distribution? b. If this procedure does result in a binomial distribution, identify the values of n, x, p, and q. Example 1 a. Solution: Yes 1. Number of trials: n = 5 (fixed) 3. 2 categories: The selected person knows what Twitter is or does not. 4. Constant probability: For each randomly selected adult: x = 3, p = 0.85 & q= 0.15 5. Independent: Different adults (All 5 trials are independent because the probability of any adult knowing Twitter is not affected by results from other selected adults.) 6 𝑝 𝑥 = 𝐶𝑥 𝑛 𝑝𝑥 𝑞𝑛−𝑥 = 𝑛! 𝑛−𝑥 !𝑥! 𝑝𝑥 𝑞𝑛−𝑥 , Mean: 𝜇 = 𝑛𝑝, Variance: 𝜎2 = 𝑛𝑝𝑞, SD: 𝜎 = 𝑛𝑝𝑞 = 𝑛𝑝(1 − 𝑝) b. n = 5, x = 3, p = 0.85, q = 1 − 𝑝 = 0.15 𝑃(3) = 5! (5 − 3)! 3! ⋅ 0.853 ⋅ 0.155−3 = 10(0.614125)(0.0225) = 0.1382 TI Calculator: Binomial Distribution 1. 2nd + VARS 2. Binompdf ( 3. Enter: n, p, x 4. Enter 5. If you enter n, p only 6. Gives all probabilities from 0 to n 7. If using Binomcdf ( 8. Gives sum of the probabilities from 0 to x. Binomial Experiment and P. D. (properties) 1. n identical (fixed # of) trials (Each repetition of the experiment) 2. Each has only 2 categories of outcomes 3. Probability stays constant 4. Independent trials
  • 7. Assume one out of five people has visited a doctor in any given month. If 10 people are selected at random, a. find the probability that exactly 3 have visited a doctor last month. b. find the probability that at most 2 have visited a doctor last month. c. find the probability that at least 3 have visited a doctor last month. 7 Example 2 Solution 𝐵𝐷: 𝑛 = 10, 𝑝 = 1 5 , 𝑥 = 3 a. 𝑃(3) = 10! 7!3! 1 5 3 ⋅ 4 5 7 = 0.20133 𝑃(𝑥) = 10! 𝑥! (10 − 𝑥)! ⋅ (1/5)𝑥 ⋅ (4/5)10−𝑥 q = 1 − 𝑝 = 4 5 TI Calculator: Binomial Distribution 1. 2nd + VARS 2. Binompdf ( 3. Enter: n, p, x 4. Enter 5. If you enter n, p only 6. Gives all probabilities from 0 to n 7. If using Binomcdf ( 8. Gives sum of the probabilities from 0 to x. b. 𝑃(at most 2) = 𝑃(𝑥 ≤ 2) c. 𝑃(at least 3) = 𝑃(𝑥 ≥ 3) 𝑃 0 + 𝑃 1 + 𝑃 2 = 1 − 𝑃(𝑥 ≤ 2) = 0.3222 𝑝 𝑥 = 𝐶𝑥 𝑛 𝑝𝑥 𝑞𝑛−𝑥 = 𝑛! 𝑛−𝑥 !𝑥! 𝑝𝑥 𝑞𝑛−𝑥 , Mean: 𝜇 = 𝑛𝑝, Variance: 𝜎2 = 𝑛𝑝𝑞, SD: 𝜎 = 𝑛𝑝𝑞 = 𝑛𝑝(1 − 𝑝)
  • 8. A survey found that 30% of teenage consumers receive their spending money from part-time jobs. If 5 teenagers are selected at random, a. find the probability that at least 3 of them will have part-time jobs. b. find the probability that at most 2 of them will have part-time jobs. 8 Example 3 Solution 𝐵𝐷: 𝑛 = 5, 𝑝 = 0.30, "at least 3" → 𝑋 = 3,4,5 𝑃(3) = 5! 2! 3! ⋅ 0. 33 ⋅ 0. 72 𝑃(4) = 5! 1! 4! ⋅ 0. 34 ⋅ 0. 71 = 0.1323 𝑃(𝑥 ≥ 3) = 𝐴𝑑𝑑 = 0.16308 = 0.02835 𝑃(5) = 5! 0! 5! ⋅ 0.035 ⋅ 0. 70 = 0.00243 𝑎. 𝑃(at least 3) = 𝑃(𝑥 ≥ 3) 𝑏. 𝑃(𝑥 ≤ 2) = 1 − 𝑃(𝑥 ≥ 3) = 1 − 0.16308 = 0.83692 TI Calculator: Binomial Distribution 1. 2nd + VARS 2. Binompdf ( 3. Enter: n, p, x 4. Enter 5. If you enter n, p only 6. Gives all probabilities from 0 to n 7. If using Binomcdf ( 8. Gives sum of the probabilities from 0 to x. 𝑝 𝑥 = 𝐶𝑥 𝑛 𝑝𝑥 𝑞𝑛−𝑥 = 𝑛! 𝑛−𝑥 !𝑥! 𝑝𝑥 𝑞𝑛−𝑥 , Mean: 𝜇 = 𝑛𝑝, Variance: 𝜎2 = 𝑛𝑝𝑞, SD: 𝜎 = 𝑛𝑝𝑞 = 𝑛𝑝(1 − 𝑝)
  • 9. It is reported that 2% of all American births result in twins. If a random sample of 8000 births is taken, a. find the mean, variance, and standard deviation of the number of births that would result in twins. b. Use the range rule of thumb to find the values separating the numbers of twins that are significantly low or significantly high. c. Is the result of 200 twins in 8000 births significantly high? 9 Example 4 Given: BD, n = 8000, p = 0.02 𝜇 = 𝑛𝑝 𝜎2 = 𝑛𝑝𝑞 𝜎 = 𝑛𝑝𝑞 = 8000(0.02) = 160 = 8000(0.02)(0.98) = 156.8 = 12.522 = 156.8 µ − 2σ = 160 − 2(12.522) = 134.956 Twins µ + 2σ = 160 + 2(12.522) = 185.044 Twins 𝜇 ± 2𝜎 → The result of 200 twins is significantly high because it is greater than the value of 185.044 twins found in part (b). 𝑝 𝑥 = 𝐶𝑥 𝑛 𝑝𝑥 𝑞𝑛−𝑥 = 𝑛! 𝑛−𝑥 !𝑥! 𝑝𝑥 𝑞𝑛−𝑥 , Mean: 𝜇 = 𝑛𝑝, Variance: 𝜎2 = 𝑛𝑝𝑞, SD: 𝜎 = 𝑛𝑝𝑞 = 𝑛𝑝(1 − 𝑝)
  • 10. McDonald’s has a 95% recognition rate. A special focus group consists of 12 randomly selected adults. a. find the mean, variance, and standard deviation. b. Use the range rule of thumb to find the minimum and maximum usual number of people who would recognize McDonald’s. c. Is the result of 12 people in a group of 12 recognizing the brand name of McDonald’s unusual? 10 Example 5 Given: BD, n = 12, p = 0.95 𝜇 = 𝑛𝑝 = 12(0.95) = 11.4 𝜎2 = 𝑛𝑝𝑞 = 12 90.95 0.05 = 0.57 𝜎 = 𝑛𝑝𝑞 = 0.57 = 0.754983 µ − 2σ = 11.4 − 2(0.755) = 9.89 people µ + 2σ = 11.4 + 2(0.755) = 12.91 people 𝜇 ± 2𝜎 → If a particular group of 12 people had all 12 recognize the brand name of McDonald’s, that would not be unusual. 𝑝 𝑥 = 𝐶𝑥 𝑛 𝑝𝑥 𝑞𝑛−𝑥 = 𝑛! 𝑛−𝑥 !𝑥! 𝑝𝑥 𝑞𝑛−𝑥 , Mean: 𝜇 = 𝑛𝑝, Variance: 𝜎2 = 𝑛𝑝𝑞, SD: 𝜎 = 𝑛𝑝𝑞 = 𝑛𝑝(1 − 𝑝)
  • 11. In the past years, 460 football games were decided in overtime, and 252 of them were won by the team that won the overtime coin toss. Is the result of 252 wins in the 460 games equivalent to random chance, or is 252 wins significantly high? We can answer that question by finding the probability of 252 wins or more in 460 games, assuming that wins and losses are equally likely. 11 Example 6 (Time) Solution: n = 460, p = 0.5, q = 0.5, 𝑃 𝑥 ≥ 252 = 𝑃 252 + 𝑃 253 + ⋯ + 𝑃(𝑛 = 460), use technology. The Statdisk display shows that the probability of 252 or more wins in 460 overtime games is 0.0224 (rounded), which is low (such as less than 0.05). This shows that it is unlikely that we would get 252 or more wins by chance. If we effectively rule out chance, we are left with the more reasonable explanation that the team winning the overtime coin toss has a better chance of winning the game.
  • 12. In the past years, 460 football games were decided in overtime, and 252 of them were won by the team that won the overtime coin toss. Assume that winning the overtime coin toss does not provide an advantage, so both teams have the same 0.5 chance of winning the game in overtime. a. Find the mean and standard deviation for the number of wins in groups of 460 games. b. Use the range rule of thumb to find the values separating the numbers of wins that are significantly low or significantly high. c. Is the result of 252 overtime wins in 460 games significantly high? 12 Example 6 Continued(Time) Solution: a. BD; n = 460, p = 0.5 q = 0.5, µ = np = (460)(0.5) = 230.0 games b. µ ± 2σ µ − 2σ = 230.0 − 2(10.7) = 208.6 games µ + 2σ = 230.0 + 2(10.7) = 251.4 games c. The result of 252 wins is significantly high because it is greater than the value of 251.4 games found in part (b).
  • 13. Range Rule of Thumb Significantly low values ≤ (µ − 2σ) Significantly high values ≥ (µ + 2σ) Values not significant: Between (µ − 2σ) and (µ + 2σ) 13