Loading subject…
A survey of 100 people records whether each likes coffee and whether each likes tea.
| Likes tea | No tea | Total | |
|---|---|---|---|
| Likes coffee | 30 | 30 | 60 |
| No coffee | 15 | 25 | 40 |
| Total | 45 | 55 | 100 |
Find (a) $P(\text{coffee} \mid \text{tea})$ and (b) $P(\text{tea} \mid \text{coffee})$.
Solution
Using the same survey of 100 people, let $A$ be "likes coffee" and $B$ be "likes tea". Determine whether $A$ and $B$ are independent.
Solution
| Feature | Mutually exclusive | Independent |
|---|---|---|
| Meaning | cannot both happen | one does not affect the other |
| Key equation | P(A and B) = 0 | P(A and B) = P(A) P(B) |
| On a Venn diagram | no overlap | overlap in general |
| Knowing B happened | makes A impossible | leaves A unchanged |