SOLUTION: It is known that 10% of the items produced by a certain machine are defective. Find the probability that in a random sample of 900 items produced by this machine. A. At most 110 it
Algebra.Com
Question 1009767: It is known that 10% of the items produced by a certain machine are defective. Find the probability that in a random sample of 900 items produced by this machine. A. At most 110 items will be defective. B. At least 82 items will be defective. C. Between 75 and 100 items inclusive will be defect.
Answer by mathmate(429) (Show Source): You can put this solution on YOUR website!
Question:
It is known that 10% of the items produced by a certain machine are defective. Find the probability that in a random sample of 900 items produced by this machine. A. At most 110 items will be defective. B. At least 82 items will be defective. C. Between 75 and 100 items inclusive will be defect.
Solution:
The problem is essentially that of the binomial distribution, namely:
Trials are Bernoulli and have constant probability throughout if we assume infinite population size.
The probability for x successes out of n trials and probability p is
The parameters are:
n = 900 = sample size
p = 0.1 = probability of defects
Part I: exact calculations using binomial distribution
A. At most 110 items will be defective.
for i=0 to 110
=0.98685
B. At least 82 items will be defective.
for i=0 to 81
=1-0.17282
=0.82718
C. Between 75 to 100 items will be defective.
for i=75 to 100
=0.87737-0.039684
=0.83769
Part II: Using normal approximation with continuity correction.
mean, μ = np = 900*0.1 = 90
σ² = npq = 81
=>
σ = sqrt(81) = 9
and
Z(x) = (x-μ)/σ
= (x - 90)/9
A. At most 110 items will be defective.
Using continuity correction, x=110.5
P(x<=110.5)
=P(Z<=(110.5-90)/9)
=P(Z<=2.27778)
=0.98863
B. At least 82 items will be defective.
Using continuity correction,
P(x>=81.5)
=P(Z>=(81.5-90)/9)
=P(Z>=-0.94444)
=1-P(Z<=-0.94444)
=1-0.17247
=0.82753
C. Between 75 to 100 items will be defective.
Using continuity corrections,
P(74.5<=x<=100.5)
=P((74.5-90)/9 <= Z <= (100.5-74.5)/9)
=P(-1.722222<=Z<=1.1666667)
=P(Z<1.1666667)-P(Z<-1.72222)
=0.87833-0.042515
=0.83581
Note that values calculated using either methods are comparable.
RELATED QUESTIONS
Suppose that it is known that 5% of the items produced by a particular machine are... (answered by stanbon)
If 1% of the bolts produced by a certain machine are defective, find the probability that (answered by ewatrrr)
7.Ten percent of the items produced by a machine are defective. Out of 15 items chosen at (answered by stanbon)
From past information it is known that 10 percent of the chips made by Machine A are... (answered by Fombitz)
From past information it is known that 10 percent of the chips made by Machine A are... (answered by Fombitz)
Three machines X, Y, Z are produced respectively 50%, 30% and 20% of the total number of... (answered by Theo)
10% of items produced by a manufacturer are defective.
1. Find the probability that for... (answered by ewatrrr)
In a manufacturing plant, three machines, A, B, and C, produce 40%, 33%, and 27%,... (answered by ewatrrr)
It has been found that 55% of the tools produced by a certain machine are defective. What (answered by ikleyn)