document.write( "Question 903050: a box contains 24 items four of which are defective if five are selected at random what is the probability of finding exactly two detective one \n" ); document.write( "
Algebra.Com's Answer #547697 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(def) = 4/24 = 1/6, n = 5 \n" ); document.write( "P(x=2) = binompdf(5, 1/6, 2) \n" ); document.write( " |