SlideShare a Scribd company logo
1 of 16
Download to read offline
1
The Binomial Experiment
 • Repeated n times(trials) under identical
   conditions
 • Each trial can result in only one out of two
   outcomes
    – Success – probability success p
    – Failure – probability failure q = 1 – p
 • Trials are independent
 • Measure number of successes, x, in n trails
                                                  2
The Binomial Experiment
 Typical cases where the binomial experiment
   applies:
    – A coin flipped results in heads or tails
    – A party wins or loses election
    – An employee is male or female
    – A car uses leaded, or unleaded fuel



                                                 3
The Binomial Experiment
 • Binomial distribution is the probability distribution
   that applies to the binomial experiment
 • Displayed in the form of a table where the first
   row (or column) displays all possible number of
   successes, second row (or column) displays the
   probability associated with number of successes




                                                           4
The Binomial Experiment
Calculating the Binomial Probability
Determining x successes in n trials:
   P ( X  x)  P ( x)            n
                                           x
                                       Cx p q   n-x


where, n = number of trails
       p = probability of a success
       q = probability of a failure
       x = number of successes
                   n!
       n Cx 
               x !(n - x )!                           5
The Binomial Experiment - Example
• 10% of students are late for the early morning class
• In a sample of 5 students, find the probability
  distribution of the number students that are late

Are the conditions required for the binomial experiment met?

• Repeated n = 5 times
• Each trial can result in only one out of two outcomes
   – Success – late for class → p = 0.10
   – Failure – not late for class → q = 1 - 0.10 = 0.90
• Students are independent                                     6
The Binomial Experiment - Example
  • Let X be the binomial random variable indicating
    the number of late students
Calculate the probability that threestudents are late
Calculate the probability that zerostudent is late late
                               one students are
               P ( X  x)  p( x)    n C x p x (1 - p ) n - x
      P(X = 0) = P(0) = 5 C 0 (0.10) 0 (0.90) 5-0 = 0.5905
      P(X = 1) = P(1) = 5 C 1 (0.10) 1 (0.90) 5-1 = 0.3281
      P(X = 2) = P(2) = 5 C 2 (0.10) 2 (0.90) 5-2 = 0.072
      P(X = 3) = P(3) = 5 C 3 (0.10) 3 (0.90) 5-3 = 0.008
      P(X = 4) = P(4) = 5 C 4 (0.10) 4 (0.90) 5-4 = 0.00045
      P(X = 5) = P(5) = 5 C 5 (0.10) 5 (0.90) 5-5 = 0.00001      7
The Binomial Experiment - Example
 • Let X be the binomial random variable indicating
   the number of late students
                                                      X      P(X)
P(X = 0) = P(0) = 5 C 0 (0.10) 0 (0.90) 5-0 = 0.5905  0     0.5905
P(X = 1) = P(1) = 5 C 1 (0.10) 1 (0.90) 5-1 = 0.3281  1     0.3281
P(X = 2) = P(2) = 5 C 2 (0.10) 2 (0.90) 5-2 = 0.072   2     0.0729
P(X = 3) = P(3) = 5 C 3 (0.10) 3 (0.90) 5-3 = 0.008   3     0.0081
P(X = 4) = P(4) = 5 C 4 (0.10) 4 (0.90) 5-4 = 0.00045 4    0.00045
P(X = 5) = P(5) = 5 C 5 (0.10) 5 (0.90) 5-5 = 0.00001 5    0.00001
                                                          ∑P(X) ≈ 1
The Binomial Experiment - Example
 • Calculate the probability that 2 or less students
   will be late
                                          X      P(X)
  P(X ≤ 2)                                0     0.5905
  = P(X = 0) + P(X = 1) + P(X = 2)        1     0.3281
                                          2     0.0729
  = 0.5905 + 0.3281 + 0.0729
                                          3     0.0081
  = 0.9915                                4    0.00045
                                          5    0.00001
                                              ∑P(X) ≈ 1
The Binomial Experiment - Example
 • Calculate the probability that less than 2 students
   will be late
                                          X      P(X)
  P(X < 2)                                0     0.5905
  = P(X = 0) + P(X = 1)                   1     0.3281
                                          2     0.0729
  = 0.5905 + 0.3281
                                          3     0.0081
  = 0.9186                                4    0.00045
                                          5    0.00001
                                              ∑P(X) ≈ 1
