document.write( "Question 409758: Suppose that the lifespan of a particular type of lightbulb is normally distributed with a mean of 1000 hours and a variance of 8100 hours. Determine the probability that a randomly selected lightbulb will last for 800 hours or less? \n" ); document.write( "
Algebra.Com's Answer #288324 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose that the lifespan of a particular type of lightbulb is normally distributed with a mean of 1000 hours and a variance of 8100 hours. Determine the probability that a randomly selected lightbulb will last for 800 hours or less? \n" ); document.write( "----------------------- \n" ); document.write( "z(800) = (800-1000)/(8100) = -200/8100 = -2/81 \n" ); document.write( "---- \n" ); document.write( "P(x <= 800) = P(x < -2/81) = normalcdf(-100,-2/81) = 0.4902 \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=========== \n" ); document.write( " |