Determine the number of rectangles that can be formed on a chess board??
To try more such problems click here .
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.
There are 64 squares in a chess board and there are 9 horizontal and 9 vertical lines. To form rectangles we need 2 horizontal and 2 vertical lines from each set. This can be done in
9 C 2 ∗ 9 C 2 w a y s
=36 * 36
=1296 ways