AboutHow we built thisSponsorshipShop
SearchSubscribeDecision ToolsBusiness ModelsFrameworksReading Lists
Privacy PolicyTerms of UseCookie PolicyRefund PolicyAccessibilityDisclaimer

© 2026 Faster Than Normal. All rights reserved.

Faster Than Normal
DecisionsPeopleBusinessesNewsletterSubscribe
Start reading →
  1. Home
  2. Mental models
  3. Conditional Probability
Mathematics & Probability

Conditional Probability

Model #0398Category: Mathematics & ProbabilityDepth to apply:
12 min read

On this page

  • The Core Idea
  • How to See It
  • How to Use It
  • The Mechanism
  • Founders & Leaders in Action
  • Visual Explanation
  • Connected Models
  • One Key Quote
  • Analyst's Take
  • Test Yourself
  • Summary & Further Reading

Contents

  1. 1. The Core Idea
  2. 2. How to See It
  3. 3. How to Use It
  4. 4. The Mechanism
  5. 5. Founders & Leaders in Action
  6. 6. Visual Explanation
  7. 7. Connected Models
  8. 8. One Key Quote
  9. 9. Analyst's Take
  10. 10. Test Yourself
  11. 11. Summary & Further Reading
·Mathematics & Probability
Section 1

The Core Idea

Conditional probability is the probability of an event given that another event has occurred: P(A|B) = P(A and B) / P(B). It is the workhorse of updating beliefs with evidence. The probability of rain given that the sky is cloudy is higher than the unconditional probability of rain. The probability that a positive test is a true positive depends on the base rate of the condition and the test's accuracy — and often contradicts intuition.
The failure mode is base-rate neglect. People overweight the evidence (e.g. "the test is 95% accurate") and underweight the prior (e.g. "the condition is rare"). So a positive result in a rare disease can still mean the probability of having the disease is low — because most positives are false positives when the base rate is low. Conditional probability, applied correctly via Bayes, fixes that: posterior = (likelihood × prior) / normalising constant.
In decisions, you constantly face conditional probabilities: probability of success given the team, of default given the sector, of a deal closing given the stage. Making them explicit avoids conflating P(positive test | disease) with P(disease | positive test) — the first is sensitivity; the second is what you need to decide. The discipline is to write down the condition and the event, and to update with the right formula.
Section 2

How to See It

You see conditional probability when someone updates a belief or a forecast based on new information, or when they confuse P(A|B) with P(B|A). The diagnostic: "given that X, what's the chance of Y?" and the need to use both the likelihood of the evidence and the prior.
Business
You're seeing Conditional Probability when a founder says "our conversion rate for users who complete onboarding is 40%." That is P(convert | onboard). The unconditional conversion rate might be 5% because most users don't onboard. Decisions (e.g. where to invest) depend on which probability is relevant.
Technology
You're seeing Conditional Probability when a model outputs P(fraud | transaction features). The decision (block or allow) depends on that conditional probability and on the cost of false positives vs false negatives. Confusing P(fraud | features) with P(features | fraud) would mis-set thresholds.
Investing
You're seeing Conditional Probability when an investor asks: given that the company missed revenue twice, what is the probability it hits the next plan? That is P(hit | two misses). It is not the same as P(two misses | underlying quality), and it requires a prior on quality and a model of persistence.
Markets
You're seeing Conditional Probability when someone interprets a signal: given that the Fed raised rates, what is the probability of recession? The answer depends on P(recession), P(hike | recession), and P(hike | no recession). Conditional probability structures the update.
Section 3

How to Use It

