Average Flips for 1 in 3 Chance
Expected coin flips for one third probability is an easy quant interview question on Expected Value, reported to have been seen at Akuna Capital, Goldman Sachs, Optiver and WorldQuant.
MyQuantPartner is not affiliated with, endorsed by, or sponsored by these companies, and all trademarks belong to their respective owners.
This quant interview question is about modeling the average length of a simple random process whose outcome may require repeating the same random experiment. It sits at the intersection of expected value, geometric-like stopping times, and basic simulation design, all central topics in quant prep and probability-heavy interviews. The setup mimics how you might engineer a target probability using only simpler random sources.
It trains your ability to formalize recursive expectation, where the process can restart, and the overall expectation must be written in terms of itself. You practice conditioning on the first step, translating a verbal random mechanism into a clean algebraic relation, and keeping track of probabilities and costs without losing the big picture.
This matters in quant interviews because many pricing, risk, and Monte Carlo algorithms have embedded restart or looping structures. Interviewers use it to see if you can reason precisely about expected runtime, convergence of stochastic procedures, and the efficiency of simulation schemes in real quantitative finance work.
What it tests
This class of problems is governed by the principle of recursive expectation, where the expected value of a process is expressed in terms of itself due to the possibility of repeating the process under certain outcomes. The core structure is that each attempt either resolves the process or causes a restart, and the expected total cost (here, number of coin flips) is the weighted sum of the immediate cost and the expected cost of future attempts. This recursive setup arises whenever a random process can loop back to its starting state, and the key is to set up and solve an equation for the expectation. The reason this works is that expectation is linear and can be conditioned on the first step, allowing us to break down complex, potentially infinite processes into manageable equations. Recognizing and formalizing the self-similar (recursive) structure is what makes these problems tractable.
Practise this question with written feedback, or hear it in a spoken mock interview.
Get started free