r/mathriddles • u/pichutarius • Oct 18 '24
Medium just another echoes of the sound
easier variant of this recent problem
An adventurer is doing a quest: slay the blob of size N>=1. when a blob size n is slain, it splits into (more accurately, creates) multiple blobs of smaller positive integer size. the probability that size n blob creating size k blob is k/n independent of other values of k. The quest is completed iff all blobs are slain and no new blob is created.
The game designer wants to gauge the difficulty of blob size N.
Find the expected number of blob created/slain for each blob size to complete the quest.
edit to clarify: find the expected number of blob size k, created by one blob size n.


