I was recently been asked this question in an interview but not able to solve it as I am rusted in Bayesian conditional probability.
Here is the question:
$x$ and $y$ are independent variables with standard Gaussian distribution $N(0,1)$, what is the conditional probability of $x$ is greater than $0$ given that $x$ is greater than y, i.e., $P(x > 0 \;|\; x > y)$?
Any comment is welcomed.
The joint distribution of $x$ and $y$ is circularly symmetric around the origin of the $x,y$-plane. The set of points $A$ where $x > y$ consists of all points below the line $x = y$; in polar coordinates, it is all points $(r,\theta)$ such that $r > 0$ and $-\frac34\pi < \theta < \frac14\pi.$ The probability distribution integrated over this entire region (the probability that $x > y$) is $P(A) = \frac12.$ The set $B$ of these points for which $x>0$ are just the points $(r,\theta)$ such that $r > 0$ and $-\frac12\pi < \theta < \frac12\pi,$ and the intersection of the two sets, $A \cap B,$ is the set of points $(r,\theta)$ such that $r > 0$ and $-\frac12\pi < \theta < \frac14\pi$; therefore $P(A \cap B) = \frac38.$ The conditional probability is $$P(B\mid A) = \frac{P(A \cap B)}{P(A)} = \frac{\left(\frac38\right)}{\left(\frac12\right)} = \frac34.$$
In other words, cut the plane in $8$ slices like a pie; every slice has equal probability, the event $x > y$ consists of four slices, and the event $(x > y \wedge x > 0)$ consists of three of those slices, so once you know you are in that set of four slices you have a $\frac34$ chance to be in one of the last three slices.