CombinatoricsDifficulty 5.8AIME, harderProve itUnited States
Problem:
Nine distinct positive integers summing to 74 are put into a 3×3 grid. Simultaneously, the number in each cell is replaced with the sum of the numbers in its adjacent cells. (Two cells are adjacent if they share an edge.) After this, exactly four of the numbers in the grid are 23. Determine, with proof, all possible numbers that could have been originally in the center of the grid.
Solution
Solution:
Suppose the initial grid is of the format shown below: adgbehcfi After the transformation, we end with andngnbnenhncnfnin=b+da+e+gd+ha+c+eb+d+f+hg+e+ib+fc+e+if+h Since d=f, an=b+d=b+f=cn. By symmetry, no two corners on the same side of the grid may both be 23 after the transformation. Since c=g, bn=a+c+e=a+e+g=dn. By symmetry, no two central-edge squares sharing a corner may both be 23 after the transformation. Assume for the sake of contradiction that en=23. Because an,cn,gn,in<en, none of an,cn,gn,in can be equal to 23. Thus, 3 of bn,dn,fn,hn must be 23. WLOG assume bn=dn=fn=23. This is a contradiction however, as bn=dn. Thus, en=23. This leaves the case with two corners diametrically opposite and two central edge squares diametrically opposite being 23. WLOG assume an=bn=hn=in=23. Thus, 92=4⋅23=an+bn+hn+in=(b+d)+(a+c+e)+(e+g+i)+(f+h)=(a+b+c+d+e+f+g+h+i)+e. Since a+b+c+d+e+f+g+h+i=74, this means that e=92−74=18. One possible example of 18 working is 461161817273. Thus the only possible value for the center is 18.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: MathNet,
licensed CC-BY-4.0.
Statement reproduced verbatim; metadata (topic, difficulty) added by this project.