Edit
It seems I could not evaluate $\mathbb{P}(X + Y > 4)$ correctly as I had wrongly assumed that $4 - x$ is always positive, when in actual fact it could be negative, so there was another case to consider, which I had missed. Many thanks to users @MathLover and @StubbornAtom for their answers!
Question
Suppose that random variables $X$ and $Y$ have joint probability density function (PDF) $$f_{X, Y}(x, y) = e^{-x},\quad 0 < y < x.$$
Find $\mathbb{P}(X + Y > 4)$ and $\mathbb{P}(X + Y > 4\ |\ Y = 2)$.
My working
\begin{align} \mathbb{P}(X + Y > 4) & = \mathbb{P}(Y > 4 - X) \\[5 mm] & = \int^{\infty}_0 \int^x_{4 - x} e^{-x}\ \mathrm{d}y\ \mathrm{d}x \\[5 mm] & = -2 \end{align}
The answer clearly cannot be $-2$, since we are dealing with probability and my best guess is my limits of integration are incorrect. In particular, I think the support for the given joint PDF is throwing me off - I am not sure how to interpret it.
I also have no clue how to proceed with $\mathbb{P}(X + Y > 4\ |\ Y = 2)$, so any hints for this part will be nice as well :)
You missed that $0 \lt y \lt x$. At intersection of $y = 4-x$ and $y = x, x = 2$. Also at intersection of $y = 0$ and $y = 4 - x, x = 4$
$\displaystyle \mathbb{P}(X + Y > 4) = \int_2^4 \int^x_{4 - x} e^{-x}\ \mathrm{d}y\ \mathrm{d}x + \int_4^{\infty} \int_0^x e^{-x}\ \mathrm{d}y\ \mathrm{d}x$