Suppose $S$ and $T$ are independent exponential random variables of parameters $\alpha$ and $\beta$ respectively. What is the probability that $S \leq T$
Could anyone explain to me how to calculate this? $$ \mathbb{P}(S \leq T). $$ But we only know that $\mathbb{P}(t \leq T) = e^{-\beta t}$ and $\mathbb{P}(t \leq S) = e^{-\alpha t}$. I was thinking maybe we can condition on $S$ so that we get $$ \mathbb{P}(S \leq T) = \mathbb{P}(t \leq T \ | \ S =t) = \mathbb{P}(t \leq T \ \text{and} \ S = t)/\mathbb{P}(S=t). $$ Am I on the right track?