Here is the problem:
You have
N
dice of sizeD
. You throw all dices, then for each dice:- if a dice face is
d
inD
leave it like that - otherwise re-roll the dice, until you get
d
- if a dice face is
What is the expected probability distribution (is this a correct term?) for a total number of individual dice throws to get
d
on all dices ?
My question is:
- Is there a name for such problem ? Or a name of a branch of probability theory to deal with this ?
Similar question: Let $N_n$ be the number of throws before all $n$ dice have shown $6$. Set $m_n := E[N_n]$. Write a recursive formula for $m_n$. has answers, but does not explain what are we searching for.