document.write( "Question 496758: A bag contains 200items of which 20items are defectives.seven items are selected at random 1 aftert another with replacement.what is the probability of obtaning ...questions number 1)no defective 2)5non defective\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "from: Probability distribution of binomial problem. \n" );
document.write( "
Algebra.Com's Answer #336574 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A bag contains 200 items of which 20 items are defectives. seven items are selected at random 1 after another with replacement. what is the probability of obtaning ...questions number \n" ); document.write( "1)no defective \n" ); document.write( "Binomial Problem with n = 7 and p(defect) = 20/200 = 1/10 \n" ); document.write( "--- \n" ); document.write( "P(x = 0) = 7C0(0.1)^0*(0.9)^7 = 0.9^7 = 0.4783 \n" ); document.write( "-----------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "2)5 non defective \n" ); document.write( "that is the same as 2 defective out of 7\r \n" ); document.write( "\n" ); document.write( "P(x = 2) = 7C2(0.1)^2*(0.9)^5 = 0.1240 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \r \n" ); document.write( "\n" ); document.write( "-------------------- \n" ); document.write( " \n" ); document.write( " |