Wednesday, 12 September 2012

Quant

How many square in chess board??
 
sol>
n^2 + (n-1)^2 + (n-2)^2 ... ... 2^2 + 1^2

n=8
then
total=204

No comments:

Post a Comment