$X, Y \sim \mathcal{N}(0,1)$ are independent random variables. Let $D_r$ be the disk centered at the origin with radius $r$. Find $r$ such that $\mathbb{P}[(X,Y) \in D_r ] = 0.3$.
My attempt: $(X, Y) \in D_r$ means $X^2 + Y^2 \le r^2$. What should I do next?
HINT
For any event $A$, you have $$ \mathbb{P}[A] = \iint_{\mathbb{R}^2} \mathbb{I}_{A(x,y)}f(x,y)dxdy, $$ and in your case, since $X$ and $Y$ are independent, $f(x,y) = \phi(x) \phi(y)$.
Convert the integration over the plane with an indicator function to integrating over a region, where the indicator is always true, and compute the probability...