How many rectangles are there on a 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.
There are 9 horizontal lines and 9 vertical lines in Chessboard.......TO make a rectangle u have to choose 2 vertical lines and 2 horizontal lines. now total number of ways is 9C2*9C2 =1296......here C stands for combination ...