I've been given the following exercise:
Given the function $$
\rho(x,y) =
\left\{
\begin{array}
\\cxy &,\ x \ge 0,\ 1-x \ge y \ge 0 \\
0 &, \ elsewhere \\
\end{array}
\right.
$$
a) Find $c$ so that $\rho$ is a probability density function (calculated to be 24).
b) Calculate $P( X \le \frac{1}{2}, \ Y \le \frac{1}{4})$. I've solved this one too.
c) Calculate the probability $P(X\ge Y)$
It's the last question where I get stuck. I've tried to do this method but it requires the two random variables be independent functions.
I've tried integrating them to get the functions $(f_x(x) = \int\rho(x,y)\ dy)$ but applying what I get to the method above doesn't give me sensical results.
Any and all answers are appreciated, thank you.




