Geometric distribution
If repeated independent trials can result in a success with probability p and a failure with probability q=1−p, then the probability distribution of the random variable X, the number of the trial on which the first success occurs, is
g(x;p)=p(1−p)x−1,x=1,2,3,... Given p=61
P(X=1)=61(1−61)0=61
P(X=2)=61(1−61)1=61(65)1
...
P(X=10)=61(1−61)9=61(65)9
P(X≤10)=i=1∑10P(X=xi)=61i=1∑10(65)i−1=
=61⋅1−651−(65)10=1−(65)10
P(X>10)=1−P(X≤10)=(65)10≈0.162
Comments