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…
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…
Copyright © 2021 JogjaFile Inc.
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.