I've been working on this problem and got stuck.
Assume that X and Y have joint normal distribution, that each $X, Y \sim N(0,1)$, and that their correlation is $\frac{1}{2}$. Calculate $Pr(X \ge 0, Y \ge 0)$.
I know that I can rewrite (X,Y) in terms of independent normal variables (W,T) as follows
$$ \begin{bmatrix} X\\ Y\\ \end{bmatrix} = \begin{bmatrix} 1 & 0\\ \rho & \sqrt{1-\rho^2}\\ \end{bmatrix} \begin{bmatrix} X\\ Z\\ \end{bmatrix} $$ where $\rho$ is the correlation. This has left me with $$ X=X\\ Y=\frac{1}{2}X + Z\sqrt{\frac{3}{4}} $$ And so I have $$ Pr(X \ge 0, Y \ge 0) = Pr(X \ge 0, \frac{1}{2}X + Z\sqrt{\frac{3}{4}} \ge 0) $$ So I just realized that the T variable I had before was superfluous, so I removed it. I am wondering from here if it would make sense to put this: $$ Pr(X \ge 0, \frac{1}{2}X + Z\sqrt{\frac{3}{4}} \ge 0)=Pr(X \ge 0, Z\sqrt{\frac{3}{4}} \ge -\frac{1}{2}X) $$ Still not sure how to proceed from here. Maybe simplify to $$ Pr(X \ge 0, \frac{1}{2}X + Z\sqrt{\frac{3}{4}} \ge 0)=Pr(X \ge 0, Z\sqrt{\frac{3}{4}} \ge 0) $$ Since we are looking for $Pr(X \ge 0)$ anyway?