SOLUTION: Assume that a population is normally distributed with a mean of 100 and a standard deviation of 15. Would it be unusual for the mean of a sample of 3 to be 115 or more?
Algebra ->
Probability-and-statistics
-> SOLUTION: Assume that a population is normally distributed with a mean of 100 and a standard deviation of 15. Would it be unusual for the mean of a sample of 3 to be 115 or more?
Log On
Question 566408: Assume that a population is normally distributed with a mean of 100 and a standard deviation of 15. Would it be unusual for the mean of a sample of 3 to be 115 or more? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Assume that a population is normally distributed with a mean of 100 and a standard deviation of 15. Would it be unusual for the mean of a sample of 3 to be 115 or more?
----------
t(115) = (115-100)/[15/sqrt(3)] = 1.7321
------------------
P(x-bar >= 115)
= P(t >= 1.7321 when df = 2)
= tcdf(1.7321,100,2)
= 0.1127
===================================
Cheers,
Stan H.
=========================