document.write( "Question 929341: Suppose 2% of the eggs produced by a livestock farm is defective. Find the probability that there are 3 defective eggs in a sample of 100 \n" ); document.write( "
Algebra.Com's Answer #564218 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
p(def) = .02, n = 100
\n" ); document.write( "P(x=3) = 100C3(.02)^2(.98)^98 0r binompdf(100, .02, 3) = .1823 0r 18.23%
\n" ); document.write( " Using a TI calculator 0r similarly a Casio fx-115 ES plus
\n" ); document.write( "
\n" );