How many different types of squares can be made from a chess board?
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 are 8 parallel rows and 8 vertical rows in a chess board So number of squares with single phase=8×8=64, number of squares whith 4 phase=7×7=49and so on. which gives 8×8=64 7×7=49 6×6=36 5×5=25 4×4=16 3×3=9 2×2=4 1×1=1 Adding all these we have 64+49+36+25+16+9+4+1=204