The Central Limit Theorem for Sums

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 ΣΧ ~ N((n)(μΧ), ( n

)(σΧ)).

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 ΣX has the following z-score associated with it:

  1. Σx is one sum.
  2. z =  Σx(n)( μ X ) ( n )( σ X )
    1. (n)(μX) = the mean of ΣX
    2. ( n )( σ X )

      = standard deviation of

      ΣX

To find probabilities for sums on the calculator, follow these steps.

2nd DISTR * * *

2:normalcdf * * *

normalcdf(lower value of the area, upper value of the area, (n)(mean), ( n

)(standard deviation))

where:

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.

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.

ΣX = the sum or total of 80 values. Since μX = 90, σX = 15, and n = 80, ΣX

~ N((80)(90), * * *

( 80

)(15))

  • mean of the sums = (n)(μX) = (80)(90) = 7,200
  • standard deviation of the sums = ( n )( σ X ) = ( 80 )

    (15)

  • sum of 80 values = Σx = 7,500

a. Find Px > 7,500)

Px > 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.{:}

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

The parameter list is abbreviated(lower, upper, (n)(μX, ( n )

(σX))

normalcdf (7500,1E99,(80)(90), ( 80 )

(15)) = 0.0127

Reminder

1E99 = 1099.

Press the EE key for E.

b. Find Σx where z = 1.5.

Σx = (n)(μX) + (z) ( n )

(σΧ) = (80)(90) + (1.5)( 80

)(15) = 7,401.2

Try It

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.

To find percentiles for sums on the calculator, follow these steps.

2nd DIStR * * *

3:invNorm * * *

k = invNorm (area to the left of k, (n)(mean), ( n )

(standard deviation))

where:

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.
  1. μΣx = x = 50(34) = 1,700 and σΣx = n

    σx =

    ( 50  )

    (15) = 106.07


    The distribution is normal for sums by the central limit theorem.

  2. P(1500 < Σx < 1800) = normalcdf (1,500, 1,800, (50)(34), ( 50  )

    (15)) = 0.7974

  3. Let k = the 80th percentile.

    k = invNorm(0.80,(50)(34),

    ( 50  )

    (15)) = 1,789.3

Try It

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.

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.
  1. μΣx = x = 70(8.2) = 574 minutes and σΣx = ( n )( σ x )

    =

    ( 70  )

    (1) = 8.37 minutes

  2. Let k = the 95th percentile.

    k = invNorm (0.95,(70)(8.2),

    ( 70 )

    (1)) = 587.76 minutes


    Ninety five percent of the sums of app engagement times are at most 587.76 minutes.

  3. ten hours = 600 minutes

    Px ≥ 600) = normalcdf(600,E99,(70)(8.2),

    ( 70 )

    (1)) = 0.0009

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.

References

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

Chapter 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 μX and a standard deviation of σx, the mean of the sums is x and the standard deviation is ( n )

(σx) where n is the sample size.

Formula Review

The Central Limit Theorem for Sums: ∑X ~ N[(n)(μx),( n

)(σx)]

Mean for Sums (∑X): (n)(μx)

The Central Limit Theorem for Sums z-score and standard deviation for sums: z for the sample mean =  Σx(n)( μ X ) ( n )( σ X )

Standard deviation for Sums (∑X): ( n )

(σx)

Use the following information to answer the next four exercises: An unknown distribution has a mean of 80 and a standard deviation of 12. A sample size of 95 is drawn randomly from the population.

Find the probability that the sum of the 95 values is greater than 7,650.

0.3345

Find the probability that the sum of the 95 values is less than 7,400.

Find the sum that is two standard deviations above the mean of the sums.

7,833.92

Find the sum that is 1.5 standard deviations below the mean of the sums.


Use the following information to answer the next five exercises: The distribution of results from a cholesterol test has a mean of 180 and a standard deviation of 20. A sample size of 40 is drawn randomly.

Find the probability that the sum of the 40 values is greater than 7,500.

0.0089

Find the probability that the sum of the 40 values is less than 7,000.

Find the sum that is one standard deviation above the mean of the sums.

7,326.49

Find the sum that is 1.5 standard deviations below the mean of the sums.

Find the percentage of sums between 1.5 standard deviations below the mean of the sums and one standard deviation above the mean of the sums.

77.45%


Use the following information to answer the next six exercises: A researcher measures the amount of sugar in several cans of the same soda. The mean is 39.01 with a standard deviation of 0.5. The researcher randomly selects a sample of 100.

Find the probability that the sum of the 100 values is greater than 3,910.

