document.write( "Question 334850: Assume fluorescent lamps made by a manufacturer have a probability of 0.05 of being inoperable when new. A person purchases 8 of the lamps for home use.\r
\n" );
document.write( "\n" );
document.write( "a) What is the probability that exactly one lamp is inoperable of the eight?
\n" );
document.write( "b) What is the probability that all eight lamps are functional?
\n" );
document.write( "c) Determine the probability that one ormore lamps are not operable?
\n" );
document.write( "d) Plot the probability that one or more lamps are not operable. \n" );
document.write( "
Algebra.Com's Answer #239942 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Assume fluorescent lamps made by a manufacturer have a \n" ); document.write( "probability of 0.05 of being inoperable when new. \n" ); document.write( "probability of 0.95 of being operable when new. \n" ); document.write( "----------------------------------------------------------- \n" ); document.write( "A person purchases 8 of the lamps for home use. \n" ); document.write( "a) What is the probability that exactly one lamp is inoperable of the eight? \n" ); document.write( "P(x = 1) = 8C1*(0.05)*(0.95)^7 = 0.2793 \n" ); document.write( "----------------------------------------------- \n" ); document.write( "b) What is the probability that all eight lamps are functional? \n" ); document.write( "P(x = 0) = 8C0*(0.05)^0*(0.95)^8 = 0.95^8 = 0.6634 \n" ); document.write( "----------------------------------------------- \n" ); document.write( "c) Determine the probability that one or more lamps are not operable? \n" ); document.write( "P(1<= not operable <=8) = 1-P(x=0 not operable) = 1-0.6634 = 0.3366 \n" ); document.write( "----------------------------------------------- \n" ); document.write( "d) Plot the probability that one or more lamps are not operable. \n" ); document.write( "That is the same question as \"c\". \n" ); document.write( "================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |