SOLUTION: The lifespan in hours of a mass produced light optical device is normally distributed and has a mean of 1500 with a standard deviation of 350. What is the probability of one taken

Algebra ->  Probability-and-statistics -> SOLUTION: The lifespan in hours of a mass produced light optical device is normally distributed and has a mean of 1500 with a standard deviation of 350. What is the probability of one taken       Log On


   



Question 1063310: The lifespan in hours of a mass produced light optical device is normally distributed and has a mean of 1500 with a standard deviation of 350. What is the probability of one taken at random having a lifespan between 1500 and 1850 hours. If the guarantee is for 1000 hours, what percentage will fail to meet the guarantee?
What lifespan should be guaranteed if 95% must obtained?

Tks for your answer!!!!!!!!!!!!!!!

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
The lifespan in hours of a mass produced light optical device is normally distributed and has a mean of 1500 with a standard deviation of 350.
--------------------------------------------------------
a) What is the probability of one taken at random having a lifespan between 1500 and 1850 hours.
z(1500) = (1500-1500)/350 = 0
z(1850) = (1850-1500)/350 = 1
P(1500< x < 1850) = P(0< z < 1) = normalcdf(0,1) = 0.3413
----------------------------
b) If the guarantee is for 1000 hours, what percentage will fail to meet the guarantee?
z(1000) = (1000-1500)/350 = -1.4286
---
P(x < 1000) = P(z < -1.4286) = normalcdf(-100,-1.4286) = 0.0766
==================================
c) What lifespan should be guaranteed if 95% must obtained ?
Draw a normal curve.
The upper 95% are the lifespans that meet the criteria.
The lower 5% do not.
------
Find the z-value with a left tail of 5%::
invNorm(0.05) = -1.645
----
Find the corresponding hour value using x = z*s + u
Ans:: x = -1.645*350 + 1500 = 925 hours
----------------
Cheers,
Stan H.
-------------