Here
n=80
p=10%=0.1
Here x follows the binomial distribution:
P(X=x)=C(n,x)⋅px⋅(1−p)n−xP(X≤8)=P(X=0)+P(X=1)+P(X=2)+P(X=3)+P(X=4)+P(X=5)+P(X=6)+P(X=7)+P(X=8) P(X=0)=C(80,0)⋅0.10⋅(1−0.1)80−0=0.00022
P(X=1)=C(80,1)⋅0.11⋅0.979=0.00194P(X=2)=C(80,2)⋅0.12⋅0.978=0.00852
P(X=3)=C(80,3)⋅0.13⋅0.977=0.02462
P(X=4)=C(80,4)⋅0.14⋅0.976=0.05266
P(X=5)=C(80,5)⋅0.15⋅0.975=0.08895
P(X=6)=C(80,6)⋅0.16⋅0.974=0.12354
P(X=7)=C(80,7)⋅0.17⋅0.973=0.14510
P(X=8)=C(80,8)⋅0.18⋅0.942=0.14712
P(X≤8)=0.00022+0.00194+0.00852+0.02462+0.05266+0.08895+0.12354+0.14510+0.14712=0.59267
Answer: the probability that in a box of 80 bananas at most 8 will be rejected because they are too small is 0.59267.
Comments