A person draws 3 balls from a bag containing 3 white, 4 red and 5 black balls. He is offered 10 bucks, 5 bucks, 2 bucks if he draws 3 ball of same color, 2 balls of same color and 1 ball of each color respectively. Find how much he expects to earn.
I tried to solve this question by calculating probability of getting 3 balls of same color that came $3/44$ but for solving balls of 2 same colors there are so many combination and calculation becomes lengthy so is there any way.
The calculation for "2 balls of the same colour" isn't that hard. Suppose the same-coloured balls are white; there are $\binom32$ ways to pick the white balls and 9 choices for the last, non-white ball. Similarly for the red and black balls, leading to $$\frac{9\binom32+8\binom42+7\binom52}{\binom{12}3}=\frac{29}{44}$$ By complementation, the probability that three different-colour balls are picked is $\frac3{11}$ and the expectation falls quickly: $$E=10\cdot\frac3{44}+5\cdot\frac{29}{44}+2\cdot\frac3{11}=\frac{199}{44}=4.5227\dots$$