Question 721275
A popular retail store knows that the purchase amounts by its customers is a random variable that follows a normal distribution with a mean of $30 and a standard deviation of $9. 
What is the probability that a randomly selected customer will spend less than $15 at this store? Answer rounded to 4 decimal place. 
-----
z(15) = (15-30)/9 = -15/9 = -1.6667
-------------------
P(x < 15) = P(z < -1.6667) = normalcdf(-100,-1.6667) = 0.0478
=================
Cheers,
Stan H.
=========================