Блог пользователя Rajib_119

Автор Rajib_119, история, 8 лет назад, По-английски

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.

  • Проголосовать: нравится
  • +1
  • Проголосовать: не нравится

»
8 лет назад, # |
  Проголосовать: нравится +1 Проголосовать: не нравится

. So, answer is .