Join every k-th of n equally spaced points around a circle instead of each neighbour, and see what star-shaped polygons appear.
Start here β this is the source that inspired this exploration.
Place n points at equal angles around a circle, the same points you would use to draw a regular n-sided polygon. Instead of joining each point only to its immediate neighbour, join every k-th point instead - point 1 to point 1+k, point 1+k to point 1+2k, and so on. For most choices of n and k this traces out a star-shaped polygon rather than a simple n-gon, and the pattern depends on whether n and k share a common factor. This exploration asks you to construct these star polygons, classify when they form one connected path or several, and find their side lengths and areas as functions of n and k.