[Math] Find value in standard normal distribution equation

normal distributionstatistics

I'm given the following equation: $P(X<b)=0.05$ and $X \sim N(-1, 4)$. Now I have to find the value of b in this equation. First, I convert $P(X<b)$ to be using the standard normal distribution. This gives $P(Z<\frac{b – \mu} \sigma) = 0.05$ or $P(Z<\frac{b + 1} 2)=0.05$. By looking into a table with all values for $\phi(z)$, I found out that $\frac{b + 1} 2 = -3.29$ or $b = -7.58$. The solution that was given by the teacher is $-4.29$.

I don't know what I did wrong?

Best Answer

If you look at this table you will seee that $\Phi(-1.645)=0.05$

Thus the equation is $\frac{b+1}{2}=-1.645$

I used linear interpolation. The mean of $\Phi(-1.64)$ and $\Phi(-1.65)$. This is almost $0.05$

Therefore $b=-4.29$

Related Question