Counting Squares in a Figure
A full grid has a formula for its squares. Knock a piece out and the formula no longer applies, but the counting stays systematic if you work size by size.
A full grid has a formula for its squares. Knock a piece out and the formula no longer applies, but the counting stays systematic if you work size by size.
A full grid has a formula for its squares. Knock a piece out of it and the formula no longer applies — but the counting is still systematic, provided you work size by size and check which squares survive the gap.
In a complete grid the number of squares is
.
The trap is counting only the little cells. The whole grid is a square too, and so is every block in between. Count by size:
squares in all.
A grid follows the same pattern: nine
, four
and one
, giving
.
When part of the grid is missing, the formula alone will overcount. Either approach works:
The second method is usually safer. Subtracting requires spotting every square the gap destroys, which is easy to get wrong; counting survivors only asks what is actually there.
The full grid would have given . Removing one small cell cost three squares altogether: the cell itself, one
block and the
whole.
Now remove two opposite corners from the grid.
Each removed corner destroys the one block sitting in that corner, so two corners leave two of the four blocks intact.
Remove the middle cell of the grid instead.
Compare this with the missing-corner case. The same single cell was removed, yet the centre is far more destructive because every larger square passes through it. Where the gap sits matters as much as how big it is.
a) A plus-shaped cross of five cells
b) A grid with a
corner block removed
Work upward through the sizes and stop as soon as a size yields nothing — no larger size can survive either.