We are given two machines call them $M1$ and $M2$. $M2$ will be put in use at a time $t$ from now. The lifetime of machine $i$ is exponential with rate $\alpha_i$ $i=1,2$. What is the probability that $M1$ is the first to fail?
Attempt
Clearly, I need to find $P(T_1 < T_2)$ if we call $T_i$ the lifetime of machine $i$.
If we consider the time now to be $0$, then we observe that $T_1$ range is $[0,\infty)$ while $T_2$ range is $[t, \infty)$. Therefore, after drawing our sample space in the plane, we see that the required probability is
$$ \int_0^t \int_t^{\infty} \alpha_1 \alpha_2 e^{t (\alpha_1+\alpha_2) } dt_2 dt_1 + \int_t^{\infty} \int_{t_1}^{\infty} \alpha_1 \alpha_2 e^{t (\alpha_1+\alpha_2) } dt_2 dt_1$$
Is my solution correct?