Maximal pairwise intersections between a square and two ellipses

276 Views Asked by At

What is the maximum number of pairwise intersections between a square and two ellipses?

Two ellipses can intersect in at most four points, but that's all I have within me…

1

There are 1 best solutions below

0
On

Note that two ellipses can cross in at most four points, and that a line segment can cross an ellipse in at most two points. It follows that the maximal number of pairwise intersections between two ellipses and a square is $2\cdot4\cdot2+4=20$.

Here is an arrangement that achieves that maximum.