The lifetimes of 2 machines are independent exponential random variables having rates $\Lambda_1$ and $\Lambda_2$. One of the machines went out of order, what is the expected remaining lifetime of the other machine?
Now I do understand that the expected lifetime of second machine is not affected by the fact that first went out of order (because of memoryless property of exponential random variable). But how to get expected remaining lifetime?
Explanation and intuition would be appreciated.
Let $T_1, T_2$ be the lifetimes. So:
$$T_1\sim\mathcal{Exp}(\Lambda_1), T_2\sim\mathcal {Exp}(\Lambda_2), T_1\perp T_2$$
You wish to find: $\mathsf E(\max\{T_1,T_2\}-\min\{T_1,T_2\})$, which is the expected time between the earliest and latest failure.
Using the Law of Total Expectation, and partitioning on which machine fails first, the memoriless property tells us this is:
$$\begin{align}&\mathsf E(\max\{T_1,T_2\}-\min\{T_1,T_2\})\\[1ex]=~&\mathsf P(T_1>T_2)~\mathsf E(T_1-T_2\mid T_1>T_2)+\mathsf P(T_1\leq T_2)~\mathsf E(T_2-T_1\mid T_1\leq T_2)\\[1ex] =~& \mathsf P(T_1>T_2)~\mathsf E(T_1)+\mathsf P(T_1\leq T_2)~\mathsf E(T_2)\end{align}$$