Decision filter
"When you get new information, ask: what probability do I need? P(outcome | evidence) or P(evidence | outcome)? Use the base rate and the likelihood of the evidence to update. Write P(A|B) = P(B|A)P(A)/P(B) when it helps; at minimum, don't treat a positive test as a sure thing when the condition is rare."
As a founder
Use conditional probabilities when interpreting metrics and signals. Conversion given onboarding, retention given first week activity, win rate given pipeline stage — each is P(outcome | condition). Don't quote the conditional rate when the unconditional rate is what matters for the business (e.g. overall conversion). When you get a "positive signal" (e.g. a pilot yes), ask: given how many pilots we run, how often would we see this by chance? That is base rate and likelihood in disguise.
As an investor
Every due diligence finding is an update: P(good investment | findings). Combine the prior (how often do we see a company this good?) with the likelihood (how likely are these findings if it's good vs bad). Avoid base-rate neglect: a charismatic founder or a great demo is evidence, not proof. The posterior probability of success still depends on how many similar-looking companies fail.
As a decision-maker
Before acting on a test or a signal, clarify: P(condition | positive) or P(positive | condition)? They can differ by an order of magnitude. Use the base rate and the test's sensitivity and specificity (or their analogues) to compute the right one. Decisions that assume P(positive | condition) = P(condition | positive) are systematically wrong when base rates are extreme.
Common misapplication: Swapping condition and event — treating P(A|B) as if it equalled P(B|A). Second misapplication: Ignoring the base rate. When the prior is very small or very large, the posterior can remain small or large even after strong-looking evidence. Always include the prior in the update.
Section 4

The Mechanism

Section 5

Founders & Leaders in Action

Charlie MungerVice Chairman, Berkshire Hathaway
Munger has repeatedly emphasised "inversion" and "base rates." Inversion is asking what would have to be true for the opposite outcome; base rates are the prior in a Bayesian update. His point: people neglect base rates and overreact to recent evidence. Conditional probability done right — prior + likelihood → posterior — is the antidote.
Ed ThorpMathematician, hedge fund manager
Thorp's work on blackjack and later quantitative investing relied on correct probability updates. Knowing P(win | count) and updating the count with each card is conditional probability in action. His book A Man for All Markets stresses using probability correctly and avoiding the confusions (e.g. prosecutor's fallacy) that come from swapping condition and event.
Section 6

Visual Explanation

P(A|B) = P(A and B) / P(B) — Update belief in A given BPrior P(disease)e.g. 1%Likelihood P(+|disease)e.g. 95%PosteriorP(disease|+) ≈ 16%Rare disease + positive test → still often false positive. Use base rate.
Conditional probability: P(A|B) = P(A and B) / P(B). Bayes: posterior ∝ likelihood × prior. Don't confuse P(positive|disease) with P(disease|positive).
Section 7

Connected Models

Conditional probability is at the centre of Bayesian reasoning and decision under uncertainty. The grid below shows what reinforces it, what creates tension, and what it leads to.
Reinforces
Bayes Theorem
Bayes' theorem is the rule for updating probability given evidence: posterior ∝ likelihood × prior. It is conditional probability written in a form that makes the update explicit. The two are inseparable in practice.
Reinforces
Base Rate
The base rate is the prior probability before evidence. Conditional probability says the posterior depends on both the likelihood of the evidence and the base rate. Neglecting the base rate is the most common error; reinforcing it fixes that.
Tension
False Positives & False Negatives
Sensitivity is P(positive | condition); specificity is P(negative | no condition). The probability you need for decisions is P(condition | positive), which depends on both and on the base rate. The tension: good sensitivity does not imply that a positive result usually means the condition — base rate can dominate.
Tension
Prior and Posterior
The prior is the belief before evidence; the posterior is after. Conditional probability is the update rule. The tension: people often anchor on the likelihood (e.g. "test is 95% accurate") and forget the prior. Making prior and posterior explicit reduces the error.
Leads-to
Probability Theory
Conditional probability is a core concept in probability theory. It leads to conditional expectation, martingales, and full Bayesian inference. The basic definition is the starting point for all of that.
Leads-to
Information Asymmetry
When one side has private information, the other updates beliefs conditional on observed actions or signals. Conditional probability structures how beliefs evolve in games and markets with asymmetric information.
Section 8

One Key Quote

"Nothing in life is as important as you think it is when you are thinking about it. Unless you apply base rates."
— Daniel Kahneman
The quote is about focusing illusion, but it applies to conditional probability: without base rates, you overweight the case in front of you. The correct update — posterior = (likelihood × prior) / P(evidence) — forces the base rate into the calculation. What you think when you're "thinking about it" is often the likelihood; what you need for the decision is the posterior.
Section 9

Analyst's Take

