Independent solution

How to solve this Exponential Distribution question

Setup

Setup

Write each component lifetime as a fixed threshold plus an independent exponential waiting time.

Yi=5+Ei,EiExp(1)Y_i=5+E_i,\qquad E_i\sim\operatorname{Exp}(1)

Model

Model

The system lifetime is the earliest of the three component lifetimes.

T=min(Y1,Y2,Y3)=5+min(E1,E2,E3)T=\min(Y_1,Y_2,Y_3)=5+\min(E_1,E_2,E_3)
min(E1,E2,E3)Exp(1+1+1)\min(E_1,E_2,E_3)\sim\operatorname{Exp}(1+1+1)

Compute

Compute

An exponential variable with rate 3 has mean 1/3.

E[T]=5+13=5.333333E[T]=5+\frac{1}{3}=5.333333\ldots

Answer

Answer

The expected system lifetime is 5.33.

5.33(B)\boxed{5.33\quad\text{(B)}}