document.write( "Question 393166: in a shipment of 30 televisions, 4 are defective. if 3 television sets are randomly selected and tested without replacement, what is the probability that the three are defective? \n" ); document.write( "
Algebra.Com's Answer #279083 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 let p(defective) = 4/30 = 2/15 & q = 7/15
\n" ); document.write( "nCx = \"n%21%2F%28x%21%28n-x%21%29%29\"
\n" ); document.write( "P(3 chosen are all defective) = (2/15)^3 = .0024 \n" ); document.write( "
\n" );