document.write( "Question 834131: A production batch is rejected if a sample of 25 items contains 2 defective
\n" );
document.write( "items. A quality inspector randomly selects two items from a
\n" );
document.write( "batch of 25; find the probability of rejecting the sample if the batch
\n" );
document.write( "contains 5 defective items. \n" );
document.write( "
Algebra.Com's Answer #502858 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A production batch is rejected if a sample of 25 items contains 2 defective \n" ); document.write( "items. A quality inspector randomly selects two items from a \n" ); document.write( "batch of 25; find the probability of rejecting the sample if the batch \n" ); document.write( "contains 5 defective items. \n" ); document.write( "------- \n" ); document.write( "# of ways to select 2 defective = 5C2 = 10 \n" ); document.write( "---- \n" ); document.write( "# of randomly selected pairs: 25C2 = 600 \n" ); document.write( "----- \n" ); document.write( "P(reject sample) = 10/600 = 1/60 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " |