Given : $f(x,y)$ = $e^{-x-y}$ if $x>0 , y>0 $ and $0$ elsewhere
Find $P(X+Y>3)$ .
For limit I proceeded this problem in the same method this was done Joint probability density function and limits of integration
Sol:
$P(X+Y>3)=1-P(X+Y<3)$, now I have tried the integration of $P(X+Y<3)$ ,
$$\int_0^3 \int_0^{3-x} e^{-x-y} dydx \ $$ But the integration limits are wrong when I checked , the actual limits are $$\int_2^3\ \int_2^3\ e^{-x-y} dydx $$ ,here they have found directly $P(X+Y>3)$
Similarly , for $f(x,y) = 1/y$ for $0<x<y , 0<y<1 $ ,find $P(X+Y>1/2)$ .Integration part is totally different.
Help Please ! How was the 2 lower limit determined ?
And can any one refer a book where I can learn how to solve probability problems like these. Thanks in advance!