Nina K. answered 03/12/25
Harvard Grad Math Tutor
- Because we are computing a probability, we need to use the CDF of the normal distribution. On many scientific calculators, this is called normalcdf. It will usually require the following parameters: lower bound, upper bound, mean, standard deviation. These are each given in the problem: the lower bound is 209, the upper bound is 210.5, the mean is 216.6 and the standard deviation is 45.9.
- Here we can use the Central Limit Theorem, which says that a sample average (in the limit) is distributed according to a normal distribution. Concretely, it says that sqrt(n)(Xavg - mean) converges to a standard normal. This means that for large n, Xavg is approximately distributed as a normal random variable with mean equal to the population mean and standard deviation equal to the population standard deviation divided by the square root of n. So Xavg is normal, with a mean of 216.6 and a standard deviation of 216.6/sqrt(230) = 14.28. Then we can use the same normalcdf function as in part 1, but with this new standard deviation, to compute the probability.
Madison O.
When computing those equations, I got the answers 0.0129 and 0.0373 which were marked wrong on the homework, I forgot to mention in the original post that the teacher wants the answers to be obtained using z-scores03/12/25