document.write( "Question 1083698: 4. A light bulb manufacturer produces bulbs which have a mean life of 1400 hours and a standard deviation of 200 hours. Assuming a normal distribution.\r
\n" );
document.write( "\n" );
document.write( "(i) What proportion of scores would be expected to have a life of between 1600 and 1900 hours?
\n" );
document.write( "(ii) What number of hours of life can the manufacturer guarantee so that there are no more than 2%
\n" );
document.write( "rejects?
\n" );
document.write( "(iii) What percentage of light bulbs would have a life of more than 1850 hours? \n" );
document.write( "
Algebra.Com's Answer #697808 by mathmate(429)![]() ![]() You can put this solution on YOUR website! Question: \n" ); document.write( "A light bulb manufacturer produces bulbs which have a mean life of 1400 hours and a standard deviation of 200 hours. Assuming a normal distribution. \n" ); document.write( "(i) What proportion of scores would be expected to have a life of between 1600 and 1900 hours? \n" ); document.write( "(ii) What number of hours of life can the manufacturer guarantee so that there are no more than 2% \n" ); document.write( "rejects? \n" ); document.write( "(iii) What percentage of light bulbs would have a life of more than 1850 hours? \n" ); document.write( " \n" ); document.write( "Solution. \n" ); document.write( "All questions are based on the normal distribution with parameters N(0,1), i.e. mean, mu = 0, standard deviation, sigma = 1. \n" ); document.write( " \n" ); document.write( "All data should be normalized to the distribution N(0,1) to use the normal distribution table. \n" ); document.write( "Normalized value is \n" ); document.write( "Z=(X-mean)/sigma=(X-1400)/200 \n" ); document.write( "then P(X<=Z) can be found from the probability table. \n" ); document.write( "(for example, http://www.stat.ufl.edu/~athienit/Tables/Ztable.pdf) \n" ); document.write( " \n" ); document.write( "(i) \n" ); document.write( "Z(1600 hours)=(1600-1400)/200=1 \n" ); document.write( "Z(1900 hours)=(1900-1400)/200=2.5 \n" ); document.write( "P(1600<= X <= 1900)=Z(1900)-Z(1600)=P(2.5)-P(1)=0.9938-0.8413=0.1524 \n" ); document.write( " \n" ); document.write( "(ii) \n" ); document.write( "Assume N hours will give an expected defective percentage of 0.02, then \n" ); document.write( "P(X \n" ); document.write( "Therefore \n" ); document.write( "(N-1400)/200=2.054 => N=1400+200*2.054=1810.75 hours \n" ); document.write( " \n" ); document.write( "(iii) \n" ); document.write( "X=1850, Z=(1850-1400)/200=2.25 \n" ); document.write( "P(x<=X)=P(Z<2.25)=0.9878\r \n" ); document.write( "\n" ); document.write( " |