asked 105k views
4 votes
Find the number of rectangles an and Squares in chess 8 by 8 board respectively.​

asked
User Cocco
by
7.4k points

1 Answer

6 votes

Answer:

squares: 204

rectangle: 1,296

Explanation:

Board Size: 8 x 8

The total number of squares is thus:


1^(2) + 2^(2) + ... + n^(2)

sum =
(n(n + 1)(2n + 1))/(6)

For a chess board, with n = 8,

sum =
((8)((8) + 1)(2(8) + 1))/(6)

sum = 204

the number of rectangles on a chess board,

to make a rectangle you need to pick any two of the vertical lines, and any two of the horizontal lines. There are 36 distinct pairs and the same number of vertical pairs, so the answer is 36 × 36 = 1,296.

Find the number of rectangles an and Squares in chess 8 by 8 board respectively.​-example-1
Find the number of rectangles an and Squares in chess 8 by 8 board respectively.​-example-2

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.