document.write( "Question 1183758: A batch of pills consist of 10 good pills and 4 that are defective (contain the wrong amount of the drug). If 5 pills are randomly selected without replacement, what is the probability that all 4 of the defective pills are selected? \n" ); document.write( "
Algebra.Com's Answer #814230 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
There are 14 pills and 14C5 ways to choose or 2002 ways.
\n" ); document.write( "5 ways to choose 4 pills and the last pill is always good, so 5/2002=0.00250 probability.
\n" ); document.write( "5C4*1/14C5\r
\n" ); document.write( "\n" ); document.write( "also, (10/14) ways for the first (4/13)(3/12)(2/11)(1/10) for the rest, and 5 ways that can happen with same numerator/denominator, each =240/240240, and that is the same probability.
\n" ); document.write( "
\n" );