document.write( "Question 322734: Light Bulb Life Span • The life span of a certain type of light bulb is normally distributed with a mean of 5000 hours and a standard deviation of 150 hours. Estimate the probability that this type of light bulb has a life span is between 4850 and 5300 hours.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #231022 by stanbon(75887) ![]() You can put this solution on YOUR website! Light Bulb Life Span • The life span of a certain type of light bulb is normally distributed with a mean of 5000 hours and a standard deviation of 150 hours. Estimate the probability that this type of light bulb has a life span is between 4850 and 5300 hours. \n" ); document.write( "---- \n" ); document.write( "z(4850) = (4850-5000)/150 = -1 \n" ); document.write( "--- \n" ); document.write( "z(5300) = (5300-5000)/150 = 2 \n" ); document.write( "--- \n" ); document.write( "P(4850 < x < 5300) = P( -1 < z < 2) = 0.8186 \n" ); document.write( "============= \n" ); document.write( "Comment: This is a standard procedure. Are you beginning \n" ); document.write( "to understand it? \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |