We are given an equilateral triangle ABC with the length of its side equal to . There are points on each side of the triangle that equally divide the side into segments. We draw all possible lines that pass through any two of all those points such that they are parallel to one of three sides of triangle . All such lines divide triangle into some lesser triangles whose vertices are called [i]nodes[/i]. We assign a real number for each [i]node[/i] such that the following conditions are satisfied:
(I) real numbers are assigned to respectively;
(II) for any rhombus that is consisted of two lesser triangles that share a common side, the sum of the numbers of vertices on its one diagonal is equal to that of vertices on the other diagonal.
1) Find the minimum distance between the [i]node[/i] with the maximal number to the [i]node[/i] with the minimal number;
2) Denote by the sum of the numbers of all [i]nodes[/i], find .
Problem 1422
Official solution
1. Understanding the Problem and Initial Setup:
- We are given an equilateral triangle with side length 1.
- Each side of the triangle is divided into segments by placing points on each side.
- We draw lines parallel to the sides of the triangle through these points, creating smaller triangles within .
- We need to assign real numbers to the vertices (nodes) of these smaller triangles such that certain conditions are satisfied.
2. Condition Analysis:
- Condition (II) states that for any rhombus formed by two smaller triangles sharing a common side, the sum of the numbers at the vertices on one diagonal equals the sum on the other diagonal.
- This condition can be generalized using vectors and linear combinations.
3. Lemma and Proof:
- Lemma: For any subset of nodes with position vectors satisfying for some real numbers with , we have .
- Proof:
- We use induction on .
- For , the condition is trivial.
- Assume it holds for . For , consider the points with and .
- We can eliminate points row by row using the given condition, reducing the problem to a smaller triangle.
- In the reduced case, the condition with implies due to linear independence.
- Thus, is trivial, proving the lemma.
4. Application of the Lemma:
- For any node on segment , we have with and .
- By the lemma, , which lies between and .
- Therefore, the numbers assigned to nodes other than are strictly between the minimum and maximum of .
5. Minimum Distance Calculation:
- The minimum distance between the node with the maximal number and the node with the minimal number is the diameter of , which is 1.
- If are not distinct, the minimum distance is .
6. **Sum of Numbers :**
- has rotational symmetry around its center .
- For any equilateral with center , .
- By the lemma, .
- The total number of nodes is .
- Therefore, .