How many rectangles are there on an 8 by 8 chessboard?
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.
But this will include the squares too?
Log in to reply
Every square is also a rectangle.. A rectangle with equal sides..!!
(9/2)^2=36^2; i can't follow.
same! :) nice solution - clear and concise! :)
How does this account for squares formed by the choice of parallel lines?
Log in to reply
I would account for this by taking off, (8^2+7^2+6^2...+1)- what I believe to be the number of squares in the grid. This gives the result of 1092 which is what I got by thinking about it in terms of pattern forming for numbers of available rectangles at each size...
Log in to reply
Every square is also a rectangle.. A rectangle with equal sides..!!
Every square is also a rectangle.. A rectangle with equal sides..!!
What an elegant solution!
Nice solution.... I used the same method..
For an N x N board...number of rectangles is ∑ r = 1 N r 3
No. of rectangles of any size in a square of ∗ ∗ n × n = [ 2 n ( n + 1 ) ] 2 ∗ ∗
did dis way.
Same for me.
sum of square n × n grid = 1² + 2² + ... + n² = n(n – 1)(2n – 1)/6
sum of rectangles n × n grid = 1³ + 2³ + ... + n³ = [n(n – 1)/2]²
[8 × 9/2}² = 36² = 1296
here in this case what do ypu mean by 9??? and 8(9) showws that n(n+1) but above you are confusing with n(n-1) what is this?
Sorry it should be [n(n + 1)/2]² sum of cubes
Number of rectangles in a figure of 'n*n' is given by n+1C2 * n+1C2 = 1296
9C2 * 9C2 Since there are 9 vertical lines and 2 lines form a rectangle .
On every side of the chessboard we can construct:
Ns(8) = 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8,
subsides of respectively. 8,7,6,5,4,3,1 elementay subsides associates,
so, because:
Ns(n) = Sum{(k = 1;n)k} = C(n + 1, 2) = (n +1)n/2,
the number of rectangles is:
Nr8x8 = (Ns(8))^2 = [(8 + 1)8/2]^2 = 36^2 = 1296
Ok Guys..it was simple.But i want to modify it a little...how many squares are there on the chess board?/?/? Ans in cmnts below...
8^2+7^2...2^2+1=204
Problem Loading...
Note Loading...
Set Loading...
Each rectangle is bounded by two pairs of parallel lines, 2 vertical and 2 horizontal. Hence, we may count the two pairs of parallel lines instead of the rectangles (as clearly each pair of pairs determines one unique rectangle). There are 9 vertical lines, hence there are ( 2 9 ) ways to choose a pair. Same goes for pairs of horizontal lines. Hence the answer is ( 2 9 ) 2 = 3 6 2 = 1 2 9 6