document.write( "Question 1108488: A company manufactures calculators in batches of 64 and there is a 5% rate of defects. Find the probability of getting exactly three defects in a a batch. \n" ); document.write( "
Algebra.Com's Answer #723483 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A company manufactures calculators in batches of 64 and there is a 5% rate of defects. Find the probability of getting exactly three defects in a a batch.
\n" ); document.write( "-----
\n" ); document.write( "Binomial Problem with n = 64, p = 0.05.
\n" ); document.write( "P(x = 3) = 64C3*0.05^3*0.95^61 = binompdf(64,0.05,3) = 0.2279
\n" ); document.write( "-----------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "---------
\n" ); document.write( "
\n" );