A solitaire game is played with the following rules:
________________
On a line segment (of arbitrary length, set it as long as you wish, but for convenience/reference sake, let's say it extends from 0 to 1 on the number line), you place a point anywhere you like on it.
Now place a second point, such that either of the two points is within a different half of the line segment. (The halves are taken to be "open intervals", which means that the end points are not considered "inside" the interval.)
Place a third point so that each of the three is in a different third of the line.
At this point, you may notice that the first two points can't be just anywhere. They cannot, for example, be close together in the middle of the line or close together at one end. They must be carefully placed so that when the third point is added, each will be in a different third of the line.
You proceed in this way, placing every nth point so that the first n points always occupy different 1/nth parts of the line.
_________________
If you choose locations carefully, how many points can you put on the line?