There is a grid of 20 squares by 10 squares. How many different rectangles are possible?
(Note that square is a rectangle).
(In reply to
re: Nodes by Sam)
Not silly at all...
He counted all diagonals twice... so, yes divide by 2 (and we get the number of unique diagonals).
But then each rectangle has TWO of those diagonals... so divide by 2 again (to get the number of unique rectangles).