Two random variables $X,Y$ have the following density:
$f_{X,Y}(x,y)=\begin{cases} x+y,\ \ (x,y)\in [0,1]\times [0,1]\\ 0,\ \ else\\ \end{cases}$.
I want to compute $P(X=1/2,Y=1/2), P(X=Y), P(X\le Y), P(X\le 1/2, Y\le 1/2)$.
It should be simple, but somehow I am stuck.
For $P(X\le 1/2, Y\le 1/2)$ I got $P(X\le 1/2, Y\le 1/2)=\int^{1/2}_0\int^{1/2}_0(x+y)\mathrm{d}x\mathrm{d}y= 1/8$