Hot Hand in a Four Suit Game
Probability of winning with card suits is a medium quant interview question on Combinatorics.
This problem considers a small deck with distinct labeled cards, where you draw them in sequence under two competing conditions: a winning pattern involving two specific suits appearing consecutively in any order, and an immediate loss triggered by a third specific suit. The twist is that you may not even see all cards before the game ends, and the remaining suit is present but plays no direct role in the win or loss rules. This type of setup is common in combinatorics-focused interviews for quant or trading roles, where candidates must interpret a probabilistic game defined on permutations rather than repeated independent trials.
Solving it leans on counting permutations under constraints, conditioning on partial sequences, and recognizing which elements of the state space can be effectively ignored. An interviewer is looking for the candidate to formalize the sample space cleanly, avoid overcomplicating the role of irrelevant cards, and handle events defined by adjacency and stopping conditions. Clear reasoning about symmetry, independence, and how to normalize over valid arrangements is crucial. They will also watch how the candidate connects the computed probability to an expected value decision about whether to accept the stated bet.
What it tests
When analyzing sequential probability problems with multiple objects and specific win/loss conditions, the key is to identify which elements actually influence the outcome and which are irrelevant. By reducing the problem to only the essential objects, you simplify the analysis without changing the probability structure. This reduction works because irrelevant objects do not interact with the win/loss criteria, so their placement does not affect the event's likelihood. The core is to count the arrangements of the relevant objects that satisfy the condition, then normalize by the total number of possible arrangements. This approach generalizes to any problem where the outcome depends only on a subset of the available elements and their relative order or position.
Practise this question with written feedback, or hear it in a spoken mock interview.
Get started free