Let X= the number of tainted tins: X∼Bin(n,p)
Given,
n=7,p=6/12=0.5,q=1−p=0.5
(a) exactly 3 of them are tainted,
P(X=3)=(37)(0.5)3(0.5)7−3=0.2734375(b) at least 5 of them are tainted,
P(X≥5)=P(X=5)+P(X=6)+P(X=7)=(57)(0.5)5(0.5)7−5+(67)(0.5)6(0.5)7−6+(77)(0.5)7(0.5)7−7=0.2265625
(c) at most 3 of them are tainted
P(X≤3)=P(X=0)+P(X=1)+P(X=2)+P(X=3)=(07)(0.5)0(0.5)7−0+(17)(0.5)1(0.5)7−1+(27)(0.5)2(0.5)7−2+(37)(0.5)3(0.5)7−3=0.5
Comments