Independent solution

How to solve this Geometric Distribution question

Setup

Setup

Translate the cost threshold into a count threshold and recover the geometric parameter.

20000N<50000    N220000N<50000\iff N\le2
E[K]=1p=1.5    p=23E[K]=\frac1p=1.5\iff p=\frac23

Model

Model

For one employee, record the probabilities needed for aggregate counts zero, one, and two.

q0=0.8q_0=0.8
q1=0.2(23)=215q_1=0.2\left(\frac23\right)=\frac2{15}
q2=0.2(13)(23)=245q_2=0.2\left(\frac13\right)\left(\frac23\right)=\frac2{45}

Compute

Compute

Add the disjoint aggregate configurations with total admission count at most two.

Pr(N2)=q05+5q1q04+5q2q04+(52)q12q03\Pr(N\le2)=q_0^5+5q_1q_0^4+5q_2q_0^4+\binom52q_1^2q_0^3
Pr(N2)=0.32768+0.2730667+0.0910222+0.0910222\Pr(N\le2)=0.32768+0.2730667+0.0910222+0.0910222
Pr(N2)=0.7827911\Pr(N\le2)=0.7827911

Answer

Answer

The required probability rounds to 0.78.

0.78(E)\boxed{0.78\quad\text{(E)}}