QUESTION: Let $X$ and $Y$ be exponentially distributed random variables with parameters $a$ and $b$ respectively. Calculate the following probabilities: (a) $P(X>a)$ (b) $P(X>Y)$ (c) $P(X>Y+1)$ ANSWER: (a) since $X$ is exponentially distributed, we have $P(X>a) = 1 - P(X \leq a) = 1 - (1 - e^{-a^2}) = e^{-a^2}$ . (b) Not sure (c) Not sure
Any hints/answers would help!!
Hint: All you need is division and addition.
– markovchain Jul 16 '13 at 07:47