Question 305807
Monthly utility bills in a certain city are normally distributed with a mean of 100 and a standard deviation of 12. A utility bill is randomly selected. 
What is the highest utility bill that can be in the bottom 32% of the bill?
---------------------------------------
Find the z-value that has a 32% left tail.
---
z = invNorm(0.32) = -0.4677
----
Find the corresponding "x" value:
x = zs+u
x = -0.4677*12 + 100
x = 94.39
==============
Cheers,
Stan H.
==============