I'm working on a game mechanic, and I could use some help with the probability if anyone wouldn't mind.
A player rolls two dice. The second dice is open-ended (this means that if he rolls the maximum value on the dice, he rolls it again and adds the numbers, if he rolls maximum again he can continue to roll). Assume for the sake of simplicity that on a d6 the best he could do would be to roll a 6, roll another 6, and finally roll one more 6.
For each scenario I need the following
A) The average result
B) I need to know the integer number that the dice will roll above:
a)50% of the time
b) 75% of the time
c) 25%
d) 33%
e) 10%
The scenarios:
1) A d6, and a d4
2) A d6, and a d6
3) A d6, and a d10
4) Scenarios 1-3, but this time the open-ended value is increased by 1 (meaning that on a d6, a 5 or a 6 result will result in another dice roll, on a d4 a 3 or 4, etc).
Thank you for any assistance.
A player rolls two dice. The second dice is open-ended (this means that if he rolls the maximum value on the dice, he rolls it again and adds the numbers, if he rolls maximum again he can continue to roll). Assume for the sake of simplicity that on a d6 the best he could do would be to roll a 6, roll another 6, and finally roll one more 6.
For each scenario I need the following
A) The average result
B) I need to know the integer number that the dice will roll above:
a)50% of the time
b) 75% of the time
c) 25%
d) 33%
e) 10%
The scenarios:
1) A d6, and a d4
2) A d6, and a d6
3) A d6, and a d10
4) Scenarios 1-3, but this time the open-ended value is increased by 1 (meaning that on a d6, a 5 or a 6 result will result in another dice roll, on a d4 a 3 or 4, etc).
Thank you for any assistance.