Question 457560
Consider an 8x9 rectangle (or parallelogram, but it actually doesn't matter) lying on a grid of lattice points. To choose a parallelogram, we could choose any pair out of the eight horizontal lines, followed by any pair out of the nine vertical lines. This would result in some rectangle (parallelogram if we bent the shape). Hence, the number of parallelograms is


(8C2)*(9C2)


= 28*36 = 1008.