document.write( "Question 1036903: There are 5 black marbles, 2 yellow marbles , 1 blue marble and 4 red marbles in a bag. you select 2 marbles without replacement. what is the probability that both marbles are black? \n" ); document.write( "
Algebra.Com's Answer #651594 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
There are 12 marbles
\n" ); document.write( "Probability first is black is 5/12
\n" ); document.write( "Once chosen, there are 11 marbles left and 4 are black.
\n" ); document.write( "Probability of picking a black one is 4/11.
\n" ); document.write( "The product is (5/12)(4/11)=20/132 or 5/33.
\n" ); document.write( "
\n" );