Cutting a cake n-times - expected number of pieces

74 Views Asked by At

I'm trying to solve a brainteaser:

A 2D circle (cake) is cut randomly with straight lines n-times. What's the expected number of pieces?

Could you give me a hint on how to approach this? Is it possible to solve it analytically or by simulation?

Thanks!