Probability of Strictly Increasing Dice Rolls

Probability of three dice in order is an easy quant interview question on Conditional Probability.

Difficulty Easy Topic Conditional Probability

This question considers rolling several standard dice in sequence and asking for the probability that the visible outcomes form a strictly increasing pattern from the first roll to the last. The game-like setup is simple, but it forces the candidate to translate a natural-language ordering condition into a clean combinatorial counting problem. Because it involves independent, identically distributed outcomes and symmetry across all ordered sequences of rolls, it fits naturally into the family of introductory conditional and discrete probability questions used in early-round quant and data science interviews.

Conceptually, the problem leans on counting arguments rather than heavy computation: identifying the sample space size, characterizing which outcomes satisfy the strict ordering, and exploiting the fact that each set of distinct values can correspond to at most one strictly increasing sequence. An interviewer is watching whether the candidate can abstract away from brute-force enumeration, avoid double-counting, and recognize when combinatorial selection replaces permutations. They also look for clarity in justifying why symmetry and independence make the final probability expression straightforward once the favorable count is obtained.

What it tests

When counting ordered arrangements with a strict constraint (such as strictly increasing or decreasing), the key is to recognize that each set of distinct elements corresponds to exactly one arrangement that satisfies the constraint. This is because, for any subset of $k$ distinct values, there is only one way to order them strictly ascending (or descending). The total number of such ordered outcomes is thus the number of ways to choose $k$ distinct values from the available set, not the number of ways to permute them. The probability is then the ratio of these favorable cases to the total number of possible ordered outcomes, which is typically $n^k$ for $k$ independent trials with $n$ outcomes each. This principle holds because the strictness of the order removes all but one arrangement per set, collapsing the usual $k!$ permutations to just one.

Practise this question with written feedback, or hear it in a spoken mock interview.

Get started free