document.write( "Question 879653: light bulbs having a mean life of 1260 hours and the standard deviation is 140 hours are used for a consignment of sample of 100 bulbs.
\n" );
document.write( "let x is the life time of a bulb find P(x>=1300) and estimate the number of bulbs.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #531032 by ewatrrr(24785) You can put this solution on YOUR website! Population: mean = 1260, sd = 140, sample of 100 \n" ); document.write( "*Note: \n" ); document.write( "z = 40/(140/sqrt(100)) = 40/14 = 2.8574 \n" ); document.write( "P(x>=1300)= 1 - P(z<1300) = .0021 0r .21% \n" ); document.write( "E = .0021*100 = .21 bulbs , basically none \n" ); document.write( " |