Finding every divisor of a number is a bit like a scavenger hunt. To find 12's divisors, you could divide it by 1 through 12 one at a time and look for a remainder of 0 — but turning this process into rectangles makes it a lot more fun.
Imagine arranging 12 stones in a rectangle. 12 in a row of 1, 6 in a row of 2, 4 in a row of 3, 3 in a row of 4… count how many arrangements divide evenly like this, and that count tells you how many divisor pairs exist. 12 has 6 divisors in total — 1, 2, 3, 4, 6, 12 — which corresponds to exactly 3 rectangle arrangements (1×12, 2×6, 3×4).
Finding divisors this way also naturally reveals the difference between prime and composite numbers. A prime like 7 only has one arrangement, 1×7, so it has exactly 2 divisors — but a composite number like 12, which can be divided several ways, has far more divisors. How many or few divisors a number has turns out to be an important clue to its nature.
The idea of divisors comes up all the time in real life — splitting things evenly, forming groups for class, arranging items regularly on a shelf. When you wonder how many people you could evenly split 24 candies among with none left over, you're already looking for 24's divisors. There's also the idea of a "perfect number" — a curious number like 6, where adding up all its divisors except itself gives back the number itself. Approaching divisor-hunting like a game tends to genuinely interest kids.
Count divisors long enough and you'll spot a fun pattern. Most numbers have an even number of divisors, but a "perfect square" made by squaring some number — like 16 or 36 — always has an odd number of divisors. 16's divisors are 1, 2, 4, 8, 16 — 5 of them — because 4 pairs with itself as 4×4 and only gets counted once. Every other divisor pairs off with a different partner, but this one middle number stands alone. This rule makes more sense when you think of it as a rectangle arrangement: arranging 16 as a 4×4 square has equal width and height, so it doesn't get counted as a separate arrangement. Being able to guess whether a number is a perfect square just from its divisor count is one of the hidden joys of divisor-hunting.
On our activity page, changing the number with the slider automatically draws every possible rectangle arrangement. Counting the arrangements with your own eyes to check the divisor count sticks in memory far longer than repeating division alone. Pick a number, find all its divisors, guess ahead of time whether the count will be even or odd, then check — that little game gives kids the satisfaction of discovering the rule themselves. It's also a great activity to have them increase the number one at a time and hunt for numbers with unusually many divisors, like 24, 36, or 48. Getting them to guess for themselves why some numbers have many divisors and others have few sets them up naturally for the next unit: prime factorization.