Let X and Z two independent normal random variables centered reduced. I want to calculate $ P(X+Z<0,Z>0) $, so i have done : $$ P(X+Z<0,Z>0)=P(|Z|<|X|,Z>0,X<0) $$ And I am blocked here.
But the correction says only that it is equal to $ 1/8 $ because the r.vs are independants and centered (and no more details).
However my question is : Could we split like that $$ P(|Z|<|X|,Z>0,X<0)=P(|Z|<|X|)P(Z>0)P(X<0) $$ ? And if yes, why ?
Maybe a simulation will help you visualize the relationships among variables. I simulated 100,000 realizations of $X \sim Norm(0,1)$ and independently the same number of realizations of $Z \sim Norm(0,1)$ in R statistical software.
Then I plotted the points with $X + Z < 0$ in orange. The points of interest to you are the orange ones above the x-axis. (Of course, you can draw a similar sketch without any simulation, if you understand the symmetry of the bivariate uncorrelated standard normal distribution.)