SOLUTION: If 10 samples (items) are chosen from a population with defect rate = 0.3, what is the probability that exactly 6 items are defective

Algebra.Com
Question 1092301: If 10 samples (items) are chosen from a population with defect rate = 0.3, what is the probability that exactly 6 items are defective
Answer by jim_thompson5910(35256)   (Show Source): You can put this solution on YOUR website!

n = 10 is the sample size
p = 0.3 is the defect rate
k = 6 number of items

---------------------------------------------------------------------
Plug n = 10 and k = 6 into the combination formula to get
n C k = (n!)/(k!*(n-k)!)
10 C 6 = (10!)/(6!*(10-6)!)
10 C 6 = (10!)/(6!*4!)
10 C 6 = (10*9*8*7*6!)/(6!*4!)
10 C 6 = (10*9*8*7)/(4!)
10 C 6 = (10*9*8*7)/(4*3*2*1)
10 C 6 = 5040/24
10 C 6 = 210

Now use that combination value to compute the binomial probability
P(X = k) = (n C k)*(p)^(k)*(1-p)^(n-k)
P(X = 6) = (10 C 6)*(0.3)^(6)*(1-0.3)^(10-6)
P(X = 6) = (10 C 6)*(0.3)^(6)*(0.7)^(4)
P(X = 6) = (210)*(0.3)^(6)*(0.7)^4
P(X = 6) = (210)*(0.000729)*(0.2401)
P(X = 6) = 0.036756909

---------------------------------------------------------------------
---------------------------------------------------------------------

The final answer is 0.036756909 (this is equivalent to 3.6756909%)

RELATED QUESTIONS

A manufacturing machine has a 2% defect rate. If 10 items are chosen at random, what... (answered by ewatrrr)
A manufacturing machine has a 8% defect rate. If 10 items are chosen at random, what... (answered by Fombitz)
a manufacturing machine has a 9% defect rate. if 3 items are chosen at random what is the (answered by Fombitz)
A manufacturing machine has a 1% defect rate. If 4 items are chosen at random, what is (answered by ewatrrr)
A manufacturing machine has a 5% defect rate. If 5 items are chosen at random, what is (answered by ikleyn)
A manufacturing machine has a 1% defect rate. If 9 items are chosen at random, what is (answered by ikleyn)
A population consists of 15 items, 10 of which are acceptable. In a sample of 4 items,... (answered by stanbon)
A population consists of 15 items, 10 of which are acceptable. In a sample of 4 items,... (answered by stanbon)
A population consists of 15 items, 10 of which are acceptable. In a sample of four... (answered by Fombitz)