Q:

A machine is shut down for repairs if a random sample of 100 items selected from the daily output of the machine reveals at least 15% defectives. (Assume that the daily output is a large number of items.) If on a given day the machine is producing only 10% defective items, what is the probability that it will be shut down? [Hint: Use the .5 continuity correction.]

Accepted Solution

A:
Answer:There is a 4.75% probability that it will be shut down.Step-by-step explanation:For each item selected, there are only two possible outcomes. Either it is defective, or it is not. This means that we use concepts of the binomial probability distribution to solve this problem.However, we are working with samples that are considerably big. So i am going to aproximate this binomial distribution to the normal.Binomial probability distributionProbability of exactly x sucesses on n repeated trials, with p probability.Can be approximated to a normal distribution, using the expected value and the standard deviation.The expected value of the binomial distribution is:[tex]E(X) = np[/tex]The standard deviation of the binomial distribution is:[tex]\sqrt{V(X)} = \sqrt{np(1-p)}[/tex]Normal probability distributionProblems of normally distributed samples can be solved using the z-score formula.In a set with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the zscore of a measure X is given by:[tex]Z = \frac{X - \mu}{\sigma}[/tex]The Z-score measures how many standard deviations the measure is from the mean. After finding the Z-score, we look at the z-score table and find the p-value associated with this z-score. This p-value is the probability that the value of the measure is smaller than X, that is, the percentile of X. Subtracting 1 by the pvalue, we get the probability that the value of the measure is greater than X.When we are approximating a binomial distribution to a normal one, we have that [tex]\mu = E(X)[/tex], [tex]\sigma = \sqrt{V(X)}[/tex].In this problem, we have that:There are 100 items, so [tex]n = 100[/tex].If on a given day the machine is producing only 10% defective items, what is the probability that it will be shut down?We have that [tex]\mu = 100*0.10 = 10[/tex] and [tex]\sigma = \sqrt{n*p*(1-p)} = \sqrt{100*0.10*0.90} = 3[/tex].It is going to be shut down if at least 15% are defective, so 0.15*100 = 15. This probability is 1 subtracted by the pvalue of Z when [tex]X = 15[/tex].So[tex]Z = \frac{15 - 10}{3}[/tex][tex]Z = 1.67[/tex][tex]Z = 1.67[/tex] has a pvalue of 0.9525. This means that there is a 1-0.9525 = 0.0475 = 4.75% probability that it will be shut down.