Conditional Probability
- If we know part of the outcome of an experiment, we can modify the probability of an event based on this knowledge.
- Conditional probability is the probability of an event E2 occurring given that knowledge that event E1 has (or will have) occurred.
- Written P(E2|E1)
- Read : probability of event 2 given event 1
- The second set is the set we know the result is an element of. (E1)
- P(E2|E1) = n(E1 ∩ E2)/n(E1)
- A card is drawn from a standard deck, find the probability that it is a king given that it is a red face card.
- E1 is the card is a red face card.
- E2 is the card is a king.
- n(E1) = 6
- n(E1 ∩ E2) = 2
- Note some kings are not counted (the two black kings)
- Not all cards are counted, only red face cards.
- So P(king | red face card) = 1/3
- Do some problems page 751