Concrete blocks are tested and it is found that, on average, 7% fail to meet the required specification. For a batch of 9 blocks, determine the probabilities that (a) three blocks and (b) less than four blocks will fail to meet the specification. If the failure rate of the blocks in the previous problem rises to 15%, find the probabilities that (c) no blocks and (d) more than two blocks will fail to meet the specification in a batch of 9 blocks.
Ans:
Use binomial distribution with n=9 and p=0.07
P(x=r)=9Cr*0.07r*(1-0.07)9-r
a)P(x=3)=9C3*0.073*(1-0.07)6=0.0186
b)P(less than 4)=P(x<=3)
=P(x=0)+P(x=1)+P(x=2)+P(x=3)
=9C0*0.070*(1-0.07)9+9C1*0.071*(1-0.07)8+9C2*0.072*(1-0.07)7+9C3*0.073*(1-0.07)6
=0.5204+0.3525+0.1061+0.0186
=0.9977
c)n=9 and p=0.15
P(x=0)=(1-0.15)^9=0.2316
d)
P(x>2)=1-P(x<=2)
=1-P(x=0)-P(x=1)-P(x=2)
=1-9C0*0.150*(1-0.15)9-9C1*0.151*(1-0.15)8-9C2*0.152*(1-0.15)7
=1-0.2316-0.3679-0.2579
=0.1408
Get Answers For Free
Most questions answered within 1 hours.