document.write( "Question 615197: There a 100 ducks in a pond. 15 of them have red dots on them. If three ducks are randomly picked. What is the probability that 2 of them are ducks with a red dot? Once a duck is picked, it does not go back in the pond.\r
\n" );
document.write( "\n" );
document.write( "Here is what I tried.\r
\n" );
document.write( "\n" );
document.write( "15/100 X 14/99 \n" );
document.write( "
Algebra.Com's Answer #387187 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! There a 100 ducks in a pond. 15 of them have red dots on them. If three ducks are randomly picked. What is the probability that 2 of them are ducks with a red dot? Once a duck is picked, it does not go back in the pond. \n" ); document.write( "----------------------- \n" ); document.write( "# of triples with 2 red and and 1 not red. \n" ); document.write( "15C2*85 = 105*85 = 8925 \n" ); document.write( "--- \n" ); document.write( "# of random triples = 100C3 = 161700 \n" ); document.write( "--------------- \n" ); document.write( "P(2 red and 1 not red) = 8925/161700 = 0.0552 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======================= \n" ); document.write( " |