▸P(at most 40 successes) is approximately 2.8716% (0.028716).
- With n = 100 trials and p = 0.5, the binomial mean is 50.000 and standard deviation is 5.000.
- Both np >= 5 and n(1-p) >= 5, so the normal approximation with continuity correction is reliable here.
- The continuity correction shifts the discrete boundary by 0.5 before computing the z-score, improving accuracy compared to using the raw value.
Next stepFor sample sizes where the condition is borderline, compare this result against the exact binomial CDF to see how close the approximation is.