Question 715927
call length (L) is a normally distributed variable with an average (μ) of 9.00 minutes and a standard deviation (σ) of 0.95 min. For each of the problems below, find the appropriate probability. 
A) P(L ≤ 10.22)
z(10.22) = (10.22-9)/0.95 = 1.2842
Ans: P(L<= 10.22) = P(z<=1.2842) = normalcdf(-100,1.2842) = 0.9005
------------------------------------ 
B) P(L > 10.74)
Find the z-value of 10.74.
Find the P(z is above that z-value)
Ans: 0.0335
=================================== 
C) P(7.67 &#8804; L < 11.02)
Find the z-value of those numbers.
Find the P(z is between those z-values)
Ans: 0.9025
==================== 
D) The call times that enclose the central 81% of the distribution are: 
Note: Round your answers to two decimal places for this problem.
Draw the picture:
You have a left tail of 0.5000- 0.4150 = 0.085
invNorm(0.085) = -1.3722 for the left tail and +1.3722 for the right tail:
----
Find the corresponding x-value using x = z*s+u
x = -1.3722*0.95+9 = 7.70
x = +1.3622*0.95+9 = 10.30
===============================
Cheers,
Stan H.