document.write( "Question 839297: In a shipment of 50 calculators, 5 are known to be defective. If 6 calculators are picked at random, what is the probability that 2 are defective? \n" ); document.write( "
Algebra.Com's Answer #505659 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "Note: The probability of x successes in n trials is:
\n" ); document.write( "P = nCx* \"p%5Ex%2Aq%5E%28n-x%29\" where p and q are the probabilities of success and failure respectively.
\n" ); document.write( "In this case p(defective)= .1 & q = .9
\n" ); document.write( "nCx = \"n%21%2F%28x%21%28n-x%29%21%29\"
\n" ); document.write( "If 6 calculators are picked at random, what is the probability that 2 are defective
\n" ); document.write( " P = 6C2 (.1)^2(.9)^4 = .0984
\n" ); document.write( " \n" ); document.write( "
\n" );