Question 618811: Let Z by a standard normal random variable. Solve for c.
P(c≤Z≤0.57)=0.6907
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Let Z by a standard normal random variable. Solve for c.
P(c ≤ Z ≤ 0.57) = 0.6907
------
Draw a picture of a standard normal curve.: N(0,1)
-----------
Plot a point at z = 0.57
------
Find P(0<= z <= 0.57) = normalcdf(0,0.57) = 0.2157
------
Then 0.6907 - 0.2157 = 0.4750
That is the probability area to the left of the mean.
---
Find the z-value with a left tail 0f 0.5000-0.4750 = 0.0250
-----
c = invNorm(0.0250) = -1.9600
===================================
Cheers,
Stan H.
======================
|
|
|