Sections
Introduction

Introduction

Introduction

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)(μΧ), (nn)(σΧ)].

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)z = Σx(n)(μX)(n)(σX)
    1. (n)(μX) = mean of ΣX
    2. (n)(σX)(n)(σX) = standard deviation of ΣXΣX

Using the TI-83, 83+, 84, 84+ Calculator

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

2ndDISTR


 
2:normalcdf

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

where

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

Example 7.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.
Solution 7.5

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. Because μX = 90, σX = 15, and n = 80, ΣXΣX ~ N[(80)(90),

(8080)(15)]
  • mean of the sums = (n)(μX) = (80)(90) = 7200
  • standard deviation of the sums = (n)(σX) = (80)(n)(σX) = (80)(15)
  • sum of 80 values = Σx = 7500

     

a. Find Px > 7500)

Px > 7500) = 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 7.3

Using the TI-83, 83+, 84, 84+ Calculator

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

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

normalcdf (7500,1E99,(80)(90),(80)(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)(n)(σΧ) = (80)(90) + (1.5)(8080)(15) = 7401.2

Try It 7.5

An unknown distribution has a mean of 45 and a standard deviation of 8. 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 the TI-83, 83+, 84, 84+ Calculator

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)(n)(standard deviation))

where

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

Example 7.6

In a recent study reported Oct. 29, 2012, the mean age of tablet users is 34 years. Suppose the standard deviation is 15 years. The sample 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.
Solution 7.6
  1. μΣx = x = 50(34) = 1,700 and σΣx = nnσx = (50 )(50 )(15) = 106.01

     
    The distribution is normal for sums by the central limit theorem.
  2. P(1500 x normalcdf (1500, 1800, (50)(34), (50 )(50 )(15)) = 0.7974
  3. Let k = the 80th percentile.

     
    k = invNorm(0.80,(50)(34),(50 )(50 )(15)) = 1789.3
Try It 7.6

In a recent study reported Oct. 29, 2012, the mean age of tablet users is 35 years. Suppose the standard deviation is 10 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 7.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 size of 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 10 hours.
Solution 7.7
  1. μΣx = x = 70(8.2) = 574 minutes and σΣx = (n)(σx)(n)(σx) = (70 )(70 )(1) = 8.37 minutes
  2. Let k = the 95th percentile.

     
    k = invNorm (0.95,(70)(8.2),(70)(70)(1)) = 587.76 minutes

     
    Ninety-five percent of the app engagement times are at most 587.76 minutes.
  3. 10 hours = 600 minutes

     
    Px ≥ 600) = normalcdf(600,E99,(70)(8.2),(70)(70)(1)) = 0.0009
Try It 7.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 size of 70.

  1. What is the probability that the sum of the sample is between seven hours and 10 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.