$X$ and $Y$ are jointly continuous random variables with joint density $f(x, y) = \frac{4}{3}(x+y)e^{-y-2x}$ for $0 \leq x, y < \infty$. Find $\Pr\left(X > k \mid X+Y < k+1\right)$.
My thoughts:
Condition the desired probability on $Y$:
$$ \Pr\left(X > k \mid X+Y < k+1\right) = \int_{y}\Pr\left(X > k \mid X < k+1 - y\right) \Pr\left(Y=y\right) $$
Then the two things that we need to find are $\Pr\left(X > k | X < k+1 - y\right)$ and $\Pr\left(Y=y\right)$. The latter is simply the density of $Y$, which can be found by integrating the joint density over $x$:
$$ f_Y(y) = \int_{0}^{\infty} f(x, y)\,dx $$
Then, we need to find $\Pr\left(X > k \mid X < k+1 - y\right)$, which I think I can find by: $$\Pr\left(X > k \mid X < k+1 - y\right) = \int_{k < X < (k+1-y)}f_X(x)\,dx = \int_{k}^{(k+1-y)}f_X(x)\,dx$$
I am fairly certain that these integrals can be computed by hand with integration by parts, but this seems like a very laborious way of solving the initial probability, and I am wondering if there is an alternative way of thinking about this problem? Or is there a flaw in the procedure I have? Thanks!
My advice: Take an $xy$ plane and draw $y=k+1-x$ with the assumption $k>0$. You need $X\geq 0$ and $Y\geq 0$ so restrict to the first quadrant. The region $X+Y<k+1$ is the same as $Y<k+1-X$ so this region is the right triangle.
Now draw the vertical line $x=k$. Within this space, you want to calculate the probability over the small triangle and divide by the probability of the whole triangle.