Find the probability that the sum of the 100 values is less than 3,900.

0.4207

Find the probability that the sum of the 100 values falls between the numbers you found in [link] and [link].

Find the sum with a z–score of –2.5.

3,888.5

Find the sum with a z–score of 0.5.

Find the probability that the sums will fall between the z-scores –2 and 1.

0.8186


Use the following information to answer the next four exercises: An unknown distribution has a mean 12 and a standard deviation of one. A sample size of 25 is taken. Let X = the object of interest.

What is the mean of ΣX?

What is the standard deviation of ΣX?

5

What is P(Σx = 290)?

What is P(Σx > 290)?

0.9772

True or False: only the sums of normal distributions are also normal distributions.

In order for the sums of a distribution to approach a normal distribution, what must be true?

The sample size, n, gets larger.

What three things must you know about a distribution to find the probability of sums?

An unknown distribution has a mean of 25 and a standard deviation of six. Let X = one object from this distribution. What is the sample size if the standard deviation of ΣX is 42?

49

An unknown distribution has a mean of 19 and a standard deviation of 20. Let X = the object of interest. What is the sample size if the mean of ΣX is 15,200?


Use the following information to answer the next three exercises.* A market researcher analyzes how many electronics devices customers buy in a single purchase. The distribution has a mean of three with a standard deviation of 0.7. She samples 400 customers.

What is the z-score for Σx = 840?

26.00

What is the z-score for Σx = 1,186?

What is P(Σx < 1,186)?

0.1587


Use the following information to answer the next three exercises:* An unkwon distribution has a mean of 100, a standard deviation of 100, and a sample size of 100. Let X = one object of interest.

What is the mean of ΣX?

What is the standard deviation of ΣX?

1,000

What is P(Σx > 9,000)?

Homework

Which of the following is NOT TRUE about the theoretical distribution of sums?

  1. The mean, median and mode are equal.
  2. The area under the curve is one.
  3. The curve never touches the x-axis.
  4. The curve is skewed to the right.

Suppose that the duration of a particular type of criminal trial is known to have a mean of 21 days and a standard deviation of seven days. We randomly sample nine trials.

  1. In words, ΣX = ______________
  2. ΣX ~ _____(_____,_____)
  3. Find the probability that the total length of the nine trials is at least 225 days.
  4. Ninety percent of the total of nine of these types of trials will last at least how long?
  1. the total length of time for nine criminal trials
  2. N(189, 21)
  3. 0.0432
  4. 162.09; ninety percent of the total nine trials of this type will last 162 days or more.

Suppose that the weight of open boxes of cereal in a home with children is uniformly distributed from two to six pounds with a mean of four pounds and standard deviation of 1.1547. We randomly survey 64 homes with children.

  1. In words, X = \_\_\_\_\_\_\_\_\_\_\_\_\_
  2. The distribution is \_\_\_\_\_\_\_.
  3. In words, ΣX = \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_
  4. ΣX ~ \_\_\_\_\_(\_\_\_\_\_,\_\_\_\_\_)
  5. Find the probability that the total weight of open boxes is less than 250 pounds.
  6. Find the 35th percentile for the total weight of open boxes of cereal.

Salaries for teachers in a particular elementary school district are normally distributed with a mean of $44,000 and a standard deviation of $6,500. We randomly survey ten teachers from that district.

  1. In words, X = ______________
  2. X ~ _____(_____,_____)
  3. In words, ΣX = _____________
  4. ΣX ~ _____(_____,_____)
  5. Find the probability that the teachers earn a total of over $400,000.
  6. Find the 90th percentile for an individual teacher’s salary.
  7. Find the 90th percentile for the sum of ten teachers’ salary.
  8. If we surveyed 70 teachers instead of ten, graphically, how would that change the distribution in part d?
  9. If each of the 70 teachers received a $3,000 raise, graphically, how would that change the distribution in part b?
  1. X = the salary of one elementary school teacher in the district
  2. X ~ N(44,000, 6,500)
  3. ΣX ~ sum of the salaries of ten elementary school teachers in the sample
  4. ΣX ~ N(44000, 20554.80)
  5. 0.9742
  6. $52,330.09
  7. 466,342.04
  8. Sampling 70 teachers instead of ten would cause the distribution to be more spread out. It would be a more symmetrical normal curve.
  9. If every teacher received a $3,000 raise, the distribution of X would shift to the right by $3,000. In other words, it would have a mean of $47,000.

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

You can also download for free at http://cnx.org/contents/30189442-6998-4686-ac05-ed152b91b9de@21.1

Attribution: