I am currently studying joint pdfs and am struggling with finding the bounds of integrations for this problem. Consider a pair of random variables X, Y with constant joint density on the triangle with vertices at $(0, 0)$, $(3, 0)$, and $(0, 3)$. Find $P(X +Y > 2)$.
The fact that it says constant density tells me that this is continuous uniform with area $0.5 \cdot 3 \cdot 3 = 4.5$ so $f(x) = 2/9$
Since $P(X +Y > 2)$ I thought that this would mean that the bounds of integration would be $\displaystyle\int_2^3\int_{2-x}^3\cfrac{2}{9}dydx = \cfrac{7}{9}$
But my book says the answer is $\cfrac{5}{9}$
What am I misunderstanding here? What are the proper bounds of integration and why?
If you are using integral, then notice it is the shaded area you need to integrate over. So easier is to integrate over the unshaded part and subtract from $1$.
So the integral should be
$P(X+Y \lt 2) = \displaystyle\int_0^2\int_{0}^{2-y} \cfrac{2}{9} \ dx \ dy = \cfrac{4}{9}$
So $P(X+Y \gt 2) = \displaystyle 1 - \frac{4}{9} = \frac{5}{9}$.