If $(X,Y)$ has density $f(x,y)=\frac { 1 } { 2 } y ^ { 2 } e ^ { - x } , \text { if } 0 < y < x < \infty\,,$ what is $P(Y<1\mid X=3)$?
First of all if we expand conditional probability formula we will get $P(X=3)$ in denominator and as this is a continuous rv it should be zero?..so it will be undefined.
That's what comes to my mind. But it has a proper answer.
New answer: Give that you said the answer is 1/27, I know my second interpretation is correct. y goes from 0 to x, not from 0 to $\infty$. In this case x =3 given by the statement Probability that y<1 given that x =3
Now we just calculate it as I outlined before: First, normalize the distribution:
$$\int_{0}^{3}\frac{1}{2}y^2 e^{-3} dy = \frac{27}{6e^3}$$ Then just integrate y up to 1 to get the specific probability asked for $$\int_{0}^{1}\frac{1}{2}y^2 e^{-3} dy = \frac{1}{6e^3}$$
Dividing the second integral by the first gives $\frac{1}{27}$
So in general, if it's asking for the probability that it is less than a certain value, you must integrate from the lowest possible value to the value in question. If instead we wanted the probability for y>1 then we would integrate from 1 to 3 instead.