Find the total number of squares (of any size) on a chessboard
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.
The formula to calculate the number of squares in a chess board is given by n(n+1)(2n+1)/6. Therefore by substituting the value of n as 8,we get the answer as 204.