
You are given an elliptical-shaped land and you are asked to choose n arbitrary points on its boundary. Then you connect each point with every other point using straight lines, forming n(n - 1)/2 connections.
What is the maximum number of pieces of land you will get by choosing 'n' points on the boundary carefully?
Here are some sample answers:
n=1 Pieces=1
n=2 Pieces=2
n=3 Pieces=4
n=4 Pieces=8
The diagram shows the division of land at n=6,