document.write( "Question 955662: An urn contains 6 red marbles and 4 black marbles. Two marbles are drawn without replacement from the urn. What is the probability that both of the marbles are black?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #583819 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! An urn contains 6 red marbles and 4 black marbles. Two marbles are drawn without replacement from the urn. What is the probability that both of the marbles are black? \n" ); document.write( "----- \n" ); document.write( "# of ways to succeed: 4C2 = 6 \n" ); document.write( "# of possible pairs:: 10C2 = 45 \n" ); document.write( "--- \n" ); document.write( "P(2 black) = 6/45 = 2/15 \n" ); document.write( "---------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------- \n" ); document.write( " |