Given that $X,Y \sim N(0, 1)$ and IID, what is $P(X > 3Y \mid Y > 0)$? I think the answer is $1/12$.
If we look at the $X-Y$ plane of the joint distribution of $X,Y$, we see that conditioning on $Y > 0$, gets rid of the bottom half. The area under the lie $Y = X/3$ is $1/12$ of the area of the top half. However, when I try to use monte carlo, I am seeing about $0.102$ as I increase the number of trials.
Is my solution wrong?
My other question regarding this is, what if $X,Y$ are not independent? How would you compute the conditional probability in this case?