Consider a 9 by 6 grid made up of 10 vertical lines and 7 horizontal lines.Find total number of different rectangles in it . Each unit of the grid is a square of same size .
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.
For forming a rectangle, you have to choose 2 lines from the 10 vertical lines and 2 lines from the 7 horizontal lines and thus the answer is 10C2 * 7C2