document.write( "Question 1112221: The probability that certain production process will produce a defective parts is .20. Find the exact probability that lot of 12 parts will contain
\n" );
document.write( "a.exactly 5 defective parts
\n" );
document.write( "b.3 or 4 defective parts\r
\n" );
document.write( "\n" );
document.write( "Complete solution please thanks \n" );
document.write( "
Algebra.Com's Answer #727259 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! Use the binomial probability(P) formula \n" ); document.write( ": \n" ); document.write( "P ( k successes in n trials ) = nCk * p^(k) * (1-p)^(n-k), where nCk = n!/(r! * (n-r)!) \n" ); document.write( ": \n" ); document.write( "a) p=0.20, n=12 \n" ); document.write( ": \n" ); document.write( "P ( 5 defects in 12 trials ) = 12C5 * (0.20)^5 * (1-0.20)^(12-5) = 0.0532 \n" ); document.write( ": \n" ); document.write( "b) P ( 3 defects in 12 trials ) = 12C3 * (0.20)^3 * (1-0.20)^(12-3) = 0.2362 \n" ); document.write( ": \n" ); document.write( "P ( 4 defects in 12 trials ) = 12C4 * (0.20)^4 * (1-0.20)^(12-4) = 0.1329 \n" ); document.write( ": \n" ); document.write( "P ( 3 or 4 defects in 12 trials ) = 0.2362 + 0.1329 = 0.3691 \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |