Let:
p = probability that a flight is on time = .81
q = 1 - p = probability that a flight is not on time = .19
n = number of flights that are randomly selected = 148
The formula for binomial probability distribution is P(x) = (nCx)pxqn-x
where x is a number taken from n,
nCx = n!/(x!•(n-x)!) = is a binomial coefficient.
(a) x= 108
P(108) = (148C108)(.81)108 (.19)40
P(108) = 0.0044 = 0.44%
(b) P(108 ≤ x ≤ 148) => The least is 108 and the maximum is 148. So what you need to do is get the following probability: P(108), P(109), P(110), . . ., P(148) and then add them all up. Of course that would be very tedious.
But if you have a calculator with the sigma notation and the nCr that would be easy to calculate.
148
∑ 148Ck (0.81)k(0.19)148-k ≈ .9937 = 99.37%
k=108
(c)Fewer than 127 means 0 ≤ x < 127. Make sure you don't include 127 for the x. In a calculator or any computing app:
126
∑ 148Ck (0.81)k(0.19)148-k ≈ .9208 = 92.08%
k=0
(d) 127 ≤ x ≤ 129.
129
∑ 148Ck (0.81)k(0.19)148-k ≈ .0612 = 6.12%
k=127