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

ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
 
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
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
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
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayMakMakNepo
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxLigayaBacuel1
 
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
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 

Recently uploaded (20)

ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
 
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...
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
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
 
Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up Friday
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.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Ă...
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.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