返回题库

AIME 1988 · 第 6 题

AIME 1988 — Problem 6

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

It is possible to place positive integers into the vacant twenty-one squares of the 5×55 \times 5 square shown below so that the numbers in each row and column form arithmetic sequences. Find the number that must occupy the vacant square marked by the asterisk (*).

AIME diagram

解析

Solutions

Solution 1 (specific)

Let the coordinates of the square at the bottom left be (0,0)(0,0), the square to the right (1,0)(1,0), etc.

Label the leftmost column (from bottom to top) 0,a,2a,3a,4a0, a, 2a, 3a, 4a and the bottom-most row (from left to right) 0,b,2b,3b,4b0, b, 2b, 3b, 4b. Our method will be to use the given numbers to set up equations to solve for aa and bb, and then calculate ()(*).

4a3a742a186a1030b2b3b4b\begin{array}{|c|c|c|c|c|}\hline 4a & & & * & \\ \hline 3a & 74 & & & \\ \hline 2a & & & & 186 \\ \hline a & & 103 & & \\ \hline 0 & b & 2b & 3b & 4b \\ \hline \end{array}

We can compute the squares at the intersections of two existing numbers in terms of aa and bb; two such equations will give us the values of aa and bb. On the fourth row from the bottom, the common difference is 743a74 - 3a, so the square at (2,3)(2,3) has a value of 1483a148 - 3a. On the third column from the left, the common difference is 1032b103 - 2b, so that square also has a value of 2b+3(1032b)=3094b2b + 3(103 - 2b) = 309 - 4b. Equating, we get 1483a=3094b4b3a=161148 - 3a = 309 - 4b \Longrightarrow 4b - 3a = 161.

Now we compute the square (2,2)(2,2). By rows, this value is simply the average of 2a2a and 186186, so it is equal to 2a+1862=a+93\frac{2a + 186}{2} = a + 93. By columns, the common difference is 1032b103 - 2b, so our value is 2062b206 - 2b. Equating, a+93=2062ba+2b=113a + 93 = 206 - 2b \Longrightarrow a + 2b = 113.

Solving

4b3a=161a+2b=113\begin{aligned}4b - 3a &= 161\\ a + 2b &= 113 \end{aligned} gives a=13a = 13, b=50b = 50. Now it is simple to calculate (4,3)(4,3). One way to do it is to see that (2,2)(2,2) has 2062b=106206 - 2b = 106 and (4,2)(4,2) has 186186, so (3,2)(3,2) has 106+1862=146\frac{106 + 186}{2} = 146. Now, (3,0)(3,0) has 3b=1503b = 150, so (3,2)=(3,0)+(3,4)2(3,4)==142(3,2) = \frac{(3,0) + (3,4)}{2} \Longrightarrow (3,4) = * = \boxed{142}.

Solution 2 (general)

First, let a=a = the number to be placed in the first column, fourth row. Let b=b = the number to be placed in the second column, fifth row. We can determine the entire first column and fifth row in terms of aa and bb:

4a3a2aa0b2b3b4b\begin{array}{|c|c|c|c|c|}\hline 4a & & & & \\ \hline 3a & & & & \\ \hline 2a & & & & \\ \hline a & & & & \\ \hline 0 & b & 2b & 3b & 4b \\ \hline \end{array}

Next, let a+b+c=a + b + c = the number to be placed in the second column, fourth row. We can determine the entire second column and fourth row in terms of aa, bb, and cc:

4a4a+b+4c3a3a+b+3c2a2a+b+2caa+b+ca+2b+2ca+3b+3ca+4b+4c0b2b3b4b\begin{array}{|c|c|c|c|c|}\hline 4a & 4a + b + 4c & & & \\ \hline 3a & 3a + b + 3c & & & \\ \hline 2a & 2a + b + 2c & & & \\ \hline a & a + b + c & a + 2b + 2c & a + 3b + 3c & a + 4b + 4c \\ \hline 0 & b & 2b & 3b & 4b \\ \hline \end{array}

We have now determined at least two values in each row and column. We can finish the table without introducing any more variables:

4a4a+b+4c4a+2b+8c4a+3b+12c4a+4b+16c3a3a+b+3c3a+2b+6c3a+3b+9c3a+4b+12c2a2a+b+2c2a+2b+4c2a+3b+6c2a+4b+8caa+b+ca+2b+2ca+3b+3ca+4b+4c0b2b3b4b\begin{array}{|c|c|c|c|c|}\hline 4a & 4a + b + 4c & 4a + 2b + 8c & 4a + 3b + 12c & 4a + 4b + 16c \\ \hline 3a & 3a + b + 3c & 3a + 2b + 6c & 3a + 3b + 9c & 3a + 4b + 12c \\ \hline 2a & 2a + b + 2c & 2a + 2b + 4c & 2a + 3b + 6c & 2a + 4b + 8c \\ \hline a & a + b + c & a + 2b + 2c & a + 3b + 3c & a + 4b + 4c \\ \hline 0 & b & 2b & 3b & 4b \\ \hline \end{array}

We now have a system of equations.

3a+b+3c=743a + b + 3c = 74 2a+4b+8c=1862a + 4b + 8c = 186 a+2b+2c=103a + 2b + 2c = 103

Solving, we find that (a,b,c)=(13,50,5)(a,b,c) = (13,50, - 5). The number in the square marked by the asterisk is 4a+3b+12c=1424a + 3b + 12c = \boxed{142}

Solution 3 (Only one variable)

We begin with the table that was given to us and add in the following arithmetic progression on the bottom:

741861030x2x3x4x\begin{array}{|c|c|c|c|c|}\hline & & & * & \\ \hline & 74 & & & \\ \hline & & & & 186 \\ \hline & & 103 & & \\ \hline 0 & x & 2x & 3x & 4x \\ \hline \end{array}

Since all the rows and columns satisfy an arithmetic progression, we have the following:

4126x3925x3724x743094x2943x2792x2062x196x18610398+x2x+930x2x3x4x\begin{array}{|c|c|c|c|c|}\hline & & 412 - 6x & 392 - 5x & 372 - 4x \\ \hline & 74 & 309 - 4x & 294 - 3x & 279 - 2x \\ \hline & & 206 - 2x & 196 - x & 186 \\ \hline & & 103 & 98 + x & 2x + 93 \\ \hline 0 & x & 2x & 3x & 4x \\ \hline \end{array}

We can solve for xx in the 2nd row, namely 3245x=74324 - 5x = 74 because the arithmetic progression from left to right has difference x15x - 15. Therefore, we have x=50x = 50, and because the desired asterisk is 3925x392 - 5x, the answer is 392250392 - 250 = 142\boxed {142}.

~Arcticturn