How do you combine probabilities?

1 Answer
Feb 16, 2017

This is quite a complex question, but here is a short explanation.

Let's us a pack of cards as an example. Single event probabilities involve only ONE aspect.

P(Heart)=1352=14

P(Jack)=452=113

If we combine probabilities, we are considering two or more aspects.
If we ask, "What is the probability that a card is a Heart OR a jack, we are widening the options. "OR" implies ADD.

P(H or J)=P(H)+P(J)P(HJ)

=1352+452152=1652=413

Note that we subtract the combination that is the Heart and the Jack, because that card has been counted twice.

If we ask, "What is the probability that a card is a Heart AND a jack, we are narrowing the options because we are being more specific. "AND" implies MULTIPLY.

P(H and J)=P(H)×P(J)

=1352×452=152

The answer makes sense, because there is only one card that is a Heart and a Jack.