SOLUTION: Assume that the random variable X is normally distributed, with mean 80 and standard deviation 16. Compute the probability P(X<100)
Algebra ->
Probability-and-statistics
-> SOLUTION: Assume that the random variable X is normally distributed, with mean 80 and standard deviation 16. Compute the probability P(X<100)
Log On
Question 976804: Assume that the random variable X is normally distributed, with mean 80 and standard deviation 16. Compute the probability P(X<100) Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Assume that the random variable X is normally distributed, with mean 80 and standard deviation 16. Compute the probability P(X<100)
---------
z(100) = (100-80)/16 = 5/4
-------
P(x < 100) = P(z < 5/4) = normalcdf(-100,5/4) = 0.8944
------------
Cheers,
Stan H.
--------------