Expected value, or EV, is the backbone of a large share of interview math for trading roles. Whether you are preparing for the style of expected value questions candidates associate with Jane Street, reviewing Citadel quant interview math, or working through general probability puzzles for trading interviews, the core skill is the same: translate uncertainty into weighted average outcomes quickly and without losing track of the setup.
What EV thinking actually means
EV is the average payoff of a decision if you could repeat it many times. The formula is straightforward: multiply each outcome by its probability, then add the results. In interviews, that usually means reducing a word problem to three parts: list the outcomes, assign probabilities, and compute the weighted sum.
The important interview habit is staying neutral. Do not ask whether a game feels risky or exciting. Ask whether the price is favorable. A risky game with positive EV is better than a safe game with lower EV if the question is purely about value. Once you internalize that, many problems become bookkeeping exercises instead of puzzles.
Worked EV examples you should be able to solve quickly
Most interview questions are just variations on a few reusable templates. If you can solve the examples below cleanly, you will recognize a large share of the EV setups that show up in trading interview prep.
Example 1: one coin flip with asymmetric payoffs
Suppose a fair coin is flipped once. You win $5 for heads and lose $3 for tails. Should you take the bet?
Step 1: identify outcomes. There are only two: +5 with probability 1/2 and -3 with probability 1/2.
Step 2: compute EV. EV = (1/2 x 5) + (1/2 x -3) = 2.5 - 1.5 = 1.
Step 3: interpret the result. The expected profit is +$1 per play, so the bet is favorable. This is the fastest type of quant interview EV problem. The main trap is comparing 5 and 3 directly instead of weighting them by probability.
Example 2: three coin flips and a fixed entry fee
You pay $4 to enter a game. Three fair coins are flipped. If at least two land heads, you receive $10. Otherwise you receive nothing. Is the game worth taking?
Step 1: find the probability of at least two heads. The favorable outcomes are HHT, HTH, THH, and HHH. That is 4 outcomes out of 8 total, so the probability is 1/2.
Step 2: convert prize to net payoff. If you win, the net payoff is +6 because you receive 10 after paying 4. If you lose, the net payoff is -4.
Step 3: compute EV. EV = (1/2 x 6) + (1/2 x -4) = 3 - 2 = 1.
Again the answer is positive, but now you had to separate prize from profit. That detail causes a surprising number of mistakes in timed interviews.
Example 3: reroll decisions on a die
A fair six-sided die is rolled. You may keep the first result or reroll once and accept the second result. Your payoff equals the final face value. When should you reroll?
Step 1: compute the EV of a fresh roll. The average of 1, 2, 3, 4, 5, and 6 is (1 + 2 + 3 + 4 + 5 + 6) / 6 = 3.5.
Step 2: compare the current roll to 3.5. If your first roll is less than 3.5, the reroll has better EV. If your first roll is greater than 3.5, keep it.
Step 3: translate that into an action rule. Reroll 1, 2, or 3. Keep 4, 5, or 6. Interviewers like this question because it tests whether you can compare a certain value to the EV of continuing the game.
Example 4: choosing between a sure payout and a bet
Option A pays you $2.70 for sure. Option B pays $7 with probability 45% and $0 otherwise. Which option is better on EV grounds?
Step 1: compute the EV of Option B. EV = 0.45 x 7 + 0.55 x 0 = 3.15.
Step 2: compare 3.15 to 2.70. Option B has the higher expected value, so it is the better answer if the interviewer asks you to maximize EV.
This is where candidates sometimes drift into personal preference. In most quant interviews, unless the problem explicitly adds risk constraints, you should answer with the higher EV option and explain why.
Want to make this automatic? Tools like PitBook let you drill EV games, arithmetic, and probability problems under timed conditions, which is much closer to interview pressure than reading solutions on a static page.
Common mistakes candidates make
- Mixing up payout and profit. If there is an entry fee, subtract it before calling something positive EV.
- Solving the wrong question. Some prompts ask for fair price, some ask whether to play, and some ask for the best stopping rule.
- Ignoring symmetry. In coin and dice problems, quick symmetry checks often save a full case breakdown.
- Letting intuition override arithmetic. If the interview asks for expected value, compute the weighted average first and discuss risk second.
How to practice expected value questions for trading interviews
The best practice sequence is simple. First, solve slow and clean until you can set up outcomes without hesitation. Second, repeat the same families of problems until you recognize recurring structures like binomial counts, reroll thresholds, and fair-price calculations. Third, add time pressure, because interview performance is often limited by setup speed rather than by deep theory.
A good routine is 15 to 20 minutes a day: a few coin-flip games, a few dice problems, and one or two pricing questions where you must state the decision out loud. That mix covers much of the ground behind search terms like expected value questions Jane Street, Citadel quant interview math, and broader probability puzzles trading interviews.
If you can look at a game, write the outcomes immediately, and keep your arithmetic tidy, you will already be ahead of many candidates. EV problems reward structure more than cleverness. Build the structure, then build the speed.