Let’s consider the maximum number of intersections between circles:
2 different circles have 2 points of intersections.
3 different circles have 6 points of intersections.
4 different circles have 12 points of intersections.
Having said that, what is the maximum possible number of points of intersections of 10 different circles?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
In general, for n different circles there are n(n-1) intersections. The proof is irrelevant and is left as an exercise for the reader.