X and Y are random variables with joint density function $$f_{xy}(x , y)= \begin{cases} 8xy, & 0 \lt y \lt x \lt 1 \\ 0,& \text{otherwise} \end{cases}$$ Find $P(X \gt \frac{3}4 \mid Y = \frac14)$
Working: I have calculated $$\ f_{x \mid y}\left(x\mid\frac14\right) = \frac{32}{15}x$$ and know that $$P\left(X \gt \frac{3}4 \mid Y = \frac14\right) =\int_{-\infty}^{\infty} \ f_{x \mid y}\left(x\mid\frac{1}4\right) \ dx $$
But what I don't understand is what to put as the limits of integration! Any help is appreciated!
When you calculate a function (here $f_{X\mid Y=1/4}$) try always writting also its domain. Here the domain of $f_{X\mid Y=1/4}$ is: $$f_{X\mid Y=1/4}(x \mid 1/4)=\begin{cases}\frac{32}{15}x, & 1/4<x<1 \\0, & \text{else } \end{cases}$$ Now you see that $$P(X >3/4 \mid Y=1/4)=\int_{3/4}^{1}\frac{32}{15}x\ dx$$