For the given joint pdf of X and Y $$f(x,y) = 8xy, 0≤ y≤ x≤ 1$$
I need to find $$P(X<3/4 | Y<1/2)$$ I'm not quite sure whether my approach is right, but here's what I did. I found the marginal pdf of Y, which is $$4y - 4y^3, 0≤ y≤ 1$$
I know that $$P(X<3/4 | Y<1/2) = P(X<3/4,Y<1/2) / P(Y<1/2)$$
Now I have $$P(X<3/4,Y<1/2) = \int_{0.5}^{0.75}\int_{0}^{0.5} (8xy) dy dx $$ What I am unsure about are the limit values. Are they correct? And does it matter whether I integrate with respect to y or x first?
Following that, I get $$P(X<3/4,Y<1/2) = 5/32$$ Then I calculate $$P(Y<1/2) = \int_{0}^{0.5} (4y - 4y^3) dy = 7/16$$ Thus$$P(X<3/4 | Y<1/2) = (5/32) / (7/16) = 5/14$$