The Binomial Experiment - Example
 • Calculate the probability that 4 or more than 4
   students will be late
                                          X      P(X)
  P(X ≥ 4)                                0     0.5905
  = P(X = 4) + P(X = 5)                   1     0.3281
                                          2     0.0729
  = 0.00045 + 0.00001
                                          3     0.0081
  = 0.00046                               4    0.00045
                                          5    0.00001
                                              ∑P(X) ≈ 1
The Binomial Experiment - Example
 • Calculate the probability that more than 4
   students will be late
                                         X      P(X)
  P(X > 4)                               0     0.5905
  = P(X = 5)                             1     0.3281
                                         2     0.0729
  = 0.00001
                                         3     0.0081
                                         4    0.00045
                                         5    0.00001
                                             ∑P(X) ≈ 1
The Binomial Experiment - Example
 • Calculate the probability that 3 or more students
   will be late
                                          X      P(X)
  P(X ≥ 3)                                0     0.5905
  = P(X = 3) + P(X = 4) + P(X = 5)        1     0.3281
  = 0.00856        OR                     2     0.0729
                                          3     0.0081
  = 1 – P(X ≤ 2)
                                          4    0.00045
  = 1 – 0.9915                            5    0.00001
  = 0.0085                                    ∑P(X) ≈ 1
The Binomial Experiment - Example
• Calculate the probability that more than 3 students
  will be late
                                          X      P(X)
   P(X > 3)                               0     0.5905
   = P(X = 4) + P(X = 5)                  1     0.3281
   = 0.00046        OR                    2     0.0729
                                          3     0.0081
   = 1 – P(X ≤ 3)
                                          4    0.00045
   = 1 – 0.9996                           5    0.00001
   = 0.0004                                   ∑P(X) ≈ 1
The Binomial Experiment
 • Mean and standard deviation of binomial
   random variable
  E( X )  np    2  Var ( X )  npq

  REMEMBER
  Repeated n times(trials) under identical conditions
  Each trial can result in only one out of two outcomes
     Success – probability success p
     Failure – probability failure q = 1 – p
  Measure number of successes, x, in n trails

                                                          15
The Binomial Experiment - Example

  – What is the expected number of students that come
    late?

    E( X )  np  5(0.10)  0.5

  – What is the standard deviation for the number of
    students who come late?

      Var ( X )  npq  5(0.10)(0.90)  0.67
         2

                                                   16

More Related Content

What's hot

Lecture 04 newton-raphson, secant method etc
Lecture 04 newton-raphson, secant method etcLecture 04 newton-raphson, secant method etc
Lecture 04 newton-raphson, secant method etcRiyandika Jastin
 
Statistics (1): estimation, Chapter 1: Models
Statistics (1): estimation, Chapter 1: ModelsStatistics (1): estimation, Chapter 1: Models
Statistics (1): estimation, Chapter 1: ModelsChristian Robert
 
Interpolation with unequal interval
Interpolation with unequal intervalInterpolation with unequal interval
Interpolation with unequal intervalDr. Nirav Vyas
 
Module ii sp
Module ii spModule ii sp
Module ii spVijaya79
 
Newton divided difference interpolation
Newton divided difference interpolationNewton divided difference interpolation
Newton divided difference interpolationVISHAL DONGA
 
Statistik 1 5 distribusi probabilitas diskrit
Statistik 1 5 distribusi probabilitas diskritStatistik 1 5 distribusi probabilitas diskrit
Statistik 1 5 distribusi probabilitas diskritSelvin Hadi
 
Statistics (1): estimation Chapter 3: likelihood function and likelihood esti...
Statistics (1): estimation Chapter 3: likelihood function and likelihood esti...Statistics (1): estimation Chapter 3: likelihood function and likelihood esti...
Statistics (1): estimation Chapter 3: likelihood function and likelihood esti...Christian Robert
 
Statistics (1): estimation, Chapter 2: Empirical distribution and bootstrap
Statistics (1): estimation, Chapter 2: Empirical distribution and bootstrapStatistics (1): estimation, Chapter 2: Empirical distribution and bootstrap
Statistics (1): estimation, Chapter 2: Empirical distribution and bootstrapChristian Robert
 
Chapter 2 discrete_random_variable_2009
Chapter 2 discrete_random_variable_2009Chapter 2 discrete_random_variable_2009
Chapter 2 discrete_random_variable_2009ayimsevenfold
 
Lesson 21: Curve Sketching (slides)
Lesson 21: Curve Sketching (slides)Lesson 21: Curve Sketching (slides)
Lesson 21: Curve Sketching (slides)Matthew Leingang
 
