document.write( "Question 1078083: say that there are three defective items in a bag of 50 items. a sample of 10 items is taken at random. let a denote the number of defective items in the sample. find the probability that the sample contains
\n" );
document.write( "a) exactly one defective items
\n" );
document.write( "b) at least three good items;
\n" );
document.write( "c) at most one defective items. \n" );
document.write( "
Algebra.Com's Answer #692552 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The first is 3C1*47C9*10 \n" ); document.write( "divided by 50C10 \n" ); document.write( "This is the same as multiplying 3/50*47/49*46/48*...*39/41*10=0.3980 \n" ); document.write( "Once you know there are 3 ways to choose the first, make the top and bottom of the combination add to the 50C10, which is the denominator. \n" ); document.write( "----------------------------------- \n" ); document.write( "At least 3 good items. In a sample of 10, with only three defective items, there is no way there can be fewer than 7 good items. The probability is 1. \n" ); document.write( "At most one defective item: We know the probability of 1. \n" ); document.write( "We need the probability of 0 (or subtract the probability of 2 or 3). \n" ); document.write( "probability of 0 is \n" ); document.write( "47C10/50C10=0.5041 \n" ); document.write( "The sum of those two is 0.9021. \n" ); document.write( " \n" ); document.write( " |