How many rectangles are there in a 20*14 chess board?
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.
In a 20*14 chessboard, there are 21 horizontal lines and 15 vertical lines.To make a rectangle, we have to choose 2 lines out of 21 and then 2 lines out of 15. Hence there are (21 C 2)(15 C 2)= 22050 rectangles that can be formed.