document.write( "Question 852119: binomial distribution \r
\n" );
document.write( "\n" );
document.write( "A quality inspector has drawn a sample of 16 light bulbs from a recent production line. Supposed 20% of the bulbs in the lot are defective. What is the probability that exactly 6 bulbs from the sample are defective?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #513165 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! We are going to use the General Binomial Probability formula \n" ); document.write( "P(k out of n) = n!/(k!(n-k)!) * p^k * (1-p)^(n-k) \n" ); document.write( "p = .20 \n" ); document.write( "k = 6 \n" ); document.write( "n = 16 \n" ); document.write( "P(6 out of 16) = 16! /(6!(16-6)!) * .2^6 * (1-.2)^(16-6) \n" ); document.write( "P(6 out of 16) = 8008 * 6.4e-5 * 0.1073741824 \n" ); document.write( "P(6 out of 16) = 0.0550 = 0.06 \n" ); document.write( " \n" ); document.write( " |