TICKETS 03 OF 3 RUNS LEFTACC --
OUTCRY

← Guide BookPlay it

Quitters Never Lose

Scratch-Off (Timed, 7 Questions)

Scratch tickets with the odds printed face-up: 7 probability questions per ticket on a 5:15 clock, then a buy-or-walk decision.

How it works

You start with a $100 bankroll and pick a ticket priced at $1, $5, $10, $20, $50, or $100. The ticket flips over to reveal its true prize table before you commit to anything - three outcomes (a $0 tier, a mid tier, and a jackpot tier) with exact fractional odds out of 8 or 16. Real lotteries hide this table; the game shows it to you because reading it is the whole skill.

Before you can scratch, you answer a set of probability questions about the ticket you are holding: expected value, Bayes / conditional probability, no-replacement batch odds, combinatorics, the geometric distribution (expected tickets to first win), and an occasional classic puzzle (Monty Hall, a birthday-problem variant, coupon collector). Then comes the decision stage: buy anywhere from 0 to 10 tickets of this design at this price. Choosing 0 walks away and refunds the ticket price in full - the game still shows what the ticket would have paid, for the record.

This variant gives each ticket 7 questions on its own countdown of 45 seconds per question - 5:15 per ticket, shown as a per-round clock that resets with every new ticket. If it hits zero, all unanswered questions are marked incorrect and you are moved straight to the buy decision; the timer never costs you money directly and never ends the session. The session ends only when you cash out or your bankroll hits $0.

How scoring works

A ticket that shows multiplier m pays exactly m times the ticket price - the three tiers are $0, a mid prize of 1x or 2x, and a jackpot of 4x, 5x, 6x, or 8x on a normal ticket, or 8x, 10x, or 12x on a rare mispriced one. The $0 tier always covers between 50% and 80% of the probability mass.

70% of generated tickets are fair-ish: expected value at or below 1x the price, a genuine house edge. 30% are hot: EV strictly above 1x, mispriced in the player's favor. The split is constant and is never adjusted based on whether you are winning or losing.

Walking away at the quantity step (choosing 0) refunds your ticket price - a guaranteed EV of exactly 1.0x, better than most tickets in the game.

Compute EV before the buy decision, every time

The flip reveal hands you the full distribution, so EV is one line of arithmetic: multiply each prize by its probability and add. On a $10 ticket showing P($0) = 5/8, P(2x = $20) = 2/8, P(4x = $40) = 1/8: EV = (2/8)($20) + (1/8)($40) = $5.00 + $5.00 = $10.00 - exactly 1.0x, the best a fair-side ticket ever gets. A harsher fair shape like P($0) = 6/8, P(1x = $10) = 1/8, P(5x = $50) = 1/8 gives EV = (1/8)($10) + (1/8)($50) = $7.50, a 25% house edge.

The end-of-session screen states the game's own summary: most tickets pay out about 7/8 of the price - a 12.5% house edge. Any ticket whose EV multiple comes out at or below 1 is a losing or at best break-even bet, and the refund option (buy 0) strictly dominates buying it.

Size up only on hot tickets

About 3 tickets in 10 are generated with EV above 1x - jackpot multipliers of 8x, 10x, or 12x with a zero tier capped near 60%. Those are the only +EV bets in the game. When the arithmetic says EV > price, the max-quantity rule (up to 10 tickets, limited by bankroll) is your edge: each additional ticket adds the same positive expected profit. When EV is at or below the price, the right quantity is 0 - take the refund.

Note what buying more does NOT do: it never changes the per-ticket edge. Ten tickets of a 0.75x design have EV 7.5x the price, not a better shot at the jackpot per dollar. Volume scales the edge you already have, in whichever direction it points.

Budget the clock around the EV question

Seven questions in 315 seconds is 45 seconds each, and the question set always covers all six topics (EV, Bayes, batch conditional, combinatorics, geometric, classic) with one extra. The EV computation doubles as your buy decision, so do it carefully even if it costs a full minute - the multiple-term sum like (2/8)($20) + (1/8)($40) is also telling you whether to buy 0 or 10 at the next screen.

The combinatorics question is capped at C(n, r) of at most 220 with pools of 6-10 and picks of 2-4 - small enough to compute directly (C(8,3) = 56, C(10,4) = 210). The classic puzzles have fixed answers worth knowing cold: switch-and-win is 2/3, the three-friends design match is 4/9, and the three-design coupon collector is 5.5 tickets.

A worked example

You buy a $10 ticket. The flip reveal shows: $0 with probability 5/8, $10 (1x) with probability 2/8, $40 (4x) with probability 1/8.

EV = (5/8)(0) + (2/8)($10) + (1/8)($40) = $2.50 + $5.00 = $7.50. Expected profit = $7.50 - $10.00 = -$2.50, a 25% house edge. This is a fair-side shape - decline it.

Sample questions on this ticket: P(win nothing) = 5/8. P(top prize | win something) = (1/8) / (3/8) = 1/3. P(win something) = 3/8, so expected tickets to first win = 8/3, about 2.67.

At the decision stage you set quantity to 0. Your $10 is refunded and your bankroll is unchanged - an EV of exactly $10.00 versus the $7.50 of playing. Walking away outperformed the ticket by $2.50 of expectation, which is the lab's title acted out.

Common mistakes

Buying before doing the EV multiplication. The table is face-up - a ticket that pays 7/8 of its price loses you 12.5 cents per dollar in expectation, every time.

Answering W/N on the batch question. After a non-winner is removed, W winners remain among N-1 tickets: the answer is W/(N-1).

Sizing up on a fair ticket to chase the jackpot. Quantity multiplies expected loss just as faithfully as expected gain.

Ignoring the walk-away option. Buying 0 refunds the full price - a guaranteed 1.0x that beats roughly 70% of tickets generated.

Burning the whole clock on the classic puzzle. Its answers are fixed (2/3, 4/9, 5.5) - bank that time for the EV arithmetic that drives your buy decision.

Why interviews test this

Expected value over an explicit discrete distribution is the single most common opener in quant interviews - it tests whether you instinctively price a bet instead of reacting to its best case. The follow-ups here mirror real follow-ups: conditional probability without replacement (does the candidate update on removed outcomes?), the geometric distribution (time to first success), and Bayes on nested events.

The deeper lesson interviewers probe is bet selection and sizing: a trader who can compute EV but still takes -EV bets, or who sizes the same regardless of edge, fails the job even if the arithmetic is right. Declining the bet - quantity 0 - is frequently the correct answer, and saying so out loud is a strong interview signal.

Play Scratch-Off (Timed, 7 Questions) · All game guides · The arcade