An interesting and related problem, from the Sydney University Maths Competition [0] 2007 [1] goes as follows:<p><pre><code> The sisters Alice, Bess, and Cath are fighting over a triangular pizza, which may be
imagined as a triangle PQR.
Their father David proposes the following procedure for sharing it between the four
of them. Alice will select a point A on the edge PQ, then Bess will select a
point B on the edge PR, then Cath will select a point C on the edge QR.
David will then cut the pizza along the lines AB, BC, and AC, and take the centre
piece ABC for himself, leaving three corner pieces (some possibly empty, if
endpoints of edges have been chosen).
The sisters will then either all take the corner piece to the left of the point
they selected, or all take the corner piece to the right of their point; Alice
(as the eldest) will get to choose left or right.
As everyone knows, each sister will make her choices purely to maximize the area
of her own share, except that Alice and Bess, if their own shares are unaffected,
will act to the advantage of the youngest sister Cath.
If they all reason perfectly, what will they do?
</code></pre>
The constraints on this problem lead to an interesting result, but the fun is in teasing out a logical argument to why that result is the case, so I will leave it for those who want to try it.<p>[0] <a href="http://www.maths.usyd.edu.au/u/SUMS/" rel="nofollow">http://www.maths.usyd.edu.au/u/SUMS/</a><p>[1] <a href="http://www.maths.usyd.edu.au/u/SUMS/sums2007.pdf" rel="nofollow">http://www.maths.usyd.edu.au/u/SUMS/sums2007.pdf</a>