[Math] Odds of getting specific color of Jelly Beans in a handful

probabilitystatistics

I have a bag of jelly beans with approx 1190 Jelly Belly's in it. There are 50 different flavors. Assuming the amount of Jelly Belly's per flavor are equal (so, 23.8 of each bean):

If I pull 6 Jelly Beans from my unopened bag, what are the odds that 3 of them will be the same color?

I'm asking because I got a bag of jelly beans for Christmas and got 3 of the same color in the handful I just pulled out… and it's been many many years since my statistics class in college.

Thank you for the help. It's driving me batty and nobody at work cares about my Jelly Belly question except me =(

I would have tried to figure this out on my own as it seems very easy, but I don't even know where to begin looking.

Best Answer

Let's pretend the bag is very large, so drawing one bean of a flavor doesn't change the probabilities. There are $50^6$ possible draws, all the same probability. The ways to get exactly $3$ of a flavor can be counted as $\binom 63=15$ choices for which $3$ will match times $50$ choices for which flavor to match times $49^3$ for the other $3$. There is a tiny error as we double count the case you get two three of a kinds. So the chance is $\frac {15*50*49^3}{50^6}=352947/62500000 = 0.005647152$ or about $1$ in $177$.

Related Question