3 It has been observed that 20 of the examinees on a drive p
3.) It has been observed that 20% of the examinees on a drive ping test fail.
a.) Assume people take the exam one at a time. What is the exact probability that the third person is the first to fail
b.) 50 people take the exam. What is the approximate probability that 7 or more of them will fail?
Solution
a)
Here,
P(pass) = 1-0.20 = 0.80
P(fail) = 0.20
Thus,
P(pass, pass, fail) = 0.80*0.80*0.20 = 0.128 [ANSWER]
******************
B)
Note that P(at least x) = 1 - P(at most x - 1).
Using a cumulative binomial distribution table or technology, matching
n = number of trials = 50
p = the probability of a success = 0.2
x = our critical value of successes = 7
Then the cumulative probability of P(at most x - 1) from a table/technology is
P(at most 6 ) = 0.103398227
Thus, the probability of at least 7 successes is
P(at least 7 ) = 0.896601773 [ANSWER]
