Let X= the number of 90 year old German male surviving at least another year: X∼Bin(n,p).
Given n=20,p=0.82,q−1−p=1−0.82=0.18.
1.
P(X=18)=(1820)(0.82)18(0.18)20−18
≈0.17296090701
2.
P(X≥18)=P(X=18)+P(X=19)+P(X=20)
=(1820)(0.82)18(0.18)20−18+(1920)(0.82)19(0.18)20−19
+(2020)(0.82)20(0.18)20−20
≈0.27479318631
3.
P(X≤18)=1−P(X=19)−P(X=20)
=1−(1920)(0.82)19(0.18)20−19
−(2020)(0.82)20(0.18)20−20
≈0.8981677207
Comments