document.write( "Question 1116050: A box contains 4 red, 3 white and 4 green balls. Two balls are drawn out of the box in succession without replacement. What is the probability that both balls are the same color? \n" ); document.write( "
Algebra.Com's Answer #730883 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A box contains 4 red, 3 white and 4 green balls. Two balls are drawn out of the box in succession without replacement. What is the probability that both balls are the same color? \n" ); document.write( "----- \n" ); document.write( "# of same-colored balls:: 4C2+3C2+4C2 = 6+3+6 = 15 \n" ); document.write( "# of random pairs:: 11C2 = 55 \n" ); document.write( "---- \n" ); document.write( "P(both same color) = 15/55 = 3/11 \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( " |