document.write( "Question 868350: A company manufactures calculators in batches of 64 and there is a 5% rate of defects. Find the probability of getting at least three defective calculators in a batch. \n" ); document.write( "
Algebra.Com's Answer #523495 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
p(def) = .05, n = 64
\n" ); document.write( "P(x ≥ 3) = 1 - binomcdf(64, .05, 2)
\n" ); document.write( "
\n" );