document.write( "Question 654093: There are 8 tokens in a bag. 5 are red, 2 are blue, and 1 is green.
\n" );
document.write( "Without watching, you randomly grab 3 tokens from the bag. What is
\n" );
document.write( "the chance that at you end up with at least 1 red token and at least 1 blue
\n" );
document.write( "token? \n" );
document.write( "
Algebra.Com's Answer #408619 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! There are 8 tokens in a bag. 5 are red, 2 are blue, and 1 is green. \n" ); document.write( "Without watching, you randomly grab 3 tokens from the bag. What is \n" ); document.write( "the chance that at you end up with at least 1 red token and at least 1 blue \n" ); document.write( "token? \n" ); document.write( "---- \n" ); document.write( "# of ways to succeed: 5*2 = 10 \n" ); document.write( "---- \n" ); document.write( "# of possible outcomes: 8C2 = (8*7)/(1*2) = 28 \n" ); document.write( "----- \n" ); document.write( "P(1 red and 1 blue) = 10/28 = 5/14 \n" ); document.write( "======================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |