Quant GT
Browse all lessons
Section 3 · Lesson 3.1

Conditional Probability

How likely is A, given that B already happened?

Conditional probability captures how knowing one event shifts your assessment of another. Given P(B)>0P(B) > 0, the probability of AA given BB is

P(AB)=P(AB)P(B)P(A \mid B) = \frac{P(A \cap B)}{P(B)}

Intuitively, you restrict the sample space to outcomes in BB and ask what fraction of that restricted space is also in AA.

Rearranging gives the multiplication rule:

P(AB)=P(AB)P(B)=P(BA)P(A)P(A \cap B) = P(A \mid B)\, P(B) = P(B \mid A)\, P(A)

The two ways to factor a joint probability are equivalent — the choice between them is usually about which conditional you can compute.

Independence is the special case where conditioning changes nothing: AA and BB are independent iff P(AB)=P(A)P(A \mid B) = P(A), equivalently iff P(AB)=P(A)P(B)P(A \cap B) = P(A)\, P(B).

Conditioning is the most powerful general technique in probability. When you're stuck, condition on something you understand and apply the law of total probability. Many problems that look impossible from the unconditional view fall apart cleanly once you condition.