Newton's forward difference
Newton's forward differenceNewton's forward difference
Newton's forward differenceRaj Parekh
 
Rabbit challenge 1_math
Rabbit challenge 1_mathRabbit challenge 1_math
Rabbit challenge 1_mathTOMMYLINK1
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson methodMOHIT AGARWAL
 
Rabbit challenge 2 Machine Learning
Rabbit challenge 2 Machine LearningRabbit challenge 2 Machine Learning
Rabbit challenge 2 Machine LearningTOMMYLINK1
 
Multivriada ppt ms
Multivriada   ppt msMultivriada   ppt ms
Multivriada ppt msFaeco Bot
 
Manage your expectation
Manage your expectationManage your expectation
Manage your expectationGregory Rho
 
IVR - Chapter 5 - Bayesian methods
IVR - Chapter 5 - Bayesian methodsIVR - Chapter 5 - Bayesian methods
IVR - Chapter 5 - Bayesian methodsCharles Deledalle
 

What's hot (20)

Lecture 04 newton-raphson, secant method etc
Lecture 04 newton-raphson, secant method etcLecture 04 newton-raphson, secant method etc
Lecture 04 newton-raphson, secant method etc
 
Statistics (1): estimation, Chapter 1: Models
Statistics (1): estimation, Chapter 1: ModelsStatistics (1): estimation, Chapter 1: Models
Statistics (1): estimation, Chapter 1: Models
 
Interpolation with unequal interval
Interpolation with unequal intervalInterpolation with unequal interval
Interpolation with unequal interval
 
Module ii sp
Module ii spModule ii sp
Module ii sp
 
Newton divided difference interpolation
Newton divided difference interpolationNewton divided difference interpolation
Newton divided difference interpolation
 
Statistik 1 5 distribusi probabilitas diskrit
Statistik 1 5 distribusi probabilitas diskritStatistik 1 5 distribusi probabilitas diskrit
Statistik 1 5 distribusi probabilitas diskrit
 
Statistics (1): estimation Chapter 3: likelihood function and likelihood esti...
Statistics (1): estimation Chapter 3: likelihood function and likelihood esti...Statistics (1): estimation Chapter 3: likelihood function and likelihood esti...
Statistics (1): estimation Chapter 3: likelihood function and likelihood esti...
 
Statistics (1): estimation, Chapter 2: Empirical distribution and bootstrap
Statistics (1): estimation, Chapter 2: Empirical distribution and bootstrapStatistics (1): estimation, Chapter 2: Empirical distribution and bootstrap
Statistics (1): estimation, Chapter 2: Empirical distribution and bootstrap
 
Chapter 2 discrete_random_variable_2009
Chapter 2 discrete_random_variable_2009Chapter 2 discrete_random_variable_2009
Chapter 2 discrete_random_variable_2009
 
Lesson 21: Curve Sketching (slides)
Lesson 21: Curve Sketching (slides)Lesson 21: Curve Sketching (slides)
Lesson 21: Curve Sketching (slides)
 
Newton's forward difference
Newton's forward differenceNewton's forward difference
Newton's forward difference
 
Sfs4e ppt 06
Sfs4e ppt 06Sfs4e ppt 06
Sfs4e ppt 06
 
Rabbit challenge 1_math
Rabbit challenge 1_mathRabbit challenge 1_math
Rabbit challenge 1_math
 
Chapter 04 answers
Chapter 04 answersChapter 04 answers
Chapter 04 answers
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson method
 
Rabbit challenge 2 Machine Learning
Rabbit challenge 2 Machine LearningRabbit challenge 2 Machine Learning
Rabbit challenge 2 Machine Learning
 
Multivriada ppt ms
Multivriada   ppt msMultivriada   ppt ms
Multivriada ppt ms
 
Interp lagrange
Interp lagrangeInterp lagrange
Interp lagrange
 
Manage your expectation
Manage your expectationManage your expectation
Manage your expectation
 
IVR - Chapter 5 - Bayesian methods
IVR - Chapter 5 - Bayesian methodsIVR - Chapter 5 - Bayesian methods
IVR - Chapter 5 - Bayesian methods
 

Similar to Binomial lecture

binomialprobabilitydistribution-160303055131.ppt
binomialprobabilitydistribution-160303055131.pptbinomialprobabilitydistribution-160303055131.ppt
binomialprobabilitydistribution-160303055131.pptSoujanyaLk1
 
