$X$ and $Y$ are random variables with joint density function given below
$f{_X}{_Y}(x,y)$ = $8xy$, where $0 < y < x < 1$
I know I am supposed to draw a region and then find new limits of integration
Could any one find the limits of integration for this one?
This one seems rather tricky since y is dependent on x.
So the entire region looks like a triangle contained within the unit square, and the integral over the whole region looks like the following: $$ \int_0^1\int_0^x 8xy\,dy\,dx = 1 $$ We wish to calculate $P[X<2Y]$, which is the portion of the triangle above the line $y=x/2$. If I am not mistaken, this gives us the following integral: $$ \int_0^1\int_{x/2}^x 8xy\,dy\,dx $$