So here's the following question and I'll explain my solution so far, just want to know if I'm on the right track.
Let X, Y : Ω → R be independent random variables on a probability space (Ω, F, P) such that X is distributed according to the beta distribution β2,1, and Y according to the exponential distribution E2. Determine the probability that X > 2Y .
So I know that P (X>2Y) is the same as saying P (X-2Y >0). So I figured I could just find the density of X-2Y and thus it's CDF. I used the fact that they are independent to show that their joint density is: $P (x,y) = 4xe^{-2y}$. (Sorry for no latex abilities).
I then integrated this over the intervals (0,$\infty$) dy and (0,(c+2y)) dx (where c is some constant such that x < c-2y) to find that the density is equal to 2(c^2 + c + 1).
Where exactly do I go from here? Can I simply integrate again wrt z where z=x-2y? Or have I just messed it up entirely?