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 #513157 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "Using TI: The syntax is binompdf(n, p, x-value).
\n" ); document.write( "P(x = 6) = binompdf(16,.20,6)
\n" ); document.write( "0r
\n" ); document.write( "P (x = 6)= \"+%28.20%29%5E6%28.80%29%5E%2810%29\" \n" ); document.write( "
\n" );