How many squares in a chessboard n x n

Authors Avatar

HOW MANY SQUARES ON A CHESSBOARD (n x n)?

                                                n

DIAGRAM 1

                

                        

                     

PROBLEM STATEMENT

We were asked to find how many squares were on a chessboard. By observation a chessboard has 8 rows by 8 columns of squares plus one big square, which is the board itself. This will give 65 squares as the answer. However looking at the question in depth, it is seen that many squares can be formed within in the chessboard. The most systematic approach to find exactly  how many squares there are in a chessboard, would be to start from the smallest square to the largest square. We know that a square has 4 equal sides, therefore we can move up n row(s) and across n column(s) on the chessboard, which gives us (n x n) and is also equal to n2 (n squared).

Since the chessboard is an 8 by 8, we can rewrite (n x n) as 8 x 8, where n = 8. So for a single square we write (n – 7)(n –7), where n is 8 in the equation, giving (8 – 7)(8 –7) =1 square.

GENERATING DATA AND DESCRIPTION OF STRUCTURE

Applying the above information, we decided to generate the data starting from the smallest square, which is a 1 x 1 square to the largest square, which is n x n.

                                

 

This is a one by one square and can be represented mathematically as 12 (1 squared) or

 (n – 7)(n – 7) =1 x 1 = 1,       where n = 8

                                                                                

This is a 2 by 2 square plus the whole square which consists of 4 squares. It’s mathematical form is 22 +1 or (n – 6)(n – 6) +1 = 2 x 2 + 1, which gives the total number of squares in this particular square. This result will then be added to the next 3 by 3 square.

This is a 3 by 3 square plus previous sequence (4 + 1). It’s mathematical form is 32 + 4 + 1 or

(n – 5)(n – 5) + 4 + 1 = 3 x 3 + 4 + 1, which gives the total number of squares in this particular square. This result will then be added to the next 4 x 4 square.

This is a  4 by 4 square plus previous sequence (9 + 4 + 1). It’s mathematical form is

42 + 9 + 4 + 1 or (n – 4)(n – 4) + 9 + 4 + 1 = 16 + 9 + 4 + 1, which gives the total number of squares in this particular square. This result will be added to the next 5 x 5 square.

   

This is 5 by 5 square plus previous sequence (16 + 9 + 4 + 1). It’s mathematical form is

52 + 16 + 9 + 4 + 1 or (n – 3)(n – 3) + 16 +9 + 4 + 1 = 25 +16 + 9 + 4 +1, which gives the total number of squares in this particular square. This result will be added to the next 6 x 6 square.

This is 6 by 6 square plus previous sequence (25 + 16 + 9 + 4 + 1). It’s mathematical form is

Join now!

62 + 25 + 16 + 9 + 4 + 1 or (n – 2)(n – 2) + 25 + 16 + 9 + 4 + 1 = 36 + 25 +16 + 9 + 4 + 1, which gives the total number of squares in this particular square. This result will then be added to the next 7 x 7 square.

This is a 7 by 7 square plus previous sequence (36 + 25 +16 + 9 + 4 + 1). It’s mathematical form is 72 + 36 + 25 ...

This is a preview of the whole essay