Lec12-Probability.ppt
Lec12-Probability.pptLec12-Probability.ppt
Lec12-Probability.pptakashok1v
 
Lec12-Probability.ppt
Lec12-Probability.pptLec12-Probability.ppt
Lec12-Probability.pptssuserc7c104
 
Binomial distribution for mathematics pre u
Binomial distribution for mathematics pre uBinomial distribution for mathematics pre u
Binomial distribution for mathematics pre uDanielMukhriz2
 
discrete and continuous probability distributions pptbecdoms-120223034321-php...
discrete and continuous probability distributions pptbecdoms-120223034321-php...discrete and continuous probability distributions pptbecdoms-120223034321-php...
discrete and continuous probability distributions pptbecdoms-120223034321-php...novrain1
 
Discrete probability distributions
Discrete probability distributionsDiscrete probability distributions
Discrete probability distributionsCikgu Marzuqi
 
PROBABILITY_DISTRIBUTION.pptx
PROBABILITY_DISTRIBUTION.pptxPROBABILITY_DISTRIBUTION.pptx
PROBABILITY_DISTRIBUTION.pptxshrutisingh143670
 
Factorized Asymptotic Bayesian Inference for Latent Feature Models
Factorized Asymptotic Bayesian Inference for Latent Feature ModelsFactorized Asymptotic Bayesian Inference for Latent Feature Models
Factorized Asymptotic Bayesian Inference for Latent Feature ModelsKohei Hayashi
 
Basic statistics for algorithmic trading
Basic statistics for algorithmic tradingBasic statistics for algorithmic trading
Basic statistics for algorithmic tradingQuantInsti
 

Similar to Binomial lecture (20)

Chapter 5.pptx
Chapter 5.pptxChapter 5.pptx
Chapter 5.pptx
 
Probability-1.pptx
Probability-1.pptxProbability-1.pptx
Probability-1.pptx
 
FEC 512.03
FEC 512.03FEC 512.03
FEC 512.03
 
binomialprobabilitydistribution-160303055131.ppt
binomialprobabilitydistribution-160303055131.pptbinomialprobabilitydistribution-160303055131.ppt
binomialprobabilitydistribution-160303055131.ppt
 
Lec12-Probability (1).ppt
Lec12-Probability (1).pptLec12-Probability (1).ppt
Lec12-Probability (1).ppt
 
Lec12-Probability.ppt
Lec12-Probability.pptLec12-Probability.ppt
Lec12-Probability.ppt
 
Lec12-Probability.ppt
Lec12-Probability.pptLec12-Probability.ppt
Lec12-Probability.ppt
 
Lec12-Probability.ppt
Lec12-Probability.pptLec12-Probability.ppt
Lec12-Probability.ppt
 
Binomial distribution for mathematics pre u
Binomial distribution for mathematics pre uBinomial distribution for mathematics pre u
Binomial distribution for mathematics pre u
 
sample space formation.pdf
sample space formation.pdfsample space formation.pdf
sample space formation.pdf
 
Binomial probability distributions
Binomial probability distributions  Binomial probability distributions
Binomial probability distributions
 
discrete and continuous probability distributions pptbecdoms-120223034321-php...
discrete and continuous probability distributions pptbecdoms-120223034321-php...discrete and continuous probability distributions pptbecdoms-120223034321-php...
discrete and continuous probability distributions pptbecdoms-120223034321-php...
 
Poisson
PoissonPoisson
Poisson
 
Discrete probability distributions
Discrete probability distributionsDiscrete probability distributions
Discrete probability distributions
 
PROBABILITY_DISTRIBUTION.pptx
PROBABILITY_DISTRIBUTION.pptxPROBABILITY_DISTRIBUTION.pptx
PROBABILITY_DISTRIBUTION.pptx
 
Poisson lecture
Poisson lecturePoisson lecture
Poisson lecture
 
Factorized Asymptotic Bayesian Inference for Latent Feature Models
Factorized Asymptotic Bayesian Inference for Latent Feature ModelsFactorized Asymptotic Bayesian Inference for Latent Feature Models
Factorized Asymptotic Bayesian Inference for Latent Feature Models
 
Uncertainity
Uncertainity Uncertainity
Uncertainity
 
Basic statistics for algorithmic trading
Basic statistics for algorithmic tradingBasic statistics for algorithmic trading
Basic statistics for algorithmic trading
 
S5 sp
S5 spS5 sp
S5 sp
 

More from jillmitchell8778

More from jillmitchell8778 (20)

