chessboard puzzle

Can you count the number of rectangles in a chess board ?


The answer is 1296.

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.

4 solutions

We can view the chessboard as being defined by 9 9 evenly spaced vertical lines and 9 9 evenly spaced horizontal lines.

Now choose 2 2 distinct vertical lines and 2 2 distinct horizontal lines. The resulting points of intersection are the vertices of one of the rectangles we are wanting to count. In fact, there is a one-to-one correspondence between these ( 9 2 ) ( 9 2 ) = 1296 \binom{9}{2} \binom{9}{2} = 1296 choices of vertical and horizontal lines and the rectangles in a chessboard, and so we conclude that there are 1296 \boxed{1296} rectangles.

THIS IS MORE SYSTEMATIC AND LOGICAL APPROACH .........SIR.....AND SIR DO YOU MIND SOLVING MY PROBLEMS IN THE SET MY COMBINATORICS PROBLEM

ashutosh mahapatra - 6 years, 8 months ago

Log in to reply

Thanks, and sure, I've just written a solution for one of your set problems. I'll write more solutions when I have the time. :)

Brian Charlesworth - 6 years, 8 months ago
Jaiveer Shekhawat
Sep 27, 2014

There is one more method of solving this question or any other questions where it is a square of n X n sides.

The number of rectangles in n X n square divided into squares of 1 unit is:

1 3 1^{3} + 2 3 2^{3} + 3 3 3^{3} ....... + n 3 n^{3}

Since it's a chessboard it will have :

1 3 1^{3} + 2 3 2^{3} + 3 3 3^{3} + 4 3 4^{3} + 5 3 5^{3} + 6 3 6^{3} + 7 3 7^{3} + 8 3 8^{3}

= 1+8+27+64+125+216+343+512

= 1296 \boxed{1296}

Abe Morillo
Jan 20, 2015

Since there are 9 vertical and 9 horizontal lines in a chessboard, then we only need the product of the combinations of the horizontal and vertical lines taken 2 at a time. So, 9C2*9C2 = 1296.

Aman Gautam
Sep 26, 2014

There are 64 one-by-one squares,

49 two-by-two squares, ...

(8-n)^2 n-by-n squares, ...

1 eight-by-eight square;

2 x (7x8) one-by-two rectangles,

2 x (6x8) one-by-three rectangles, ...

2 x (1x8) one-by-eight rectangles;

2 x (6x7) two-by-three rectangles, ...

2 x (1x7) two-by-eight rectangles; ...;

2 x (1x2) seven-by-eight rectangles.

This can all be simplified to find the sum total as the sum of the cubes of integers 1 to 8, which is 8^2 x 9^2 / 4 or 36^2 = 1296.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...