SOLUTION: 6.Each day a quality engineer selects a random sample of 100 bolts from the day’s production, measures their lengths, and computes a 95% confidence interval for the mean length of

Algebra ->  Probability-and-statistics -> SOLUTION: 6.Each day a quality engineer selects a random sample of 100 bolts from the day’s production, measures their lengths, and computes a 95% confidence interval for the mean length of       Log On


   



Question 409970: 6.Each day a quality engineer selects a random sample of 100 bolts from the day’s production, measures their lengths, and computes a 95% confidence interval for the mean length of all the bolts manufactured that day. What is the probability that more than 15 of the confidence intervals constructed in the next 250 days will fail to cover the true mean?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Each day a quality engineer selects a random sample of 100 bolts from the day’s production, measures their lengths, and computes a 95% confidence interval for the mean length of all the bolts manufactured that day. What is the probability that more than 15 of the confidence intervals constructed in the next 250 days will fail to cover the true mean?
----
P(a CI does cover the true mean) = 0.95
--
P(it does not) = 0.05
-------------
Binomial Problem with n = 250 and p = 0.05
P(x > 15) = 1 - binomcdf(250,0.5,15) = 0.8113
=========================
Cheers,
Stan H
================