I have a problem solving this exercise. I have this:
$P(0 \le Z \le z_2) = 0.3$
$P(Z \le z_1) = 0.3$
$P(z_1 \le Z \le z_2) = 0.8$
I need to find the $z$ values for each given probability. I already solved the first and the second like this:
I calculated the inverse standard normal distribution (with LibreOffice Calc) and I found that $z_2$ is $0.841$
I calculated the inverse standard normal distribution (with LibreOffice Calc) and I found that $z_1$ is $-0.524$
How can I find $z_1$ and $z_2$ of the third point of the exercise?