The correct option is
B 204Number of squares in a grid of order 2×2
=4(Number of small squares)+1(A square containing all small squares)=22+12
Number of squares in a grid of order 3×3
=9(Number of small squares)+4(Number of squares containing 4 small squares)+
1(A square containing all components)
=32+22+1
Similarly, Number of squares in a grid of order 4×4=42+32+22+12
We get,
Number of squares in a grid of order n×n=n2+(n−1)2+⋅⋅⋅⋅+12=∑nr=1r2
And n2+(n−1)2+⋅⋅⋅⋅+12=n(n+1)(2n+1)6
Since, chess board is of order 8×8
So, Number of squares on a chess board =∑8r=1r2=8(8+1)(2×8+1)6=8×9×176=204
Hence, option B is correct.