Question 619395
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.
===============