Quant Memo
Core

Converting Odds and Probabilities Quickly

Odds and probability describe the same thing two different ways, and interviewers switch between them freely — the fast conversion is a two-step ratio, not a formula to re-derive each time.

Prerequisites: Converting Fractions, Decimals and Percentages

Odds of 3-to-1 against — what's the probability? Traders and interviewers use "odds" and "probability" almost interchangeably, but they're not the same number, and mixing them up mid-calculation is a common way to blow an otherwise-correct answer. The fix is to have the conversion so automatic it costs no thinking time.

Odds are a ratio of parts, probability is a share of the whole

"Odds of aa to bb against" means: out of every a+ba+b equally likely outcomes, bb are favorable and aa are unfavorable. So:

P(event)=ba+b,odds against=ab=1PP.P(\text{event}) = \frac{b}{a+b}, \qquad \text{odds against} = \frac{a}{b} = \frac{1-P}{P} .

In plain English: odds compare the two outcome counts to each other; probability compares one outcome count to the total. To go from odds a:ba{:}b against to probability, add the two parts to get the whole, then take the favorable part over that whole. To go the other way, from probability PP to odds, the ratio is (1P):P(1-P):P.

Worked example 1: 3-to-1 against

"3 to 1 against" means a=3a=3, b=1b=1: out of every 4 equally likely trials, 1 is favorable and 3 aren't.

P=13+1=14=25%.P = \frac{1}{3+1} = \frac{1}{4} = 25\% .

Notice the total (4) is the sum of the two numbers in the odds — a detail people often get wrong by dividing by just one side of the ratio instead of the sum. It's an easy trap precisely because "3 to 1" sounds like it should map directly onto a simple fraction like 1/31/3.

Worked example 2: going the other way — 40% probability to odds

P=0.4P = 0.4, so 1P=0.61 - P = 0.6. Odds against are (1P):P=0.6:0.4(1-P):P = 0.6 : 0.4, which simplifies (dividing both sides by 0.2) to 3:23:2 against. Check it: with odds 3:23:2 against, P=23+2=25=0.4P = \frac{2}{3+2} = \frac{2}{5} = 0.4. Matches. A useful shortcut for going probability-to-odds by eye: write PP and 1P1-P as a fraction over a common denominator, and the numerators are your odds ratio directly.

favorable (1 part) unfavorable (3 parts) 3-to-1 against = 1 part in 4 total = 25%
Odds of 3-to-1 against split the whole into 4 equal parts, 1 favorable — the probability is that 1 part over the total 4.

What this means in practice

Prediction markets, betting lines, and even some risk-desk conversations quote odds rather than probability, so the conversion needs to be instant, not derived from scratch mid-conversation. It also matters for expected value: converting quoted odds to an implied probability is the first step in checking whether a bet or a market price is offering positive expected value, before you can even begin that calculation. Getting comfortable moving fluidly between the two representations also makes it easier to spot when a quoted price is internally inconsistent.

Odds of a:ba{:}b against convert to probability as b/(a+b)b/(a+b) — add the two sides for the total, favorable side over that total. Probability PP converts to odds as (1P):P(1-P):P against.

The most common error is dividing by one side of the odds ratio instead of the sum of both sides — "3 to 1" is not 1/31/3, it's 1/41/4. Always add the two numbers in the odds to get the total before dividing.

Related concepts

Practice in interviews

Further reading

  • Common quant interview prep guides (mental math drills)
ShareTwitterLinkedIn