How many squares are in a grid?
Clarification: The squares can be of any size, e.g. , , etc.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
There is 1 way to form a 1 0 x 1 0 grid, 4 ways to form a 9 x 9 grid, 9 ways to form an 8 x 8 grid etc. Each time there are n 2 ways where n = 1 1 − G for a G x G grid. So, the total number of ways is 1 2 + 2 2 + 3 2 + . . . + 1 0 2 = 3 8 5