document.write( "Question 841245: A munitions warehouse contains 71 bombs, of which 5 are defective. A sample of 10 bombs will be drawn and tested.
\n" );
document.write( "a. What is the probability that the sample will contain exactly 2 defective bombs?
\n" );
document.write( "b. What is the probability that the sample will contain less than 2 defective bombs?\r
\n" );
document.write( "\n" );
document.write( "Im trying to figure out what this question is. Im thinking its a hypergeometric distribution but i just need a little help with it because i dont know where to start.\r
\n" );
document.write( "\n" );
document.write( "Thank you in advance
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #506844 by edjones(8007)![]() ![]() You can put this solution on YOUR website! a) \n" ); document.write( "10C2/71C5 \n" ); document.write( "=45/13019909 \n" ); document.write( ". \n" ); document.write( "b) \n" ); document.write( "(10C0+10C1)/13019909 \n" ); document.write( "=(1+10)/... \n" ); document.write( "=11/13019909 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |