basic

Yahtzee Large Straight Odds Calculator

Probability of rolling a large straight in N rolls.

Compute the probability of rolling a Yahtzee large straight (1-2-3-4-5 or 2-3-4-5-6) in N attempts of a single full re-roll, assuming optimal dice keeping (kept dice between rolls). Returns single-roll, two-roll, and three-roll cumulative probabilities.

Published Last reviewed 1 min read

Inputs

Results

Enter values and click Calculate to see results.
Was this helpful?

How to use this calculator

  1. Fill in the inputs above using the units you already have.
  2. Values update automatically as you type — no submit button needed.
  3. Hover any result row for the underlying formula and intermediate values.

Formula

Single-roll P(LS) = 240 / 7776 ≈ 3.09 %. Cumulative P_n ≈ 1 − (1 − p)ⁿ for independent attempts (upper bound).

In depth

Compute the probability of rolling a Yahtzee large straight (1-2-3-4-5 or 2-3-4-5-6) in N attempts of a single full re-roll, assuming optimal dice keeping (kept dice between rolls). Returns single-roll, two-roll, and three-roll cumulative probabilities.