I'm not sure how to solve this. This is my attempt so far.
So if X,Y two independent standard normal r.v.s, we have:
$$\mathbb{P}(X+Y\in [0,1] \mid X \in [0,1])=\frac{\mathbb{P}(\{X+Y\in [0,1]\} \cap \{X \in [0,1]\})}{\mathbb{P}(X \in [0,1])}.$$
Moreover, we have:
\begin{split} \mathbb{P}(\{X+Y\in [0,1]\} \cap \{X \in [0,1]\}) = {} & \int_0^{1}dx\frac{1}{\sqrt{2 \pi}}e^{-\frac{x^2}{2}}\int_{-x}^{1-x} dy\frac{1}{\sqrt{2\pi}}e^{-\frac{y^2}{2}}. \end{split}
To calculate the integral, it looks like it might be better to switch to polar coordinates (?). Then we have:
\begin{split} \int_0^{1}dx\frac{1}{\sqrt{2 \pi}}e^{-\frac{x^2}2}\int_{-x}^{1-x} dy \frac{1}{\sqrt{2\pi}}e^{-\frac{y^2}{2}} = & \frac{1}{2\pi}\int_{-\frac\pi4}^{0} \, d \varphi \int_0^{\frac{1} { \cos \varphi}}r e^{-\frac{r^2}2} \, dr \\ & + \frac{1}{2\pi}\int_{0}^{\frac\pi2} \, d \varphi \int_0^{\frac1 { \sin \varphi + \cos \varphi}}r e^{-\frac{r^2}2} \, dr \\ = &- \frac{1}{2\pi}\int_{-\frac\pi4}^{0} \, d \varphi \int_0^{-\frac1 { 2\cos^2 \varphi}} e^t \, dt \\ & - \frac{1}{2\pi}\int_{0}^{\frac{\pi}{2}}d \varphi \int_{0}^{-\frac{1}{2 ( \sin \varphi + \cos \varphi) ^2}} e^t\,dt, \\ \end{split}
and I don't know what to do from here. Although, I'm not even sure if my procedure doesn't have any mistakes. Thanks for any insights.


