I was thinking this could be a classroom discussion idea, but I would also be interested in what people think (or what any machine thinks). How much of a pie is a slice of pie? or what is the maximum before any more pie counts as too much pie.
You can just use a simple manipulate (and it could be used in a variety of Wolfram products), e.g.,
Manipulate[PieChart[{p, 1 - p}], {p, 0, 1}]
For example, I would call this a slice of pie

and this as too much
