Let X= the number of people who have never had a pet in their household: X∼Bin(n,p).
Given n=20,q=0.7,p=0.3
P(X≥9)=1−P(X<9)=1−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)=1−(020)(0.3)0(0.7)20
−(120)(0.3)1(0.7)19−(220)(0.3)2(0.7)18
−(320)(0.3)3(0.7)17−(420)(0.3)4(0.7)16
−(520)(0.3)5(0.7)15−(620)(0.3)6(0.7)14
−(720)(0.3)7(0.7)13−(820)(0.3)8(0.7)12
≈0.11333146288
Comments