Faster Than Normal — Editorial View
Always specify the condition. When you hear "the probability of X," ask: probability given what? P(success | seed round) is different from P(success | Series B). P(win | this team) is different from P(win) overall. Writing the condition avoids confusion and forces the right reference class.
Do the Bayes update for high-stakes signals. When a test, a metric, or a signal is positive, compute P(condition | positive) using the base rate and the test's accuracy. You will often find the posterior is lower than intuition says. That prevents overreacting to false positives.
Don't swap condition and event. P(A|B) and P(B|A) are not the same. Sensitivity is P(positive | disease); the decision-relevant quantity is P(disease | positive). Training yourself to name both and to compute the one you need eliminates a large class of reasoning errors.
Section 10

Test Yourself

Is this mental model at work here?

Scenario 1

A test is 99% accurate. 1 in 10,000 people have the condition. Someone tests positive. A doctor says 'you're almost certainly fine.'

Scenario 2

A founder says '80% of users who complete onboarding convert.' They conclude 'onboarding is the key to conversion.'

Scenario 3

An investor says 'given that they missed twice, the probability they hit next quarter is low.'

Scenario 4

A recruiter says 'this candidate passed our bar, and our bar is 90% accurate, so they're 90% likely to be great.'

Section 11

Summary & Further Reading

Summary: Conditional probability is P(A|B) — the probability of A given B. It is the basis for updating beliefs with evidence. Use it to avoid base-rate neglect and to avoid swapping P(A|B) and P(B|A). Apply Bayes when you have a prior and a likelihood and need the posterior.
Further Reading
01
Thinking, Fast and Slow — Daniel Kahneman
Book
On base-rate neglect, conditional reasoning, and the confusions that arise when we don't apply Bayesian updates.
02
The Theory That Would Not Die — Sharon Bertsch McGrayne
Book
History of Bayes' theorem and its use in inference and decision; reinforces why conditional probability and priors matter.
03
Introduction to Probability — Bertsekas & Tsitsiklis
Book
Rigorous treatment of conditional probability, Bayes' rule, and their use in inference.

Why this matters next

mental modelsBayes Theorem

Conditional Probability applied the Bayes Theorem mental model

mental modelsFalse Positives & False Negatives

Conditional Probability applied the False Positives & False Negatives mental model

mental modelsIntuition

Conditional Probability applied the Intuition mental model

mental modelsQuality

Conditional Probability applied the Quality mental model

mental modelsConditional Probability

Conditional Probability applied the Conditional Probability mental model

mental modelsOrder of Magnitude

Conditional Probability applied the Order of Magnitude mental model

Frequently asked questions

What is Conditional Probability?+

Conditional Probability is a mental model used for better thinking and decision-making.

How do you apply Conditional Probability?+

To apply Conditional Probability, identify situations where this framework is relevant, then use it as a lens to evaluate your options and decisions. The model is most useful when combined with other complementary mental models.

What category does Conditional Probability fall under?+

Conditional Probability falls under the Mathematics & Probability category of mental models. Other models in this category can be found on the Mathematics & Probability hub page.

Why is Conditional Probability important?+

Conditional Probability is important because it provides a structured way to think about problems that would otherwise be approached with intuition alone. Understanding this model helps you avoid common reasoning errors and make better decisions.

Continue exploring

BT

Mental model

Bayes Theorem

A mathematical framework for updating beliefs based on new evidence, proportiona

BT

Mental model

Black Swan Theory

Rare, unpredictable events with extreme impact that are retrospectively rational

CO

Mental model

Compounding

Small consistent gains accumulate exponentially over time — the most powerful fo

CC

Mental model

Correlation vs Causation

The critical distinction between two variables that move together and one actual

ER

Mental model

Ergodicity

The distinction between ensemble averages and time averages — what works across

EG

Mental model

Exponential Growth

Growth that accelerates proportionally to its current size, producing deceptivel

More like this, in your inbox

I send a newsletter every week — free, no spam, unsubscribe anytime.

Or open the full subscribe page.

On this page

  • The Core Idea
  • How to See It
  • How to Use It
  • The Mechanism
  • Founders & Leaders in Action
  • Visual Explanation
  • Connected Models
  • One Key Quote
  • Analyst's Take
  • Test Yourself
  • Summary & Further Reading

Popular Mental Models

First Principles ThinkingOccam's RazorCircle of CompetenceInversionConfirmation BiasSecond-Order ThinkingDunning-Kruger EffectSurvivorship BiasPareto PrincipleOpportunity Cost