Rajib_119's blog

By Rajib_119, history, 9 years ago, In English

Help in this problem

My Think: Say E(x) is the expected value when we see x sides of dice.

E(x) = (x / n) (1 + E(x)) + ((n — x) / n) (1 + E(x + 1))

where at this time, the probability of getting the old side of dice which is already done is (x / n) and renaming are (n — x) which need to see at least once, probability of that (n — x) / n.

Thanks in advance.

  • Vote: I like it
  • +1
  • Vote: I do not like it

»
9 years ago, hide # |
 
Vote: I like it +1 Vote: I do not like it

. So, answer is .