We have that
n=100, p=0.1
P(10 ≤ X ≤ 12) - ?
i) Normal distribution
Mean μ=np=100⋅0.1=10
Standard deviation σ=np(1−p)=100⋅0.1(1−0.1)=10⋅0.9=9=3
P(10≤X≤12)=F(σ12−μ)−F(σ10−μ)=F(312−10)−F(310−10)=F(32)−F(0)≈0.7486−0.5=0.2486
ii) Poisson distribution
λ=np=100⋅0.1=10
The poisson probability is calculated by the formula
P(k)=k!λke−λ
P(10≤X≤12)=P(10)+P(11)+P(12)=10!1010e−10+11!1011e−10+12!1012e−10=0.12511+0.11374+0.09478=0.33363
Comments