Independent solution

How to solve this Geometric Distribution question

Setup

Setup

The recurrence expresses the probability mass at count n as the zero-count mass multiplied by the nth power of 0.2.

pn=(0.2)np0p_n=(0.2)^n p_0

Model

Model

Normalize the geometric series of masses to one; this determines the zero-count mass.

1=p0n=0(0.2)n=p00.81=p_0\sum_{n=0}^{\infty}(0.2)^n=\frac{p_0}{0.8}
p0=0.8p_0=0.8

Compute

Compute

Normalization gives zero-count mass 0.8 and one-count mass 0.16. Removing these two masses from one leaves 0.04 for N greater than one.

Pr(N>1)=1p0p1=10.80.16=0.04\Pr(N>1)=1-p_0-p_1=1-0.8-0.16=0.04

Answer

Answer

Therefore the requested tail probability is 0.04, corresponding to choice A.

0.04(A)\boxed{0.04\quad\text{(A)}}