Dice Calculator

Dice

Dice selection

  • Up to six different dice can be chosen from a D4, D6, D8, D10, D12 or D20
  • The following probabilities based on the sum of the dice are displayed:
    • The minimum value
    • The maximum value
    • The mean value
  • A table showing the number of ways of achieving each possible outcome is displayed

Roll

Random roll results for the selected dice are generated each tme the "Roll" button is selected


Calculator

Works out the probability of a given scenario using the comparison operators: =|>|≥|<|≤|≠

  • A result of a roll of a die compared to a value
  • A result of a roll of a die compared to the result of a roll of another die
  • The sum of the results of 1-3 dice compared to a value
  • The minimum of the results of 1-3 dice compared to a value
  • The maximum of the results of 1-3 dice compared to a value

The workings a detailed in the "Workings" tab and a list of the calulations performed detailed in the "Log" tab


Functions

MIN

Format: MIN(Da ... Dn) = value

Calculates the probability of the specified maximum value when rolling up to four different dice

If PGE(x) is the probability that the values rolled by each die is greater than or equal to x, then the required probability is:

PGE(x) - PGE(x+1)

MAX

Format: MAX(Da ... Dn) = value

Calculates the probability of the specified maximum value when rolling up to four different dice

If PLE(x) is the probability that the values rolled by each die is less than or equal to x, then the required probability is:

PLE(x) - PLE(x-1)

SUM

Format: SUM(Da ... Dn) = value

Calculates the probability of the specified sum value when rolling up to four different dice

If N(x) is the number of ways of achiving the required outcome, then the required probability is:

N(x) ÷ (Product of the number of sides of each die)

How many dice:


Specify the number of sides for each die

Die NumberNumber of sides
1

Statistics for total of dice

Minimum value: 1

Maximum value: 6

Mean value: 3.5

Distribution

The number of ways that each total value can be achieved out of 6 outcomes

1
1
2
1
3
1
4
1
5
1
6
1

Die 1


Calculate the probability that



Workings for: