SlideShare a Scribd company logo
2
Most read
4
Most read
12
Most read
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

More Related Content

PDF
Practice Test 2 Probability
PPTX
The Standard Normal Distribution
PDF
Practice test ch 8 hypothesis testing ch 9 two populations
PDF
Solution to the practice test ch 10 correlation reg ch 11 gof ch12 anova
PPTX
Contingency Tables
PPTX
Two Variances or Standard Deviations
PDF
Practice Test 2 Solutions
Practice Test 2 Probability
The Standard Normal Distribution
Practice test ch 8 hypothesis testing ch 9 two populations
Solution to the practice test ch 10 correlation reg ch 11 gof ch12 anova
Contingency Tables
Two Variances or Standard Deviations
Practice Test 2 Solutions

What's hot (20)

PPTX
Two Means, Independent Samples
PPTX
PPTX
Probability Distribution
PPTX
Poisson Probability Distributions
PPTX
Geometric probability distribution
PPTX
Sampling Distributions and Estimators
PDF
Solution to the practice test ch 8 hypothesis testing ch 9 two populations
PPTX
PDF
Discrete probability distributions
PDF
Practice Test Chapter 6 (Normal Probability Distributions)
PPTX
Testing a Claim About a Mean
PPTX
Complements and Conditional Probability, and Bayes' Theorem
PPTX
Assessing Normality
PDF
Practice test ch 10 correlation reg ch 11 gof ch12 anova
PPTX
Discrete uniform distributions
PPTX
Addition Rule and Multiplication Rule
PDF
Solution to the Practice Test 3A, Normal Probability Distribution
PPTX
Inferences about Two Proportions
PPTX
Real Applications of Normal Distributions
PDF
Practice test 3A, Normal Probability Distribution
Two Means, Independent Samples
Probability Distribution
Poisson Probability Distributions
Geometric probability distribution
Sampling Distributions and Estimators
Solution to the practice test ch 8 hypothesis testing ch 9 two populations
Discrete probability distributions
Practice Test Chapter 6 (Normal Probability Distributions)
Testing a Claim About a Mean
Complements and Conditional Probability, and Bayes' Theorem
Assessing Normality
Practice test ch 10 correlation reg ch 11 gof ch12 anova
Discrete uniform distributions
Addition Rule and Multiplication Rule
Solution to the Practice Test 3A, Normal Probability Distribution
Inferences about Two Proportions
Real Applications of Normal Distributions
Practice test 3A, Normal Probability Distribution
Ad

Similar to Binomial Probability Distributions (20)

PPTX
Binomial probability distributions
PPT
Binomial distribution good
PDF
Special Probability Distributions and Densities
PPT
Bionomial and Poisson Distribution chapter.ppt
PPTX
Binomial Distribution and application .pptx
DOCX
Statistik Chapter 5
PPTX
Discrete probability distributions
PPTX
jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj
PDF
Probability Distributions.pdf
PPT
4 1 probability and discrete probability distributions
PPTX
Binomial distribution for mathematics pre u
PPTX
5221_Basic-Probability-Distributions-in-R-MCA-MMS-20MCA2CC9.pptx
DOCX
Statistik Chapter 5 (1)
PPTX
5221_Basic-Probability-Distributions-in-R-MCA-MMS-20MCA2CC9 (1).pptx
PPTX
The binomial distributions
PDF
7. binomial distribution
PPTX
Bernoullis Random Variables And Binomial Distribution
PPTX
Bernoullis Random Variables And Binomial Distribution
PPTX
Binomial probability distribution
PPT
vdocuments.mx_chapter-5-probability-distributions-56a36d9fddc1e.ppt
Binomial probability distributions
Binomial distribution good
Special Probability Distributions and Densities
Bionomial and Poisson Distribution chapter.ppt
Binomial Distribution and application .pptx
Statistik Chapter 5
Discrete probability distributions
jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj
Probability Distributions.pdf
4 1 probability and discrete probability distributions
Binomial distribution for mathematics pre u
5221_Basic-Probability-Distributions-in-R-MCA-MMS-20MCA2CC9.pptx
Statistik Chapter 5 (1)
5221_Basic-Probability-Distributions-in-R-MCA-MMS-20MCA2CC9 (1).pptx
The binomial distributions
7. binomial distribution
Bernoullis Random Variables And Binomial Distribution
Bernoullis Random Variables And Binomial Distribution
Binomial probability distribution
vdocuments.mx_chapter-5-probability-distributions-56a36d9fddc1e.ppt
Ad

More from Long Beach City College (16)

PDF
Practice test ch 9 inferences from two samples
PDF
Practice Test Ch 8 Hypothesis Testing
PDF
Solution to the Practice Test 3A, Chapter 6 Normal Probability Distribution
PDF
Practice Test 1 solutions
PDF
Practice Test 1
PDF
Stat sample test ch 12 solution
PDF
Stat sample test ch 12
PDF
Stat sample test ch 11
PDF
Stat sample test ch 10
PPTX
PPTX
PPTX
Goodness of Fit Notation
PPTX
Two Means, Two Dependent Samples, Matched Pairs
PPTX
Testing a Claim About a Standard Deviation or Variance
PPTX
Testing a Claim About a Proportion
PPTX
Basics of Hypothesis Testing
Practice test ch 9 inferences from two samples
Practice Test Ch 8 Hypothesis Testing
Solution to the Practice Test 3A, Chapter 6 Normal Probability Distribution
Practice Test 1 solutions
Practice Test 1
Stat sample test ch 12 solution
Stat sample test ch 12
Stat sample test ch 11
Stat sample test ch 10
Goodness of Fit Notation
Two Means, Two Dependent Samples, Matched Pairs
Testing a Claim About a Standard Deviation or Variance
Testing a Claim About a Proportion
Basics of Hypothesis Testing

Recently uploaded (20)

PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
PDF
01-Introduction-to-Information-Management.pdf
PPTX
Pharma ospi slides which help in ospi learning
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
Basic Mud Logging Guide for educational purpose
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
RMMM.pdf make it easy to upload and study
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
Pre independence Education in Inndia.pdf
PPTX
Institutional Correction lecture only . . .
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PPTX
Week 4 Term 3 Study Techniques revisited.pptx
102 student loan defaulters named and shamed – Is someone you know on the list?
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
Abdominal Access Techniques with Prof. Dr. R K Mishra
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
01-Introduction-to-Information-Management.pdf
Pharma ospi slides which help in ospi learning
Supply Chain Operations Speaking Notes -ICLT Program
Microbial disease of the cardiovascular and lymphatic systems
Basic Mud Logging Guide for educational purpose
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
RMMM.pdf make it easy to upload and study
Pharmacology of Heart Failure /Pharmacotherapy of CHF
2.FourierTransform-ShortQuestionswithAnswers.pdf
Pre independence Education in Inndia.pdf
Institutional Correction lecture only . . .
O5-L3 Freight Transport Ops (International) V1.pdf
O7-L3 Supply Chain Operations - ICLT Program
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
Week 4 Term 3 Study Techniques revisited.pptx

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