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
 
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
 
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
 
Binomial Distribution Part 5
Binomial Distribution Part 5Binomial Distribution Part 5
Binomial Distribution Part 5
 

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

Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxPoojaSen20
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 

Recently uploaded (20)

Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 

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