document.write( "Question 245031: Two marbles are drawn from a bag containing 6 white, 4 red, and 6 green marbles. Find the probability of both marbles being white. \n" ); document.write( "
Algebra.Com's Answer #179136 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Two marbles are drawn from a bag containing 6 white, 4 red, and 6 green marbles. Find the probability of both marbles being white. \n" ); document.write( "------------- \n" ); document.write( "# of ways to select 2 white: 6C2 = 15 \n" ); document.write( "# of ways to select 2 of any color: 16C2 = 120 \n" ); document.write( "----------------------- \n" ); document.write( "Prob(selecting 2 white) = 15/120 = 3/24 = 1/8 \n" ); document.write( "========================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |