quixotecoyote
Howling to glory I go
- Joined
- Jun 25, 2006
- Messages
- 10,379
I've written a spreadsheet in OpenOffice that lists the possible results of rolling 2 six sided dice after adding any number.
roll
It also lists the possible results of a roll of another set of 2 six sided dice after adding any number.
The numbers added need not be the same, and usually aren't.
It then lists all possible results after subtracting the first set of results from the second.
If both dice rolls had "0" added to them it would list all integers from 10 to -10.
If the first dice roll had "1" added to it and the second had "0" added to it, it would list all integers from 11 to -9.
It also lists the probability for each of the possible values gained in that way.
I am trying to write a formula to determine the chance of the first dice roll being equal to or greater than the second.
I know that to find that for any given roll, I would sum the probabilities starting from the probability associated with the difference of 0 to the probability assoiciated with the largest positive difference.
eta: (The roll 2 modifer is actually 4. It was a glitch in forumula flow. Everything else is ok so I'm not going to upload another pic)
I can manually set it to sum probabilities to make it tell me the probability of roll 1 meeting or beating roll 2 is just under 30%, but because the 0 value keeps moving with every new set of values, I can't figure out how to tell it to know where to start summing.
I don't know how to write a formula to do that.
Can anyone help?
roll
It also lists the possible results of a roll of another set of 2 six sided dice after adding any number.
The numbers added need not be the same, and usually aren't.
It then lists all possible results after subtracting the first set of results from the second.
If both dice rolls had "0" added to them it would list all integers from 10 to -10.
If the first dice roll had "1" added to it and the second had "0" added to it, it would list all integers from 11 to -9.
It also lists the probability for each of the possible values gained in that way.
I am trying to write a formula to determine the chance of the first dice roll being equal to or greater than the second.
I know that to find that for any given roll, I would sum the probabilities starting from the probability associated with the difference of 0 to the probability assoiciated with the largest positive difference.
eta: (The roll 2 modifer is actually 4. It was a glitch in forumula flow. Everything else is ok so I'm not going to upload another pic)
I can manually set it to sum probabilities to make it tell me the probability of roll 1 meeting or beating roll 2 is just under 30%, but because the 0 value keeps moving with every new set of values, I can't figure out how to tell it to know where to start summing.
I don't know how to write a formula to do that.
Can anyone help?
Last edited: