For a normally distributed variable B variance is (0.714)^2 and mean is x.
If P( x < b < 3.2) = 0.475 find x.
My working:
P ( x < b < 3.2) = P ( b < 3.2 )- P ( b < * x* )
P ( b < 3.2 ) - P ( b < * x* ) = 0.475
P ( z < [ 3.2 - x / 0.714 ] ) - P ( z < 0 ) = 0.475
P ( z < [ 3.2 - x / 0.714 ] ) - 0.5000 = 0.475
P ( z < [ 3.2 - x / 0.714 ] ) = 0.975
phi ( [ 3.2 - x / 0.714 ] ) = phi (1.960)
3.2 - x / 0.714 = 1.960
x = 1.8005
However this is incorrect, it should be 4.60. In the second to last line if 1.960 is negative this is what you get.
What did I do wrong so that 1.960 is positiv instead of negative?