Circle regionsUp to 10 points
Join every pair of points on a circle and count the regions. The pattern doubles, then it does not.
Mark points on a circle and join every pair with a chord. Two points make 2 regions, three make 4, four make 8, five make 16 — so six points make 32, surely? They make 31. The most famous broken pattern in mathematics, and the sheet is built around the moment it snaps.

The answer key prints on a separate page.
The counts 1, 2, 4, 8, 16 are so convincingly the powers of two that almost everyone writes 32 for the sixth point — and it is worth writing, because being wrong here is the whole lesson. The real rule is not doubling at all: the regions are 1 + (the number of chords) + (the number of places two chords cross inside). There is one chord for every pair of points and one interior crossing for every set of four points, so the count is 1 + C(n,2) + C(n,4), which only happens to match 2ⁿ⁻¹ for the first five values.
Why four points per crossing? Because two chords cross inside exactly when their four endpoints alternate around the circle — so every choice of four points gives precisely one crossing, and every crossing comes from one such foursome. Counting the crossings is counting the foursomes. That is the step that turns a picture nobody can draw for twelve points into a short sum.