A bag contains $5$ green and $4$ white balls. Three balls are drawn simultaneously. Find the probability that all three balls are green.

probability

Background:

Just started learning probability, so please bear with me if it's a very trivial question, but this has been troubling me:

Question

A bag contains $5$ green and $4$ white balls. Three balls are drawn simultaneously. Find the probability that all three balls are green.

Solution that I've been taught

Total balls = $9$, Probability = Favourable Cases / Total Cases = $\frac{{5 \choose 3}}{{9 \choose 3}}$ = $\frac{5}{42}$

My approach

Since we have $5$ green and $4$ white balls and we are drawing three balls, the only chances are that we will get: [G stands for Green and W for white],

  1. $3$ G + $0$ W
  2. $2$ G + $1$ W
  3. $1$ G + $2$ W
  4. $0$ G + $3$ W

We only want the case when we get all three green, which is the first case, so according to me the answer should be $\frac{1}{4}$. Why am I wrong? I know I'm doing something fundamentally wrong, please guide me. Why are we even using combinations at all? I would like if I can get an answer that specifically tells where I'm wrong!

Best Answer

That's a very common problem to have, it crops up here regularly from time to time and can also "trick" people that are more experienced than you in statistics/probability theory.

The main reason your argument is incorrect is that the formula "Favorable cases / Total cases" only works if each "case" is as probable as each other case. That's the scenario where most introduction examples start, but that side condition is not usually stressed in teaching, and (if mentioned at all) usually soon forgotten by the students, because it seems "obvious" when mentioned, but can have subtle consequences, as you experienced here.

So let's first see why your $4$ cases ($3$G + $0$W, a.s.o) are not equally likely. Let's consider a different problem, we have $1000$ balls in that bag, $997$ green balls and $3$ white balls to choose from. Would you think that drawing $3$ green and $0$ white balls has the same probability as drawing $0$ green and $3$ white balls?

If you think they don't, (which is the correct intuition most people have in that very lopsided example), there is then also no reason to think they are exactly equal in the more "even" case of $5$ green and $4$ white balls in the bag.

And that doesn't say anything about how they relate to the other cases of "$2$ green and $1$ white ball drawn", and the color reversed.

So again, the fundamental requirement for "Favorable cases / Total cases" to work is that the cases are actually all equally probable. You can get to absurd conclusions if you forget that, like that there are just two possible outcomes to the event "Then sun will go up sometime in NY City in the next 48h.", so the probability of that event happening (for each possible "now") is just $\frac12$, right?

How to decide if the cases are actually equally probable is something between math and the actual real world events that you try to model. The unspoken assumption on all those "draw out of a bag" questions is that each individual "draw" is getting each remaining ball with equal probability. That's a good model for the real world, if

a) the balls aren't distinguishable by anything for the "drawing process" (be that a person grabbing into it or some machine doing it, like for many lotteries),

b) the balls have been sufficiently mixed initially.

Especially a) is tricker than it sounds, if you want to prevent cheating.

So, the assumption you should be using is that each individual draw of $3$ balls is equally likely. And remembering the $997$ green vs $3$ white balls example, you cannot forget that all those $997$ green balls are different and you cannot just "combine" them, that will give an incorrect result.

So one "case" has to be, when the balls are considered (at least logically) numbered from $1-9$, whith $1-5$ being green and $6-9$ being white:

"I draw balls number $3$ (green), $4$ (green) and $8$ (white)",

and 41 other cases. That naturally leads to the solution you were taught.