Question 632677
Given a binomial distribution with n = 21 and p = 0.77, would the normal distribution provide a reasonable approximation? 
-----------------------------
Hello,

In order using normal distribution to calculate binomial distribution:
p * n > 5

AND

(1 - p) * n > 5

If both are satisfied, you are GOOD TO GO:)

John10