SOLUTION: Assume the random variable x is normally distributed with mean 81 and standard deviation 5. Find the indicated probablilty. P(68<x<76)
Algebra ->
Probability-and-statistics
-> SOLUTION: Assume the random variable x is normally distributed with mean 81 and standard deviation 5. Find the indicated probablilty. P(68<x<76)
Log On
Question 619395: Assume the random variable x is normally distributed with mean 81 and standard deviation 5. Find the indicated probablilty. P(68 Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Assume the random variable x is normally distributed with mean 81 and standard deviation 5. Find the indicated probablilty.
P(68 < x <76)
------------------------
z(68) = (68-81)/5 = -13/5
z(76) = (76-81)/5 = -1
---
P(68 < x < 76)
= P(-13/5 < z < -1)
= normalcdf(-13/5,-1)
= 0.1540
===============
Cheers,
Stan H.
===============