document.write( "Question 404974: . If 10% of all disk drives produced on an assembly line are defective, what is the probability there will be exactly one defect in a random sample of 5 of these? What is the probability that there will be no defects in a random sample of 5? \n" ); document.write( "
Algebra.Com's Answer #286160 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= .10 & q = .90
\n" ); document.write( "nCx = \"n%21%2F%28x%21%28n-x%21%29%29\"
\n" ); document.write( "P(exactly one defect in a random sample of 5 ) = 5(.10)^1(.90)^4 = .3281
\n" ); document.write( "P(no defects in a random sample of 5)= 1(.90)^5 = .5905 \n" ); document.write( "
\n" );