document.write( "Question 473225: 2 marbles are selected at random from an urn which contain 4 white and 8 black marbles. what is the probability that both marbles will be white? \n" ); document.write( "
Algebra.Com's Answer #324521 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 2 marbles are selected at random from an urn which contain 4 white and 8 black marbles. what is the probability that both marbles will be white? \n" ); document.write( "---- \n" ); document.write( "# of ways to select 2 white marbles: 4C2 = 6 \n" ); document.write( "--- \n" ); document.write( "# of ways to select 2 marbles randomly: 12C2 = 66 \n" ); document.write( "---- \n" ); document.write( "P(2 white) = 6/66 = 1/11 \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "========== \n" ); document.write( " |