So in the problem I was given the joint pdf $f(x,y) = x + y$, $0< x <1$, $0< y <1$, $0$ elsewhere. I am tasked to find $P( x+y \le 1 )$.
My intuition was to $\int_0^1\int_{1-x}^1 (x+y) \, dy \, dx $ working that out, i got the answer of 50%. Is my intuition correct?