Quant interview prep guides

Two Dice Probability Interview Questions

Two-dice probability interview prep for sums, maxima, doubles, complements, ordered outcomes, and expected value.

Candidates learning finite ordered sample spaces for quant probability interviews.

Use 36 ordered outcomes

Two fair dice create 36 ordered outcomes. The pair (2,5) and (5,2) are different outcomes unless the prompt explicitly changes the model. This is the denominator for many basic two-dice questions.

Sums are not equally likely

Seven has six ordered pairs, while two has one. Any answer treating all sums from 2 through 12 as equally likely is wrong under the standard two-dice model.

Concrete example

The probability of a sum of 8 is 5/36: (2,6), (3,5), (4,4), (5,3), and (6,2). Counting ordered pairs keeps the numerator consistent with the denominator.

Complements help

For "at least one six," the complement is no sixes: (5/6)^2. The answer is 1 - 25/36 = 11/36. This is faster than listing every pair with a six.

Max and min variants

For maximum questions, count both dice at most k, then subtract if needed. For example, P(max <= 4) = (4/6)^2. This cumulative approach avoids messy enumeration.

Common mistakes

Candidates often double-count unordered pairs or treat sum outcomes as uniform. State the sample space and then count favorable ordered outcomes.

Practice the pattern

Use the LeetQuidity curriculum and calibration to turn this topic into a focused practice plan.