What is the maximum number of points of intersection of 8 circles and 6 straight lines all passing through the 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.
Let the no of lines be n Let the no of circles be m Max points of intersection is equal to nC2+2* mC2+ 2 *nC1. mC1