Probability of defect p = 0.5% = 0.005
q = 1 - p = 1 - 0.005 = 0.995
Now the number of packs is n = 5.
We need to find probability of 3 or more faulty blades.
"P(x \\geq 3)=P(x=3)+P(x=4)+P(x=5)" P(x >= 3)
= 5C3 0.0053 * 0.9952 + 5C4 0.0054*0.995 + 5C5 * 0.0055
= 0.000001238 + 0.000000003 + 3.125 * 10-12
= 1.241 * 10-6
Comments
Leave a comment