Skip to main content
Statistics LibreTexts

7.6: Normal Approximation to the Binomial

  • Page ID
    2122
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Learning Objectives

    • State the relationship between the normal distribution and the binomial distribution
    • Use the normal distribution to approximate the binomial distribution
    • State when the approximation is adequate

    In the section on the history of the normal distribution, we saw that the normal distribution can be used to approximate the binomial distribution. This section shows how to compute these approximations.

    Let's begin with an example. Assume you have a fair coin and wish to know the probability that you would get \(8\) heads out of \(10\) flips. The binomial distribution has a mean of \(\mu =N\pi =(10)(0.5)=5\) and a variance of \(\sigma ^2=N\pi (1-\pi )=(10)(0.5)(0.5)=2.5\). The standard deviation is therefore \(1.5811\). A total of \(8\) heads is \((8 - 5)/1.5811 = 1.897\) standard deviations above the mean of the distribution. The question then is, "What is the probability of getting a value exactly \(1.897\) standard deviations above the mean?" You may be surprised to learn that the answer is \(0\): The probability of any one specific point is \(0\). The problem is that the binomial distribution is a discrete probability distribution, whereas the normal distribution is a continuous distribution.

    The solution is to round off and consider any value from \(7.5\) to \(8.5\) to represent an outcome of \(8\) heads. Using this approach, we figure out the area under a normal curve from \(7.5\) to \(8.5\). The area in green in Figure \(\PageIndex{1}\) is an approximation of the probability of obtaining \(8\) heads.

    normal_binom_p.gif
    Figure \(\PageIndex{1}\): Approximating the probability of \(8\) heads with the normal distribution.

    The solution is therefore to compute this area. First we compute the area below \(8.5\) and then subtract the area below \(7.5\).

    The results of using the normal area calculator to find the area below \(8.5\) are shown in Figure \(\PageIndex{2}\). The results for \(7.5\) are shown in Figure \(\PageIndex{3}\).

    binom3.gif
    Figure \(\PageIndex{2}\): Area below \(8.5\)
    binom2.gif
    Figure \(\PageIndex{3}\): Area below \(7.5\)

    The difference between the areas is \(0.044\), which is the approximation of the binomial probability. For these parameters, the approximation is very accurate. The demonstration in the next section allows you to explore its accuracy with different parameters.

    If you did not have the normal area calculator, you could find the solution using a table of the standard normal distribution (a \(Z\) table) as follows:

    1. Find a \(Z\) score for \(8.5\) using the formula \(Z = (8.5 - 5)/1.5811 = 2.21\).
    2. Find the area below a \(Z\) of \(2.21 = 0.987\).
    3. Find a \(Z\) score for \(7.5\) using the formula \(Z = (7.5 - 5)/1.5811 = 1.58\).
    4. Find the area below a \(Z\) of \(1.58 = 0.943\).
    5. Subtract the value in step \(4\) from the value in step \(2\) to get \(0.044\).

    The same logic applies when calculating the probability of a range of outcomes. For example, to calculate the probability of \(8\) to \(10\) flips, calculate the area from \(7.5\) to \(10.5\).

    The accuracy of the approximation depends on the values of \(N\) and \(\pi\). A rule of thumb is that the approximation is good if both \(N\pi\) and \(N(1-\pi )\) are both greater than \(10\).


    This page titled 7.6: Normal Approximation to the Binomial is shared under a Public Domain license and was authored, remixed, and/or curated by David Lane via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.

    • Was this article helpful?