You have 8 convex octagons and 10 circles in a plane. How many maximum number of points of intersections could be there.
: This is a theoretical question. ( no geometry required)
Try my set : Let's play with polygons
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.
Two octagons can have a max of 16 intersections (8C2 * 16) , Two circles can have a max of 2 intersections (10 C2 * 2) , a circle and an octagon can have a max of 16 intersections (8C1 * 10C1 *16)
The answer is 8C2 × 16 + 10C2 × 2 + 8C1 × 10C1 × 16 = 1818