Question 654024
The lifetime of a certain manufacturer's washing machine is normally distributed with mean 4 years. Only 15 percent of all these washing machines last at least 5 years. What is the standard deviation of the lifetime of a washing machine made by this manufacturer? 
------
Find the z-value with a right tail of 15%: invnorm(0.85) = 1.0364
-----
Solve for standard deviation using x = z*s + u
5 = 1.0364*s + 4
-----
1.0364*s = 1
s = 0.9648
===============
Cheers,
Stan H.