document.write( "Question 656576: a box contains 3 red, 3 white, and 3 green balls. Two balls are drawn out of the box in succession withour replacement. What is the probability that the two balls are the same color? \n" ); document.write( "
Algebra.Com's Answer #409538 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a box contains 3 red, 3 white, and 3 green balls. Two balls are drawn out of the box in succession withour replacement. What is the probability that the two balls are the same color? \n" ); document.write( "----- \n" ); document.write( "# of ways to succeed: 3C2 + 3C2 + 3C2 = 3 + 3 + 3 = 9 \n" ); document.write( "--- \n" ); document.write( "# of random results: 9C2 = (9*8)/(1*2) = 36 \n" ); document.write( "----- \n" ); document.write( "P(2 the same color) = 9/36 = 1/4 \n" ); document.write( "----------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " |