14 A Binomial
14 A Binomial
14 A Binomial
Binomial Experiment
n!
P( x) p x (1 p ) n x for x 0, 1, ..., n
x!(n x)!
Example: A quiz consists of 10 multiple-choice questions.
Each question has 5 possible answers, only one of which is
correct. Pat plans to guess the answer to each question. Find
the probability that Pat gets
a. one answer correct.
b. all 10 answers correct.
10!
P (1) (.2)1 (1 .2)10 1 10(.2)(.8) 9 .2684
1!(10 1)!
10!
P (10) (.2)10 (1 .2)10 10 1(.2)10 (1) .0000001
10!(10 10)!
Cumulative Probability
P(X ≤ x) = P(0) + P(1) +…+ P(x)
Example: Find the probability that Pat fails the quiz. A mark is
considered a failure if it is less than 50%.
Solution: A mark of less than 5 is a failure.
P(X ≤ 4) = P(0) + P(1) + P(2) + P(3) + P(4)
= .1074 + .2684 + .3020 + .2013 + .0881
= .9672
Using the cumulative probability
P(X ≥ x) = 1 – P(X ≤ x – 1)
Example: Find the probability that Pat gets one answer correct.
Solution:
P(1) = P(X ≤ 1) – P(X ≤ 0)
= .3758 – .1074
= .2684
Using the cumulative probability
P(a ≤ X ≤ b) = P(X ≤ b) – P(X ≤ a – 1)