Consider the two independent and identically distributed standard normal random variables $X,Y∼N(0,1)$. What is the probability: $P(0<X<Y)$?
Intuitively, I would think the answer is $1/8$, because $X$ has $1/2$ chance of being positive and, if positive, would have an expected value at the $75th$ percentile of the standard normal curve. $Y$ would then have $1/4$ chance of being greater than $X$. $1/2*1/4 = 1/8$
I guess otherwise I can set up integrals and change to polar coordinates to solve? A bit confused...