返回题库

AIME 1996 · 第 1 题

AIME 1996 — Problem 1

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

In a magic square, the sum of the three entries in any row, column, or diagonal is the same value. The figure shows four of the entries of a magic square. Find xx.

AIME diagram

解析

Solution

Let's make a table.

\multicolumn3cTablex19961abcde\begin{array}{|c|c|c|} \multicolumn{3}{c}{\text{Table}}\\\hline x&19&96\\\hline 1&a&b\\\hline c&d&e\\\hline \end{array} x+19+96=x+1+cc=19+961=114,114+96+a=x+1+114a=x95\begin{aligned} x+19+96=x+1+c\Rightarrow c=19+96-1=114,\\ 114+96+a=x+1+114\Rightarrow a=x-95 \end{aligned} \multicolumn3cTable in progressx19961x95b114de\begin{array}{|c|c|c|} \multicolumn{3}{c}{\text{Table in progress}}\\\hline x&19&96\\\hline 1&x-95&b\\\hline 114&d&e\\\hline \end{array} 19+x95+d=x+d76=115+xd=191,114+191+e=x+115e=x190\begin{aligned}19+x-95+d=x+d-76=115+x\Rightarrow d=191,\\ 114+191+e=x+115\Rightarrow e=x-190 \end{aligned} \multicolumn3cTable in progressx19961x95b114191x190\begin{array}{|c|c|c|} \multicolumn{3}{c}{\text{Table in progress}}\\\hline x&19&96\\\hline 1&x-95&b\\\hline 114&191&x-190\\\hline \end{array} 3x285=x+1152x=400x=2003x-285=x+115\Rightarrow 2x=400\Rightarrow x=\boxed{200}

Solution 2

Use the table from above. Obviously c=114c = 114. Hence a+e=115a+e = 115. Similarly, 1+a=96+ea=95+e1+a = 96 + e \Rightarrow a = 95+e.

Substitute that into the first to get 2e=20e=102e = 20 \Rightarrow e=10, so a=105a=105, and so the value of xx is just 115+x=210+105x=200115+x = 210 + 105 \Rightarrow x = \boxed{200}

Solution 3

\multicolumn3cTablex19961abcde\begin{array}{|c|c|c|} \multicolumn{3}{c}{\text{Table}}\\\hline x&19&96\\\hline 1&a&b\\\hline c&d&e\\\hline \end{array} The formula

e=1+192e=\frac{1+19}{2} can be used. Therefore, e=10e=10. Similarly,

96=1+d296=\frac{1+d}{2} So d=191d=191.

Now we have this table:

\multicolumn3cTablex19961abc19110\begin{array}{|c|c|c|} \multicolumn{3}{c}{\text{Table}}\\\hline x&19&96\\\hline 1&a&b\\\hline c&191&10\\\hline \end{array} By property of magic squares, observe that

x+a+10=19+a+191x+a+10=19+a+191 The aa's cancel! We now have

x+10=19+191x+10=19+191 Thus x=200.x=\boxed{200}.