Revision workshop 17 january 2013
Revision workshop 17 january 2013Revision workshop 17 january 2013
Revision workshop 17 january 2013
 
Statistics lecture 13 (chapter 13)
Statistics lecture 13 (chapter 13)Statistics lecture 13 (chapter 13)
Statistics lecture 13 (chapter 13)
 
Statistics lecture 12 (chapter 12)
Statistics lecture 12 (chapter 12)Statistics lecture 12 (chapter 12)
Statistics lecture 12 (chapter 12)
 
Statistics lecture 11 (chapter 11)
Statistics lecture 11 (chapter 11)Statistics lecture 11 (chapter 11)
Statistics lecture 11 (chapter 11)
 
Statistics lecture 10(ch10)
Statistics lecture 10(ch10)Statistics lecture 10(ch10)
Statistics lecture 10(ch10)
 
Statistics lecture 9 (chapter 8)
Statistics lecture 9 (chapter 8)Statistics lecture 9 (chapter 8)
Statistics lecture 9 (chapter 8)
 
Statistics lecture 8 (chapter 7)
Statistics lecture 8 (chapter 7)Statistics lecture 8 (chapter 7)
Statistics lecture 8 (chapter 7)
 
Qr code lecture
Qr code lectureQr code lecture
Qr code lecture
 
Statistics lecture 7 (ch6)
Statistics lecture 7 (ch6)Statistics lecture 7 (ch6)
Statistics lecture 7 (ch6)
 
Project admin lu3
Project admin   lu3Project admin   lu3
Project admin lu3
 
Priject admin lu 2
Priject admin   lu 2Priject admin   lu 2
Priject admin lu 2
 
Project admin lu 1
Project admin   lu 1Project admin   lu 1
Project admin lu 1
 
Lu5 how to assess a business opportunity
Lu5   how to assess a business opportunityLu5   how to assess a business opportunity
Lu5 how to assess a business opportunity
 
Lu4 – life cycle stages of a business
Lu4 – life cycle stages of a businessLu4 – life cycle stages of a business
Lu4 – life cycle stages of a business
 
Statistics lecture 5 (ch4)
Statistics lecture 5 (ch4)Statistics lecture 5 (ch4)
Statistics lecture 5 (ch4)
 
Lu 3
Lu 3Lu 3
Lu 3
 
Learning unit 2
Learning unit 2Learning unit 2
Learning unit 2
 
Lu 3
Lu 3Lu 3
Lu 3
 
Statistics lecture 4 (ch3)
Statistics lecture 4 (ch3)Statistics lecture 4 (ch3)
Statistics lecture 4 (ch3)
 
Statistics lecture 3 (ch2)
Statistics lecture 3 (ch2)Statistics lecture 3 (ch2)
Statistics lecture 3 (ch2)
 

Recently uploaded

Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 

Recently uploaded (20)

Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 

