Independent solution

How to solve this Exponential Distribution question

Setup

Setup

Read the common exponential rate from the density and denote the earliest of the three losses by W.

λ=16\lambda=\frac{1}{6}
W=min(X,Y,Z)W=\min(X,Y,Z)

Model

Model

For independent exponential clocks, the minimum is exponential with rate equal to the sum of the component rates.

λW=λX+λY+λZ\lambda_W=\lambda_X+\lambda_Y+\lambda_Z
λW=3(16)=12\lambda_W=3\left(\frac{1}{6}\right)=\frac{1}{2}

Compute

Compute

Take the reciprocal of the minimum's rate to obtain its mean.

E[W]=1λW\operatorname{E}[W]=\frac{1}{\lambda_W}
E[W]=11/2=2\operatorname{E}[W]=\frac{1}{1/2}=2

Answer

Answer

The expected minimum loss is 2.

2(D)\boxed{2\quad\text{(D)}}