返回题库

AIME 1983 · 第 12 题

AIME 1983 — Problem 12

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Diameter ABAB of a circle has length a 22-digit integer (base ten). Reversing the digits gives the length of the perpendicular chord CDCD. The distance from their intersection point HH to the center OO is a positive rational number. Determine the length of ABAB.

AIME diagram

解析

Solution

Let AB=10x+yAB=10x+y and CD=10y+xCD=10y+x. It follows that CO=AB2=10x+y2CO=\frac{AB}{2}=\frac{10x+y}{2} and CH=CD2=10y+x2CH=\frac{CD}{2}=\frac{10y+x}{2}. Scale up this triangle by 2 to ease the arithmetic. Applying the Pythagorean Theorem on 2CO2CO, 2OH2OH and 2CH2CH, we deduce

(2OH)2=(10x+y)2(10y+x)2=99(x+y)(xy)(2OH)^2=\left(10x+y\right)^2-\left(10y+x\right)^2=99(x+y)(x-y) Because OHOH is a positive rational number and xx and yy are integral, the quantity 99(x+y)(xy)99(x+y)(x-y) must be a perfect square. Hence either xyx-y or x+yx+y must be a multiple of 1111, but as xx and yy are different digits, 1+0=1x+y9+9=181+0=1 \leq x+y \leq 9+9=18, so the only possible multiple of 1111 is 1111 itself. However, xyx-y cannot be 11, because both must be digits. Therefore, x+yx+y must equal 1111 and xyx-y must be a perfect square. The only pair (x,y)(x,y) that satisfies this condition is (6,5)(6,5), so our answer is 065\boxed{065}. (Therefore CD=56CD = 56 and OH=332OH = \frac{33}{2}.)

Alternate start to solution 1

Since H is the midpoint of CDCD, by Power of a Point, CH2=(AH)(BH)CH^2=(AH)(BH). Because AH=rOHAH=r-OH and BH=r+OHBH=r+OH, where rr is the radius of the circle, we deduce the relation CH2=r2OH2CH^2=r^2-OH^2. Thus OH2=(10x+y2)2(10y+x2)2OH^2=\left(\frac{10x+y}{2}\right)^2-\left(\frac{10y+x}{2}\right)^2. Continue as above.

~anduran