$N$ points are generated independently from Normal Distribution centered at $x=1$, that is $x_i \sim \mathcal{N}(1,1)$. We define: $$ P = \left\{x_i \ |\ \ x_i > 0\right\} $$ As ${N\to\infty}$ what is the average of points in $P$?
It seems like simple question but I'm not managing to formulate it mathematically and solve it.
So you need to find $\lim_{N\to\infty} \dfrac{\sum_{i=1}^NX_i1_{(X_i>0)}}{\sum_{i=1}^N 1_{(X_i>0)}}$.
Divide the numerator and denominator by $N$, then apply SLLN to see that the above limit is $\dfrac{E(X1_{(X>0)})}{P(X>0)}$.
Now, $P(X>0)=1-\Phi(-1)=\Phi(1)$.
Also, $E(X1_{(X>0)})=E((X-1)1_{(X-1>-1})+E(1_{(X-1>-1)})=E(Z1_{Z>-1)}+P(Z>-1)=E(Z1_{(Z>-1)}+\Phi(1)$.
Now $E(Z1_{(Z>-1)})=\int_{-1}^{\infty}\dfrac{1}{\sqrt{2\pi}}z\exp(-\dfrac{z^2}{2})dz$
Now break the integral into two integrals in $(-1,1)$ and $(1,\infty)$. The first integral is $0$ due to the integrand being odd. The other integral evaluates to $\dfrac{1}{\sqrt{2\pi}}e^{-1/2}$ on using the substitution $z^2/2=t$.
Hence, $\int_{-1}^{\infty}\dfrac{1}{\sqrt{2\pi}}z\exp(-\dfrac{z^2}{2})dz=\dfrac{1}{\sqrt{2\pi}}e^{-1/2}$
So your expression is finally $\dfrac{\Phi(1)+\dfrac{1}{\sqrt{2\pi}}e^{-0.5}}{\Phi(1)}$