Ok, we take a circle, and we draw 10 circles inside it s.t. each circle shares the same center, and the distance between each circle is equal.
Now, we want to subdivide this creation into 100 parts. That's pretty easy - just draw 9 lines that intersect the center that do not overlap.
The question is, what if we want to divide the circle into 100 sections with equal area? What would our lines have to look like?
And no, this is not a homework problem, just something I am messing around with for a program I want to write.
EDIT : Sorry I wasn't specific enough, equal area, not equal shapes (which would make the problem impossible). Also fixed some obvious errors in the setup.
Now, we want to subdivide this creation into 100 parts. That's pretty easy - just draw 9 lines that intersect the center that do not overlap.
The question is, what if we want to divide the circle into 100 sections with equal area? What would our lines have to look like?
And no, this is not a homework problem, just something I am messing around with for a program I want to write.
EDIT : Sorry I wasn't specific enough, equal area, not equal shapes (which would make the problem impossible). Also fixed some obvious errors in the setup.