
Jon S. answered 04/13/22
Patient and Knowledgeable Math and English Tutor
use binomial distribution formula for p = 0.85, n = 17, x = number of successes (flights on time)
P(x = k) = n ! p^k * (1-p) ^ n-k
--------
k! (n-k)!
P(x = 12) = 0.0668
P(x < 12) = 0.0319
P(x >= 12) = 0.9681
P(10 <= x <= 12) = P(x = 10) + P(x = 11) + P(x = 12) = 0.0065 + 0.0236 + 0.0668