Question 301185
There is a company that has a product which lasts with a mean of 18 months and standard deviation of 3 months. The company can only afford to replace 2% of the products. How many months should the warranty be?
---------------------
Find the z-value that has a left tail of 2%
---
invNorm(0.02) = -2.0537
---
Find the corresponding "x" value using x = zs+u
---
x = -2.0537*3 + 18
---
x = 11.84 months
====
Cheers,
Stan H.