Answer :
Answer:
d. 0.852
Step-by-step explanation:
For each employee, there are only two possible outcomes. Either they will pass the test, or they will not. The probability of an employee passing the test is independent of other employees. So we use the binomial probability distribution to solve this question.
Binomial probability distribution
The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
In which [tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by the following formula.
[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]
And p is the probability of X happening.
The probability of a potential employee passing a training course is 86%.
This means that [tex]p = 0.86[/tex]
Sample of 15.
This means that [tex]n = 15[/tex]
What is the probability that more than 11 will pass the test?
[tex]P(X > 11) = P(X = 12) + P(X = 13) + P(X = 14) + P(X = 15)[/tex]
So
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = 12) = C_{15,12}.(0.86)^{12}.(0.14)^{3} = 0.204[/tex]
[tex]P(X = 13) = C_{15,13}.(0.86)^{13}.(0.14)^{2} = 0.29[/tex]
[tex]P(X = 14) = C_{15,14}.(0.86)^{14}.(0.14)^{1} = 0.254[/tex]
[tex]P(X = 15) = C_{15,15}.(0.86)^{15}.(0.14)^{0} = 0.104[/tex]
[tex]P(X > 11) = P(X = 12) + P(X = 13) + P(X = 14) + P(X = 15) = 0.204 + 0.29 + 0.254 + 0.104 = 0.852[/tex]
The correct answer is given by option d.