document.write( "Question 868351: Find the probability of getting three defective items in a batch of ten items if the overall percentage of defects is 40%. \n" ); document.write( "
Algebra.Com's Answer #523496 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
p = .40, n = 10
\n" ); document.write( "P(x = 3) = binompdf(10, .40, 3)
\n" ); document.write( "
\n" );