Suppose that $Y=A+\epsilon$ where $\epsilon$ is a RV and given some other random variable $\eta$ we have that:
$\epsilon|\eta$ ~ $N(\rho\eta,\sigma^2)$
Suppose I was asked to find $Pr(Y=y|\eta)$ This (I think) is easily equal to: $\frac{1}{\sigma}\phi(\frac{y-A-\rho\eta}{\sigma})$ where $\phi$ is the standard normal pdf.
Now I suppose I need to find $Pr(Y=y|\eta>x)$ The answer I have for this, using conditional probability formula (P(A|B)=$\frac{P(A\cap B)}{P(B)})$is:
$\frac{\int_x^{\infty}\frac{1}{\sigma}\phi(\frac{y-A-\rho z}{\sigma})dz}{P( \eta>x)}=\frac{\Phi(\frac{y-A-\rho x}{\sigma})}{(P( \eta>x))\rho}$
which does not seem right to me.
Edit: I forgot about the y's
