Peter R. answered 07/10/22
Experienced Instructor in Prealgebra, Algebra I and II, SAT/ACT Math.
(a) Binomial distribution can be used if the probability experiment satifies four conditions:
- Fixed number of independent trails.
- Only two possible outcomes: success or failure. In this example it's on-time (success) or not on time (failure).
- Probability of success is same for each trial.
- The random variable x counts the number of successful trials.
(b) n = 25; p = 0.80
(c) Probability of exactly 16 [P(16)] you can use formula or table (available on line, but need table that goes to N = 25, highly recommended for this problem) Formula is P(x) = [n!/(n - x)!x!]pxqn-x. n = 25; p = 0.8; q = 0.2; x = 16. Or you can use the formula with a Combination factor. The table gives a probability of exactly 16 successes as 0.029.
(d) For fewer than 16, have to repeat the above for all values of n = 0 -> 15 and add them. Or, do sum of 16 -> 25 and subtract the result from 1.0.
(e) At least 16 is sum of probabilities of P(16) -> P(25).
(f) Find P(14), P(15) and P(16) and add them.