document.write( "Question 619249: Whats the probability that if you draw 2 marbles without replacement out of a bag containing 1 green, 2 yellow, and 3 red, that both of them are red? \n" ); document.write( "
Algebra.Com's Answer #389526 by stanbon(75887) ![]() You can put this solution on YOUR website! Whats the probability that if you draw 2 marbles without replacement out of a bag containing 1 green, 2 yellow, and 3 red, that both of them are red? \n" ); document.write( "---- \n" ); document.write( "# of ways to succeed: 3C2 = 3 \n" ); document.write( "# of random pairs: 6C2 = 15 \n" ); document.write( "--- \n" ); document.write( "P(2 red) = 3/15 = 1/5 \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=================== \n" ); document.write( " |