Suppose I have 2red balls, 3 white balls and 4 black balls. If I choose 2 balls without replacement, what is the probability that both the balls have same colour?
Total number of balls = 2 + 3 + 4 = 9
Probability to get 2 balls = 9C2
Probability to get 2 Red balls = 2C2
Probability to get 2 White balls = 3C2
Probability to get 2 Black balls = 4C2
Probability to get 2 balls of same color = (2C2 + 3C2 + 4C2)/ 9C2 = 5/18












