.
Research finds that of the students entering a degree program, 90% will successfully complete it.
In 2018, 15 students commenced the course. Calculate the probability that:
I) all 15 students will successfully complete the course.
II) only one student fails.
III) no more than two students fail.
I) at least two students fail.
~~~~~~~~~~~~~~~~~
All these problems/questions are about binomial probability distribution.
So, use the related standard formulas.
(i) P = = 0.2059 (rounded). ANSWER
(ii) P = = = 0.34315 (rounded). ANSWER
(iii) "No more than two students fail" means 0, 1, or 2 students fail
P = P(0 fail) + P(1 fails) + P(2 fail) =
= + + =
= = 0.8159 (rounded). ANSWER
(iv) "at least two students fail" means that no more than 1 student pass
P = P(0 pass) + P(1 passes) = + = = 1.36*10^(-13). ANSWER
Solved.