What is the maximum number of intersections that can be made using 100 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.
A simple formula for these type of problems which can be used is I = n ( n − 1 ) where n is the number of circles given.
Here , n = 1 0 0
Thus , the maximum number of intersection is 1 0 0 ( 1 0 0 − 1 ) = 1 0 0 ( 9 9 ) = 9 9 0 0