Homework Statement
X, Y, Z random variables, independent of each other, with uniform distribution in (0,1). C = XY and R = Z2. Without using the joint probability function, find P(C>R).
The Attempt at a Solution
So far:
P(C > R) = P(C - R > 0) = P(XY - Z2 > 0) = P(g(X,Y,Z) > 0)...