document.write( "Question 983415: 1. 10 % of article made by a company are defective, if 5 article are selected at random, what is the probability that (i)3 are defective. (ii) less than 2 are defective. (iii) more than 2 are defective.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #604248 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! First is 5C3*(0.1)^3(0.9)^2; number of ways 3 can be defective out of 5 times the probability is 0.0081 (0.01*0.81)\r \n" ); document.write( "\n" ); document.write( "Fewer than 2 means 1 or 0 are defective \n" ); document.write( "P(1)=5C1(0.1)^1(0.9^4)=0.328 \n" ); document.write( "P(0)=(.9^5)=0.590 \n" ); document.write( "The probability fewer than 2 are defective is 0.918. That makes sense since it is a low probability to find one defective.\r \n" ); document.write( "\n" ); document.write( "Probability of 2 defective is 5C2(0.1^2)(0.9^3)=0.073 \n" ); document.write( "The probability of 2 or fewer defective (using the above) is 0.918+0.073=0.991. \n" ); document.write( "Therefore, the complement is greater than 2 are defective, which is 0.009. \n" ); document.write( " |