
you are here 4 179
calculating probabilities
We have a winner!
Congratulations, this time the ball landed on 10, a pocket
that’s both black and even. You’ve won back some chips.
Q:
So when would I use Bayes’
Theorem?
A: Use it when you want to find
conditional probabilities that are in the
opposite order of what you’ve been given.
Q:
Do I have to draw a probability
tree?
A: You can either use Bayes’ Theorem
right away, or you can use a probability
tree to help you. Using Bayes’ Theorem
is quicker, but you need to make sure you
keep track of your probabilities. Using a
tree is useful if you can’t remember Bayes’
Theorem. It will give you the same result,
and it can keep you from losing track of
which probability belongs to which event.
Q:
When we calculated P(Black | Even)
in the roulette wheel problem, we didn’t
include any probabilities for the ball
landing in a green pocket. Did we make a
mistake?
A: No, we didn’t. The only green pockets
on the roulette board are 0 and 00, and we
don’t classify these as even. This means that
P(Even
| Green) is 0; therefore, it has no
effect on the calculation.
Q: The probability P(Black|Even) turns
out to be the same as P(Even|Black):
they’re both 5/9. Is that always the case?
A:
True, it happens here that
P(Black | Even) and P(Even | Black) have the
same value, but that’s not necessarily true for
other scenarios.
If you have two events, A and B, you can’t
assume that P(A | B) and P(B | A) will
give you the same results. They are two
separate probabilities, and making this sort of
assumption could actually cost you valuable
points in a statistics exam. You need to use
Bayes’ Theorem to make sure you end up with
the right result.
Q: How useful is Bayes’ Theorem in real
life?
A: It’s actually pretty useful. For example,
it can be used in computing as a way of
filtering emails and detecting which ones
are likely to be junk. It’s sometimes used in
medical trials too.