Skip to main content

TL;DR

The probability of event A occurring given that event B has occurred, denoted \( P(A|B) = \frac{P(A \cap B)}{P(B)} \).

By Valenke Exam Prep Team·Last updated 2026-06-03

Conditional Probability

The probability of event A occurring given that event B has occurred, denoted \( P(A|B) = \frac{P(A \cap B)}{P(B)} \).

Why it matters for interviews

Nearly every quant interview probability question involves conditioning. Understanding how to decompose problems via conditioning is essential for both brainteasers and stochastic modeling.

Definition and Mathematical Foundation

The probability of event A occurring given that event B has occurred, denoted \( P(A|B) = \frac{P(A \cap B)}{P(B)} \).

Conditional probability restricts the sample space to outcomes where the conditioning event has occurred. This restriction is formalized by the ratio \( P(A|B) = P(A \cap B)/P(B) \), which reweights the probability of A within the subset defined by B. The concept extends naturally to continuous random variables via conditional densities.

Mathematical Details

Key identities involving conditional probability:

Chain rule: \( P(A_1 \cap A_2 \cap \cdots \cap A_n) = P(A_1) P(A_2|A_1) P(A_3|A_1 \cap A_2) \cdots \)

Law of total probability: \( P(A) = \sum_i P(A|B_i)P(B_i) \)

Law of total expectation: \( E[X] = E[E[X|Y]] \)

Example

Two dice are rolled. Given the sum is 7, what is the probability the first die shows 3?

There are 6 outcomes summing to 7: (1,6), (2,5), (3,4), (4,3), (5,2), (6,1). Exactly one has first die = 3. So \( P(D_1=3|\text{sum}=7) = 1/6 \).

Application in Quantitative Finance

Nearly every quant interview probability question involves conditioning. Understanding how to decompose problems via conditioning is essential for both brainteasers and stochastic modeling.

Options pricing is fundamentally an exercise in conditional expectations. The price of a derivative is the expected payoff conditional on the risk-neutral measure. Conditional probability also appears in credit risk (probability of default given a rating downgrade), risk management (expected loss given a VaR breach), and factor models (expected return given factor exposures).

Interview Relevance

Nearly every probability question in a quant interview involves conditioning at some step. The technique of conditioning on the first event, the first step, or a symmetry-breaking variable is the most important problem-solving strategy. Master the chain rule and law of total expectation to handle multi-step problems efficiently.

Related Concepts

Related Terms

Ready to practice for the Quant Trading Interview?

Adaptive practice powered by Item Response Theory targets your weak areas. Start with 3 free sessions.

Start free practice →

Frequently Asked Questions

What is the law of total probability?
It states \( P(A) = \sum_i P(A|B_i)P(B_i) \) where \( \{B_i\} \) is a partition of the sample space. It decomposes a probability by conditioning on mutually exclusive scenarios.
How does conditional probability differ from joint probability?
Joint probability \( P(A \cap B) \) is the probability both events occur. Conditional probability \( P(A|B) \) normalizes the joint by \( P(B) \), giving the probability of A within the subset where B occurred.
Why is conditioning so important in quant interviews?
Most probability brainteasers become tractable by conditioning on the first step or a key event. It is the primary technique for breaking complex problems into manageable pieces.