Question 909684
Suppose standard IQ scores are known to be normally distributed with mean of 100 and standard deviation of 15. Find the probability that a randomly selected individual with IQ score between 90 and 120.
-------------
z(90) = (90-100)/15 = -2/3
z(120) = (120-100)/15 = 4/3
----
P(90< x <120) = P(-2/3 < z < 4/3) = normalcdf(-2/3,4/3) = 0.6563
-----------------
Cheers,
Stan H.
=================