A bag contains 4 red marbles, 5 yellow marbles, and 6 blue marbles. Three marbles are to be picked out randomly (without replacement). What is the probability that exactly two of them have the same color?
2026-03-25 15:17:49.1774451869
Probability of choosing two marbles of the same color?
1.4k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
It seems easier to go via the complementary probability. There are ${4\choose3}+{5\choose3}+{6\choose3}=34$ ways to pick three equal marbles, and $4\cdot5\cdot 6=120$ ways to pick three different marbles. It follows that with probability $154/{15\choose3}={22\over65}$ we do not succeed in picking exactly two equal marbles. The requested probability then is ${43\over65}$.