Independent solution

How to solve this Geometric Distribution question

Setup

Setup

Let T count the number of independent trials up to and including the first success.

p=0.0625,TGeometric(p)p=0.0625,\qquad T\sim\operatorname{Geometric}(p)

Model

Model

The geometric mass at trial n consists of n-1 failures followed by one success.

Pr(T=n)=(1p)n1p,n=1,2,\Pr(T=n)=(1-p)^{n-1}p,\qquad n=1,2,\ldots

Compute

Compute

Compare each probability with the one immediately before it.

Pr(T=n+1)Pr(T=n)=1p=0.9375<1\frac{\Pr(T=n+1)}{\Pr(T=n)}=1-p=0.9375<1

Answer

Answer

The mass function is strictly decreasing, so its largest value occurs at the first trial.

mode(T)=1(A)\boxed{\operatorname{mode}(T)=1\quad\text{(A)}}