document.write( "Question 368845: a box contains 25 transistors 6 of which are defective. if 6 are selected at random find the probability that\r
\n" );
document.write( "\n" );
document.write( "A) all are defective
\n" );
document.write( "B) none are defective \n" );
document.write( "
Algebra.Com's Answer #262764 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! There is a careful distinction here. If six are chosen all at once, or are they chosen one at a time...I'll assume they are chosen all six at once... \n" ); document.write( "For A), the probability is (6/25)^6 = (.24)^6 = .019% \n" ); document.write( "For B), the probability is (19/25)^6 = (.76)^6 = 19.3% \n" ); document.write( " |