返回题库

AIME 1985 · 第 4 题

AIME 1985 — Problem 4

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

A small square is constructed inside a square of area 1 by dividing each side of the unit square into nn equal parts, and then connecting the vertices to the division points closest to the opposite vertices. Find the value of nn if the the area of the small square is exactly 11985\frac1{1985}.

AIME diagram

解析

Solution 1

The lines passing through AA and CC divide the square into three parts, two right triangles and a parallelogram. Using the smaller side of the parallelogram, 1/n1/n, as the base, where the height is 1, we find that the area of the parallelogram is A=1nA = \frac{1}{n}. By the Pythagorean Theorem, the longer base of the parallelogram has length l=12+(n1n)2=1n2n22n+1l = \sqrt{1^2 + \left(\frac{n - 1}{n}\right)^2} = \frac{1}{n}\sqrt{2n^2 - 2n + 1}, so the parallelogram has height h=Al=12n22n+1h = \frac{A}{l} = \frac{1}{\sqrt{2n^2 - 2n + 1}}. But the height of the parallelogram is the side of the little square, so 2n22n+1=19852n^2 - 2n + 1 = 1985. Solving this quadratic equation gives n=32n = \boxed{32}.

Solution 2

AIME diagram

Surrounding the square with area 11985\frac{1}{1985} are 44 right triangles with hypotenuse 11 (sides of the large square). Thus, X+11985=1X + \frac{1}{1985} = 1, where XX is the area of the of the 4 triangles. We can thus use proportions to solve this problem.

GFBE=CGCB    11985BE=1n1    BE=n19851985\begin{aligned} \frac{GF}{BE}=\frac{CG}{CB}\implies \frac{\frac{1}{\sqrt{1985}}}{BE}=\frac{\frac{1}{n}}{1}\implies BE=\frac{n\sqrt{1985}}{1985} \end{aligned} Also,

BE1=ECn1n    EC=19851985(n1)\begin{aligned} \frac{BE}{1}=\frac{EC}{\frac{n-1}{n}}\implies EC=\frac{\sqrt{1985}}{1985}(n-1) \end{aligned} Thus,

2(BE)(EC)+11985=12n22n+1=1985n(n1)=992\begin{aligned} 2(BE)(EC)+\frac{1}{1985}=1\\ 2n^{2}-2n+1=1985\\ n(n-1)=992 \end{aligned} Simple factorization and guess and check gives us 32\boxed{32}.

Solution 3

AIME diagram

Line Segment DE=1nDE = \frac{1}{n}, so EC=11n=n1nEC = 1 - \frac{1}{n} = \frac{n-1}{n}. Draw line segment HEHE parallel to the corresponding sides of the small square, HEHE has length 11985\frac{1}{\sqrt{1985}}, as it is the same length as the sides of the square. Notice that CEL\triangle CEL is similar to HDE\triangle HDE by AAAA similarity. Thus, LCHE=ECDE=n1\frac{LC}{HE} = \frac{EC}{DE} = n-1, so LC=n11985LC = \frac{n-1}{\sqrt{1985}}. Notice that CEL\triangle CEL is also similar to CDF\triangle CDF by AAAA similarity. Thus, FCEC=DCLC\frac{FC}{EC} = \frac{DC}{LC}, and the expression simplifies into a quadratic equation n2n992=0n^2 - n - 992 = 0. Solving this quadratic equation yields n=32n =\boxed{32}.