Many situations of interest are modeled not by normal random variables, but by others that are non particularly close to normal. We have seen examples where it makes sense to use Bernoulli, or geometric, or Poisson random variables. These are discrete, and their densities look nothing like those of normal random variables. But it is a remarkable fact that even in these cases, for sufficiently large values of
Central Limit Theorem: (CLT) Let
As
Here on the left is an image of the density function of

A proof of the CLT would take us on a substantial detour, and so a sketch will be available as a drop-down addendum in the future. For now, we take the theorem as fact without justification.
Note: Experience has shown that for purposes of approximation, samples of size
With the CLT in mind, and knowing that binomial densities are just sums of Bernoulli densities, we can approximate both binomial densities and binomial distribution functions. That is, if
being approximately
or
This last is a statement regarding how the average of
We may see this as
so that binomial random variables can be approximated by members of the family of normal random variables.
Here is the graph of the density function for the discrete random variable

As an example, consider the following problem.
Example: The incidence of color blindness in a population is . From a survey of members of this population, approximate the probability that the number of color blind survey participants is less than . Approximate the probability that the number of color blind participants is greater than .
Whether or not one person from the survey is color blind is a random variable with Bernoulli density function
hardly inviting. The probability that less than
again, not a convenient number to obtain.
Instead, since we know the mean and standard deviation of
we approximate
We calculate this to be
That is, we have determined that there is less than a seven percent chance that the number of color blind people in the population will be less than
This took a computer algebra system over an hour to obtain.
Similarly, the probability that the number of color blind participants is greater than
Again, the computation of the actual value is prohibitive. Using much time with a computer algebra system we obtain the actual value
Here is an example illustrating how we can use normal approximation to assess whether or not a game is fair.
Problem: A fair coin is flipped times, Approximate the probability that heads occurs at most times. What value of gives the approximation ? ? If a coin is flipped times and comes up heads times, is it reasonable to think that it is a fair coin?
On flipping a fair coin
It follows that the probability of getting heads at most
This can be very unpleasant to calculate explicitly. Knowing that
and determine that the desired probability is approximately
We can obtain the probability using, for example, the cumulative standard normal distribution function NORMSDIST(x) in spreadsheet applications. Thus, if
The
is approximately
when
we solve this for
So, that the number of heads occurring is greater than
The
is approximately
when
we solve this for
So, that the number of heads occurring is greater than
When on a thousand flips a coin comes up
Here is a spreadsheet which runs the following experiment: pick one of
Click here to open a copy of this so you can experiment with it. You will need to be signed in to a Google account.