Let $X$ and $Z$ be random variables that independently follow $N(\mu,1)$ and $N(0,1)$, respectively, and define $Y = cX + Z$, where c is a const. How to find that the conditional distribution of $X$ given $Y$ is a normal distribution?
I tried to solve this by: $$F_{X|Y}=P\left(X\leq x|Y\right)=P\left(\frac{Y-Z}{c}\leq x|Y\right)=P\left(Y-Z\leq cx|Y\right)$$ but get stuck. I'm not sure it is the right way.
Start by finding the joint distributions of $(X,Y)$.
$$(X,Y) \sim \mathcal N\left((\mu,c\mu), \begin{pmatrix}1 & c\\ c & c^2+1\end{pmatrix}\right)$$
So using the conditional distributions $\left(\text{with $\mu_1 = \mu$, $\mu_2 = c\mu$, $\sigma^2_1 = 1$, $\sigma^2_2 = 1+c^2$ and $\rho = \frac{c}{\sqrt{1+c^2}}$}\right)$
$$X_{|Y} \sim \mathcal N \left(\mu + \frac{1}{1+c^2}\frac{c}{\sqrt{1+c^2}}(Y-c\mu), \frac{1}{1+c^2}\right)$$