dimension of the chess board

This topic has expert replies
Source: — Problem Solving |

User avatar
Master | Next Rank: 500 Posts
Posts: 101
Joined: Sun Sep 26, 2010 9:33 am
Thanked: 5 times

by jaxis » Tue Jan 18, 2011 2:20 am
the answer is 10 by 10

Soln:
Let the Chess board be of dimension N by N.


No of 1 by 1 squares = N^2.
No of 2 by 2 squares = (N-1)^2
No of 3 by 3 squares= (N-2)^2
.
.
.
No of (N-1) by (N-1) squares = 2^2
No of N by N squares = 1^2

So,


total possiblesquares in a N BY N chess board = Sum of thesquares of first N ntural numbers.

=> N*(N+1)*(2N+1)/6 = 385
N=10.

Thanks,
Jaxis.

User avatar
Legendary Member
Posts: 752
Joined: Sun Sep 12, 2010 2:47 am
Thanked: 20 times
Followed by:10 members
GMAT Score:700

by prachich1987 » Tue Jan 18, 2011 10:00 pm
jaxis wrote:the answer is 10 by 10

Soln:
Let the Chess board be of dimension N by N.


No of 1 by 1 squares = N^2.
No of 2 by 2 squares = (N-1)^2
No of 3 by 3 squares= (N-2)^2
.
.
.
No of (N-1) by (N-1) squares = 2^2
No of N by N squares = 1^2

So,


total possiblesquares in a N BY N chess board = Sum of thesquares of first N ntural numbers.

=> N*(N+1)*(2N+1)/6 = 385
N=10.

Thanks,
Jaxis.
brilliant !!!