Splitting a cake so nobody feels cheated
Two siblings must split a single cake with no trusted referee and no way to measure it precisely. They disagree about which parts are tastiest, so a straight down-the-middle cut won't satisfy them.
Design a procedure so that each sibling is guaranteed a piece they consider at least half the cake. Then: how would you extend it to three people, each guaranteed at least a third?
Your answer
This one is open-ended. Work it through, then check your reasoning against the full solution.