Binomial lecture

  • 1. 1
  • 2. The Binomial Experiment • Repeated n times(trials) under identical conditions • Each trial can result in only one out of two outcomes – Success – probability success p – Failure – probability failure q = 1 – p • Trials are independent • Measure number of successes, x, in n trails 2
  • 3. The Binomial Experiment Typical cases where the binomial experiment applies: – A coin flipped results in heads or tails – A party wins or loses election – An employee is male or female – A car uses leaded, or unleaded fuel 3
  • 4. The Binomial Experiment • Binomial distribution is the probability distribution that applies to the binomial experiment • Displayed in the form of a table where the first row (or column) displays all possible number of successes, second row (or column) displays the probability associated with number of successes 4
  • 5. The Binomial Experiment Calculating the Binomial Probability Determining x successes in n trials: P ( X  x)  P ( x)  n x Cx p q n-x where, n = number of trails p = probability of a success q = probability of a failure x = number of successes n! n Cx  x !(n - x )! 5
  • 6. The Binomial Experiment - Example • 10% of students are late for the early morning class • In a sample of 5 students, find the probability distribution of the number students that are late Are the conditions required for the binomial experiment met? • Repeated n = 5 times • Each trial can result in only one out of two outcomes – Success – late for class → p = 0.10 – Failure – not late for class → q = 1 - 0.10 = 0.90 • Students are independent 6
  • 7. The Binomial Experiment - Example • Let X be the binomial random variable indicating the number of late students Calculate the probability that threestudents are late Calculate the probability that zerostudent is late late one students are P ( X  x)  p( x)  n C x p x (1 - p ) n - x P(X = 0) = P(0) = 5 C 0 (0.10) 0 (0.90) 5-0 = 0.5905 P(X = 1) = P(1) = 5 C 1 (0.10) 1 (0.90) 5-1 = 0.3281 P(X = 2) = P(2) = 5 C 2 (0.10) 2 (0.90) 5-2 = 0.072 P(X = 3) = P(3) = 5 C 3 (0.10) 3 (0.90) 5-3 = 0.008 P(X = 4) = P(4) = 5 C 4 (0.10) 4 (0.90) 5-4 = 0.00045 P(X = 5) = P(5) = 5 C 5 (0.10) 5 (0.90) 5-5 = 0.00001 7
  • 8. The Binomial Experiment - Example • Let X be the binomial random variable indicating the number of late students X P(X) P(X = 0) = P(0) = 5 C 0 (0.10) 0 (0.90) 5-0 = 0.5905 0 0.5905 P(X = 1) = P(1) = 5 C 1 (0.10) 1 (0.90) 5-1 = 0.3281 1 0.3281 P(X = 2) = P(2) = 5 C 2 (0.10) 2 (0.90) 5-2 = 0.072 2 0.0729 P(X = 3) = P(3) = 5 C 3 (0.10) 3 (0.90) 5-3 = 0.008 3 0.0081 P(X = 4) = P(4) = 5 C 4 (0.10) 4 (0.90) 5-4 = 0.00045 4 0.00045 P(X = 5) = P(5) = 5 C 5 (0.10) 5 (0.90) 5-5 = 0.00001 5 0.00001 ∑P(X) ≈ 1
  • 9. The Binomial Experiment - Example • Calculate the probability that 2 or less students will be late X P(X) P(X ≤ 2) 0 0.5905 = P(X = 0) + P(X = 1) + P(X = 2) 1 0.3281 2 0.0729 = 0.5905 + 0.3281 + 0.0729 3 0.0081 = 0.9915 4 0.00045 5 0.00001 ∑P(X) ≈ 1
  • 10. The Binomial Experiment - Example • Calculate the probability that less than 2 students will be late X P(X) P(X < 2) 0 0.5905 = P(X = 0) + P(X = 1) 1 0.3281 2 0.0729 = 0.5905 + 0.3281 3 0.0081 = 0.9186 4 0.00045 5 0.00001 ∑P(X) ≈ 1
  • 11. The Binomial Experiment - Example • Calculate the probability that 4 or more than 4 students will be late X P(X) P(X ≥ 4) 0 0.5905 = P(X = 4) + P(X = 5) 1 0.3281 2 0.0729 = 0.00045 + 0.00001 3 0.0081 = 0.00046 4 0.00045 5 0.00001 ∑P(X) ≈ 1
  • 12. The Binomial Experiment - Example • Calculate the probability that more than 4 students will be late X P(X) P(X > 4) 0 0.5905 = P(X = 5) 1 0.3281 2 0.0729 = 0.00001 3 0.0081 4 0.00045 5 0.00001 ∑P(X) ≈ 1
  • 13. The Binomial Experiment - Example • Calculate the probability that 3 or more students will be late X P(X) P(X ≥ 3) 0 0.5905 = P(X = 3) + P(X = 4) + P(X = 5) 1 0.3281 = 0.00856 OR 2 0.0729 3 0.0081 = 1 – P(X ≤ 2) 4 0.00045 = 1 – 0.9915 5 0.00001 = 0.0085 ∑P(X) ≈ 1
  • 14. The Binomial Experiment - Example • Calculate the probability that more than 3 students will be late X P(X) P(X > 3) 0 0.5905 = P(X = 4) + P(X = 5) 1 0.3281 = 0.00046 OR 2 0.0729 3 0.0081 = 1 – P(X ≤ 3) 4 0.00045 = 1 – 0.9996 5 0.00001 = 0.0004 ∑P(X) ≈ 1
  • 15. The Binomial Experiment • Mean and standard deviation of binomial random variable   E( X )  np    2  Var ( X )  npq REMEMBER Repeated n times(trials) under identical conditions Each trial can result in only one out of two outcomes Success – probability success p Failure – probability failure q = 1 – p Measure number of successes, x, in n trails 15
  • 16. The Binomial Experiment - Example – What is the expected number of students that come late?   E( X )  np  5(0.10)  0.5 – What is the standard deviation for the number of students who come late?     Var ( X )  npq  5(0.10)(0.90)  0.67 2 16