Maths Olympiad Prep

Library / /34 of 39

Algebra Difficulty 6.0 AIME, harder Prove it Ireland

Suppose AA is an n×nn \times n array of numbers, with n>2n > 2, and denote by A(i,j)A(i, j) the number in the iith row and jjth column. We say that AA is an *averaging array* if it has the following property: A(i,j)A(i, j) equals the average of the three numbers A(i,j1)A(i, j-1), A(i1,j)A(i-1, j), and A(i1,j1)A(i-1, j-1), whenever i,j{2,,n}i, j \in \{2, \dots, n\}. Let MM be the maximum of all values A(i,j)A(i, j) in the averaging array AA.

a. Prove that there exists i{1,,n}i \in \{1, \dots, n\} such that either A(i,1)A(i, 1) or A(1,i)A(1, i) equals MM.

b. There is a trivial way to get A(i0,j0)=MA(i_0, j_0) = M for any fixed choice of indices i0,j0{1,,n}i_0, j_0 \in \{1, \dots, n\}: just pick A(i,j)=MA(i, j) = M for all i,ji, j. For each fixed choice of indices i0,j0{1,,n}i_0, j_0 \in \{1, \dots, n\} either describe how to construct a non-trivial averaging array and for which A(i0,j0)A(i_0, j_0) equals the maximum value MM, or show that no such array exists.

Solution

a.
For part (i), first observe that if A(i,j)=MA(i, j) = M with i,j>1i, j > 1, then the three neighbouring values that have average value A(i,j)A(i, j) must also equal MM, since otherwise at least one would have to be larger than MM. Then it is not hard to see that we can propagate this value to get that the subarray with main diagonal from position (1,1)(1, 1) to (i,j)(i, j) must equal MM everywhere, thus yielding (i).

b.
For (ii), it already follows from the previous paragraph that there are no non-trivial examples if i0=j0=ni_0 = j_0 = n. However, such non-trivial examples can be constructed in all other cases: just pick A(i,j)=MA(i, j) = M for all numbers in the subarray with main diagonal from (1,1)(1, 1) to (i0,j0)(i_0, j_0). This leaves some elements A(i,1)A(i, 1) undefined (if i0<ni_0 < n) or some elements A(1,i)A(1, i) undefined (if j0<nj_0 < n). Put numbers strictly less than MM in all positions in the first row and first column that are not yet defined. Now fill in the rest of the array one row at a time from left to right, beginning with the first row and proceeding in the natural order. In all cases, the next position is uniquely defined in terms of the values we have already chosen. This is the required example.

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 and solution reproduced as published; topic and difficulty added by this site.