Let $X,Y$ be two i.i.d random variables with standard normal distribution which is the probability that the vector $(X,Y)$ to be in the second quadrant with distance to the origin greater than $2$?
What I think I am being asked is to calculate $$\mathbb{P}(X\leq 0,Y\geq 0, X^2+Y^2\leq 4)$$ How do I calculate that probability?
Let $R$ be the region corresponding to the set of points $(x,y)\in\mathbb{R^2}$ such that $x\leq 0$, $y\geq 0$ and $x^2+y^2>4$. Then by independence the joint density of $(X,Y)$ is given by $$ f(x,y)=\frac{1}{2\pi}\exp\left(-\frac{1}{2}(x^2+y^2)\right). $$ Then the required probability is given by $$ p=\int_R f(x,y)\, dx\, dy=\int_{\pi/2}^\pi\int_{2}^\infty\frac{1}{2\pi}\exp\left(-\frac{1}{2}r^2\right)r\, dr\,d\theta $$ by changing to polar coordinates. You should be able to compute the integral.