$f(x,y) = x+y, 0<x<1 $ and $ 0<y<1$
I am required to find $P(X+Y>\frac{1}{2})$.
I calculated the ranges for x and y,keeping y dependent on x as follows: $\frac{1}{2} - x <y< 1 $ and $ \frac{1}{2}<x<1$. Then I performed the following integration — $$\int_\frac{1}{2}^1 \int_{\frac{1}{2} - x}^1 (x+y)dydx$$ to get $\frac{17}{24}$. But that is wrong according to the answer key. Where have I gone wrong?
Note 1: When $x>1/2$ and $y=1/2-x$ then $y<0$, which conflicts with the supported interval, so your lower bound of the inner integral is clearly wrong. When $1/2<x<1$ and $0<y<1$ then $x+y>1/2$ is satisfied.
Note 2: When $0<x<1/2$ and $1/2-x<y<1$ then the constraint of $x+y>1/2$ is satisfied, so you are missing an entire interval.