document.write( "Question 1034065: a bag contains 10 red balls 15 green balls and 5 purple balls if two balls are chosen at random without replacement what is the probability that both of them are the same color? \n" ); document.write( "
Algebra.Com's Answer #648683 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a bag contains 10 red balls 15 green balls and 5 purple balls if two balls are chosen at random without replacement what is the probability that both of them are the same color? \n" ); document.write( "----- \n" ); document.write( "# of same-color pairs:: 10C2 + 15C2 + 5C2 = 45+95+10 = 150 \n" ); document.write( "------ \n" ); document.write( "# of random pairs:: 30C2 = 435 \n" ); document.write( "---- \n" ); document.write( "P(same-color pills) = 150/435 = 0.345 \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( " \n" ); document.write( " |