Question 479785
A vending machine dispenses coffee in a 20 oz cup. 
The amount of coffee dispensed into the cup i
s normally distributed with a standard deviation of 0.06 oz. 
You can allow the cup to overfill 4% of the time. What amount should you set as the mean amount of coffee to be dispensed,
----
Find the z-value with a left tail of 54%
invNor(0.54) = 0.1004
--------
Solve the following for "u":
z(20) = (20-u)/0.06 = 0.1004 
----
20-u = 0.06*0.1004 = 0.006
u = 19.994
==================
Cheers,
Stan H.