How many squares (of integer side length) can be made out of a square?
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 a simple formula for such a problem.
Suppose we have a NxN square;
Then total number of squares(of any size)=1/6(N)(N+1)(2N+1).
In this problem,N=65536,
or, Total no. of squares=1/6(65536)(65536+1)(2x65536 +1)
=1/6(65536)(65537)(140073)
=93827139731456