Example 1 As shown in Figure 1, divide each side of the equilateral into equal parts,
draw lines parallel to the other two sides through the division points, the resulting figure is a triangular grid array, briefly called a "triangular grid". Then, how many parallelograms are there in the triangular grid?
Problem 698
Official solution
In the triangular grid, there are three sets of parallel lines, denoted as , , and , parallel to , , and respectively. Let . Extend to point and to point such that , and connect . Extend the diagonal grid lines to intersect with , forming a with a regular triangular grid of size . Denote the line as , and the points on from left to right as , , ..., .
Notice that in Figure 1, each parallelogram is formed by two sets of parallel lines.
First, consider the parallelograms formed by and (referred to as A-type). Take any A-type parallelogram (as shown in Figure 1), where and . Extend , , , and to intersect with line at points , , , and respectively. It is easy to see that there is a one-to-one correspondence between the parallelogram and the ordered quadruple of points on line . Therefore, the number of A-type parallelograms .
Similarly, the number of B-type parallelograms (formed by and ) and C-type parallelograms (formed by and ) is the same, i.e., .
Therefore, .