Skip to main content
Statistics LibreTexts

6.2: Central Limit Theorem for Sums

  • Page ID
    29607
  • \( \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}}\)

    \( \newcommand{\vectorA}[1]{\vec{#1}}      % arrow\)

    \( \newcommand{\vectorAt}[1]{\vec{\text{#1}}}      % arrow\)

    \( \newcommand{\vectorB}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \)

    \( \newcommand{\vectorC}[1]{\textbf{#1}} \)

    \( \newcommand{\vectorD}[1]{\overrightarrow{#1}} \)

    \( \newcommand{\vectorDt}[1]{\overrightarrow{\text{#1}}} \)

    \( \newcommand{\vectE}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash{\mathbf {#1}}}} \)

    \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \)

    \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)

    26

    Central Limit Theorem for Sums

    jkesler


    [latexpage]

    Suppose X is a random variable with a distribution that may be known or unknown (it can be any distribution) and suppose:

    1. μX = the mean of Χ
    2. σΧ = the standard deviation of X

    If you draw random samples of size n, then as n increases, the random variable ΣX consisting of sums tends to be normally distributed and $\sum X \sim N \left( n\cdot \mu_x, \sqrt{n}\cdot \sigma_x \right)$

    Thecentral limit theorem for sums says that if you repeatedly draw samples of a given size (such as repeatedly rolling ten dice) and calculate the sum of each sample, these sums tend to follow a normal distribution. As sample sizes increase, the distribution of means more closely follows the normal distribution. The normal distribution has a mean equal to the original mean multiplied by the sample size and a standard deviation equal to the original standard deviation multiplied by the square root of the sample size.

    The random variable ΣX has the following z-score associated with it:

    1. Σx is one sum.
    2. $z = \frac{\sum x -n\cdot \mu_X}{\sqrt{n}\cdot \sigma_x}$
      1. $n\cdot \mu_x = $ the mean of $\sum X$
      2. $\sqrt{n}\cdot \sigma_X = $ the standard deviation of $\sum X$

    Example 6.5

    An unknown distribution has a mean of 90 and a standard deviation of 15. A sample of size 80 is drawn randomly from the population.

    1. Find the probability that the sum of the 80 values (or the total of the 80 values) is more than 7,500.
    2. Find the sum that is 1.5 standard deviations above the mean of the sums.

    Try It 6.5

    An unknown distribution has a mean of 45 and a standard deviation of eight. A sample size of 50 is drawn randomly from the population. Find the probability that the sum of the 50 values is more than 2,400.

    Using Google Sheets

    To find percentiles for sums using a spreadsheet, use the NORM.INV function. Type the following in a cell:

    =NORM.INV(k, n * mean, SQRT(n)*standard deviation)

    where:

    • k is the kthpercentile
    • mean is the mean of the original distribution
    • standard deviation is the standard deviation of the original distribution
    • sample size = n

    Example 6.6

    In a study reported Oct. 29, 2012 on the Flurry Blog, the mean age of tablet users is 34 years. Suppose the standard deviation is 15 years. The sample of size is 50.

    1. What are the mean and standard deviation for the sum of the ages of tablet users? What is the distribution?
    2. Find the probability that the sum of the ages is between 1,500 and 1,800 years.
    3. Find the 80th percentile for the sum of the 50 ages.

    Try It 6.6

    In a recent study reported Oct.29, 2012 on the Flurry Blog, the mean age of tablet users is 35 years. Suppose the standard deviation is ten years. The sample size is 39.

    1. What are the mean and standard deviation for the sum of the ages of tablet users? What is the distribution?
    2. Find the probability that the sum of the ages is between 1,400 and 1,500 years.
    3. Find the 90th percentile for the sum of the 39 ages.

    Example 6.7

    The mean number of minutes for app engagement by a tablet user is 8.2 minutes. Suppose the standard deviation is one minute. Take a sample of size 70.

    1. What are the mean and standard deviation for the sums?
    2. Find the 95th percentile for the sum of the sample. Interpret this value in a complete sentence.
    3. Find the probability that the sum of the sample is at least ten hours.

    Try It 6.7

    The mean number of minutes for app engagement by a table use is 8.2 minutes. Suppose the standard deviation is one minute. Take a sample size of 70.

    1. What is the probability that the sum of the sample is between seven hours and ten hours? What does this mean in context of the problem?
    2. Find the 84th and 16th percentiles for the sum of the sample. Interpret these values in context.

    6.2: Central Limit Theorem for Sums is shared under a not declared license and was authored, remixed, and/or curated by LibreTexts.

    • Was this article helpful?