document.write( "Question 214953: Five counters are selected at random from an urn which contains ten white
\n" );
document.write( "and forty black counters. Find the probability that exactly two of the se-
\n" );
document.write( "lected counters are white if the selections are made: (i) without replace-
\n" );
document.write( "ment; (ii) with replacement.
\n" );
document.write( "In case (i) fnd the probability that at least two of the selected counters
\n" );
document.write( "are white. \n" );
document.write( "
Algebra.Com's Answer #162431 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Five counte/rs are selected at random from an urn which contains ten white \n" ); document.write( "and forty black counters. \n" ); document.write( "Find the probability that exactly two of the selected counters are white \n" ); document.write( "if the selections are made: \n" ); document.write( "(i) without replacement \n" ); document.write( "P(2 white without replacement) = (10/50)(9/49)(40/48)(39/47)(38/46) \n" ); document.write( "------------------------------------------------- \n" ); document.write( "(ii) with replacement \n" ); document.write( "P(2 white with replacement) = 5C2*(10/50)^2(40/50)^3 = 0.2048.. \n" ); document.write( "-------------------------------------------------- \n" ); document.write( "In case (i) fnd the probability that at least two of the selected counters \n" ); document.write( "are white. \n" ); document.write( "P(at least two white without replacement) \n" ); document.write( "= 1 - [P(none white) + P(1 white)] \n" ); document.write( "------ \n" ); document.write( "P(none white) = 40C5/50C5 \n" ); document.write( "P(one white) = (10/50)(40/49)(39/48)(38/47)(37/46) \n" ); document.write( "--- \n" ); document.write( "I'll leave the arithmetic to you. \n" ); document.write( "======================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |