Ah, that's a new angle. I bet that's what the problem is actually about. Even if not, that's interesting as hell.
EDIT: Oh boy, I see a dirty way to do this, and another way that's... crap there might go my week if I'm not careful.
If there's a pattern at all yet, we might have
2 points - requires 0 nodes
3 points in equilateral triangle - requires 1 node
4 points making a square - requires 2 nodes
5 points
as a pentagon
- 3?
And then there's this technique - plot the given points as given, and then let there be a bunch, who cares - 1000 proposed nodes that connect to every single point and every other node, and these can move. This foregoes keeping track of vectors as a useful exercise, but what I *did* notice is that the correct solution minimizes ink on the page, supposing overlapping dots and lines are drawn once. I'm not sure if I can capture this in an equation without just using a program.