Question 438334
The operating life of a Sports Master fishing reel is normally distributed with mean 48 months and standard deviation 6 months. The manufacturer will replace any Sports Master reel that malfunctions during the guarantee period.
a) if the guarantee period is 45 months, what percent of the reels will Sports Master have to replace? compute.
---
z(45) = (45-48)/6 = -1/2
% of sales covered by the warranty = P(z < -1/2) = 0.3085 = 30.85%
==================================================================== 
b) How long should the guarantee period be if the manufacturer does not want to replace more than 5% of the reels?
---
Find the z-value with a left tail of 5%
invNorm(0.05) = -1.645
---
Find the corresponding x-value:
x = zs+u
x = -1.645*6+48 = 38.13 months
Make the guarantee period 39 months
------------------------------------
Cheers,
Stan H.