Find the following probability: $$P(X < x | X < Y)$$, where X and Y are independent exponential random variables with parameters $a,b$ respectively.
I'm not sure how to approach this problem. Would I need to use Bayes rule and then integrate the pdfs? I'm also unsure as to how the integrating will actually work.
After using Bayes rule, we get: $$\frac{P(X < x, X < Y)}{P(X<Y)}$$ From general results, we know that $P(X<Y) = \frac{a}{a+b}$, so all that's left is to find the numerator. Any hints on how to do that?
One small aside: you didn't use Bayes' Rule to start, you used the definition of conditional probability, which states that $\mathbb P(A \mid B) = \mathbb P (A \cap B) / \mathbb P(B)$.
Some hints:
I'd suggest drawing that region of the plane and setting up a double integral over it.