Skip to main content
Statistics LibreTexts

7.2: The Sum Distribution

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

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

    • \(\mu_{x}\) = the mean of \(X\)
    • \(\sigma_{x}\) = the standard deviation of \(X\)

    If you draw random samples of size \(n\), then as \(n\) increases, the random variable \(\sum X\) consisting of sums tends to be normally distributed and

    \[\sum X \sim N((n)(\mu_{x}), (\sqrt{n})(\sigma_{x})).\]

    The central limit theorem for sums says that if you keep drawing larger and larger samples and taking their sums, the sums form their own normal distribution (the sampling distribution), which approaches a normal distribution as the sample size increases. 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 \(\sum X\) has the following z-score associated with it:

    1. \(\sum x\) is one sum.
    2. \(z = \frac{\sum x - (n)(\mu_{x})}{(\sqrt{n})(\sigma_{x})}\)
      1. \((n)(\mu_{x})\)= the mean of \(\sum X\)
      2. \((\sqrt{n})(\sigma_{x})\)= standard deviation of \(\sum X\)

    Example \(\PageIndex{1}\)

    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.

    Answer

    Let \(X =\) one value from the original unknown population. The probability question asks you to find a probability for the sum (or total of) 80 values.

    \(\sum X =\) the sum or total of 80 values. Since \(\mu_{x} = 90\), \(\sigma_{x} = 15\), and \(n = 80\), \(\sum X \sim N((80)(90),(\sqrt{80})(15))\)

    • mean of the sums \(= (n)(\mu_{x}) = (80)(90) = 7,200\)
    • standard deviation of the sums \(= (\sqrt{n})(\sigma_{x}) = (\sqrt{80})(15) = (80)(15)\)
    • sum of 80 values \(= \sum X = 7,500\)

    a. Find \(P(\sum X > 7,500)\)

    \(P(\sum X > 7,500) = 0.0127\)

    This is a normal distribution curve. The peak of the curve coincides with the point 7200 on the horizontal axis. The point 7500 is also labeled. A vertical line extends from point 7500 to the curve. The area to the right of 7500 below the curve is shaded.
    Figure \(\PageIndex{1}\).

    normalcdf(lower value, upper value, mean of sums, stdev of sums)

    The parameter list is abbreviated \(\left(lower, upper, (n)(\mu_{x}, (\sqrt{n}(\sigma_{x})\right)\)

    normalcdf \(\left(7500,1E99,(80)(90),(\sqrt{80})(15)\right) = 0.0127\)

    REMINDER

    1E99 = 1099.

    Press the EE key for E.

    b. Find \(\sum x\) where \(z = 1.5\).

    \(\sum x = (n)(\nu_{x}) + (z)(\sqrt{n})(\sigma_{x}) = (80)(90) + (1.5)(\sqrt{80})(15) = 7,401.2\)

    Example \(\PageIndex{2}\)

    In a recent 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.

    Answer

    1. \(\mu_{x} - n\mu_{x} = 1,700\) and \(\sigma_{\sum X} = \sqrt{n}\sigma_{X} = (\sqrt{50})(15) = 106.01\)
      The distribution is normal for sums by the central limit theorem.
    2. \(P(1500 < \sum X < 1800) = (1,500, 1,800, (50)(34), (\sqrt{50})(15)) = 0.7974\)
    3. Let \(k\) = the 80th percentile.
      \(k = (0.80,(50)(34),(\sqrt{50})(15)) = 1,789.3\)

    Example \(\PageIndex{3}\)

    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.

    Answer

    1. \(\mu_{\sum X} = n\mu_{X}= 70(8.2) = 574\) minutes and \(\sigma_{\sum X} (\sqrt{n})(\sigma_{x}) = (\sqrt{70})(1) = 8.37\) minutes
    2. Let \(k\) = the 95th percentile.
      \(k = \text{invNorm} (0.95,(70)(8.2),(\sqrt{70})(1)) = 587.76\) minutes
      Ninety five percent of the app engagement times are at most 587.76 minutes.
    3. ten hours = 600 minutes
      \(P(\sum X \geq 600) = \text{normalcdf}(600,E99,(70)(8.2),(\sqrt{70})(1)) = 0.0009\)

    WeBWorK Problems

    Query \(\PageIndex{1}\)

    Query \(\PageIndex{2}\)

    Query \(\PageIndex{3}\)

     

    References

    1. Farago, Peter. “The Truth About Cats and Dogs: Smartphone vs Tablet Usage Differences.” The Flurry Blog, 2013. Posted October 29, 2012. Available online at blog.flurry.com (accessed May 17, 2013).

    Review

    The central limit theorem tells us that for a population with any distribution, the distribution of the sums for the sample means approaches a normal distribution as the sample size increases. In other words, if the sample size is large enough, the distribution of the sums can be approximated by a normal distribution even if the original population is not normally distributed. Additionally, if the original population has a mean of \(\mu_{x}\) and a standard deviation of \(\sigma_{x}\), the mean of the sums is \(n\)\(\mu_{x}\) and the standard deviation is (\(\sqrt{n}\))(\(\sigma_{x}\)) where \(n\) is the sample size.

    Formula Review

    • The Central Limit Theorem for Sums: \(\sum X ~ N[(n)(\mu_{x}, (\sqrt{n})(\sigma_{x}))]\)
    • Mean for Sums \((\sum X): (n)(\mu_{x})\)
    • The Central Limit Theorem for Sums \(z\)-score and standard deviation for sums: \(z \text{ for the sample mean} = \frac{\sum x - (n)(\mu_{x})}{(\sqrt{n})(\sigma_{x})}\)
    • Standard deviation for Sums \((\sum X): (\sqrt{n})(\sigma_{x})\)

    This page titled 7.2: The Sum Distribution is shared under a CC BY 4.0 license and was authored, remixed, and/or curated by OpenStax via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.