The probability that no more than three out of ten flights will not be on time can be calculated using the binomial probability formula. The formula is P(X ≤ k) = Σ (n choose i) * p^i * (1-p)^(n-i), where n is the number of trials, i is the number of successes, p is the probability of success, and (n choose i) is the binomial coefficient. In this case, n = 10, i can be 0, 1, 2, or 3, p = 0.824, and (n choose i) can be calculated using the binomial coefficient formula. By plugging in these values and summing up the probabilities for i = 0, 1, 2, and 3, we can find the probability that no more than three flights will not be on time.