document.write( "Question 271056: Im so confused, I don't even know where to start! they seem like the same question..please help : (!\r
\n" );
document.write( "\n" );
document.write( "1.) 100 units are shipped,the probabilty that one is defective is .2, you select 12 at random, what is the probabilty 3 are defective?\r
\n" );
document.write( "\n" );
document.write( "2.)A shipment has 20 bad and 80 good units, you pick 12 at random, what is the probabilty 3 are defective? \n" );
document.write( "
Algebra.Com's Answer #198487 by stanbon(75887) ![]() You can put this solution on YOUR website! 1.) 100 units are shipped,the probabilty that one is defective is .2, you select 12 at random, what is the probabilty 3 are defective? \n" ); document.write( "--------------------------------------- \n" ); document.write( "Binomial Problem: n = 12 ; p = 0.2 \n" ); document.write( "P(x = 3) = 12C3(0.2)^3(0.8)^9 = binompdf(12,0.2,3) = 0.2362 \n" ); document.write( "================================================================ \n" ); document.write( " \n" ); document.write( "2.)A shipment has 20 bad and 80 good units, you pick 12 at random, what is the probabilty 3 are defective? \n" ); document.write( "P(x = 3) is same as #1. \n" ); document.write( "====================================================================== \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |