2 counting problems
Posted: Wed Aug 30, 2006 6:58 am
1. there is a convex polygon of size n (may not be regular). what is the maximum number of regions created inside it by all its diagonals. for example if n = 3 then region = 1 and n = 4 then region = 4.
2. there are n circles. what is the maximum number of regions created by their intersection. e.g. if n = 2, region = 3, n = 3 then region = 7.
can anyone describe some way to find these?
2. there are n circles. what is the maximum number of regions created by their intersection. e.g. if n = 2, region = 3, n = 3 then region = 7.
can anyone describe some way to find these?