document.write( "Question 376507: * A lot of 75 washers contains five in which the variability in thickness around the circumference of the washer is unacceptable. A sample of 10 washers is selected at random, without replacement.\r
\n" );
document.write( "\n" );
document.write( "i) What is the probability that at least one unacceptable washer is in the sample?\r
\n" );
document.write( "\n" );
document.write( "ii) What is the probability that at most one unacceptable washer is in the sample?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #267850 by edjones(8007)![]() ![]() You can put this solution on YOUR website! This is a hypergeometric distrribution. \n" ); document.write( "i) \n" ); document.write( "1-(70C10/75C10) \n" ); document.write( "=1-.4786 \n" ); document.write( "=0.5214 \n" ); document.write( ". \n" ); document.write( "ii) \n" ); document.write( "(70C10 + (70C9 * 5C1))/75C10 \n" ); document.write( "=.8708 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |