返回题库

AIME 1991 · 第 2 题

AIME 1991 — Problem 2

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Rectangle ABCDABCD_{}^{} has sides AB\overline {AB} of length 4 and CB\overline {CB} of length 3. Divide AB\overline {AB} into 168 congruent segments with points A=P0,P1,,P168=BA_{}^{}=P_0, P_1, \ldots, P_{168}=B, and divide CB\overline {CB} into 168 congruent segments with points C=Q0,Q1,,Q168=BC_{}^{}=Q_0, Q_1, \ldots, Q_{168}=B. For 1k1671_{}^{} \le k \le 167, draw the segments PkQk\overline {P_kQ_k}. Repeat this construction on the sides AD\overline {AD} and CD\overline {CD}, and then draw the diagonal AC\overline {AC}. Find the sum of the lengths of the 335 parallel segments drawn.

解析

Solution 1

AIME diagram

The length of the diagonal is 32+42=5\sqrt{3^2 + 4^2} = 5 (a 3-4-5 right triangle). For each kk, PkQk\overline{P_kQ_k} is the hypotenuse of a 3453-4-5 right triangle with sides of 3168k168,4168k1683 \cdot \frac{168-k}{168}, 4 \cdot \frac{168-k}{168}. Thus, its length is 5168k1685 \cdot \frac{168-k}{168}. Let ak=5(168k)168a_k=\frac{5(168-k)}{168}. We want to find 2k=1168ak52\sum\limits_{k=1}^{168} a_k-5 since we are over counting the diagonal. 2k=11685(168k)1685=2(0+5)16925=1685=8402\sum\limits_{k=1}^{168} \frac{5(168-k)}{168}-5 =2\frac{(0+5)\cdot169}{2}-5 =168\cdot5 =\boxed{840}

Solution 2

Using the above diagram, we have that ΔABCΔPkBQk\Delta ABC \sim \Delta P_k B Q_k and each one of these is a dilated 3-4-5 right triangle (This is true since ΔABC\Delta ABC is a 3-4-5 right triangle). Now, for all kk, we have that PkQk\overline{P_k Q_k} is the hypotenuse for the triangle PkBQkP_k B Q_k. Therefore we want to know the sum of the lengths of all PkQk\overline{P_k Q_k}.This is given by the following:

2(k=1168PkQk)+52 \cdot(\sum_{k=1}^{168} P_kQ_k) + 5 =20+5+10+...+835168+5= 2 \cdot \frac{ 0+5+10+...+835}{168} +5 Then by the summation formula for the sum of the terms of an arithmetic series,

=835168168+5=835+5=840= \frac{835 \cdot 168}{168} +5 = 835+5 = \boxed{840} ~qwertysri987

Solution 3

First, count the diagonal which has length 55. For the rest of the segments, think about pairing them up so that each pair makes 55. For example, the parallel lines closest to the diagonal would have length 1671685\frac{167}{168}\cdot{5} while the parallel line closest to the corner of the rectangle would have length 11685\frac{1}{168}\cdot{5} by similar triangles. If you add the two lengths together, it is 1671685+11685=5.\frac{167}{168}\cdot{5} + \frac{1}{168}\cdot{5} = 5. There are 33512\frac{335-1}{2} pairs of these segments, for a total of 5+(167)(5)=168(5)=840.5+(167)(5)=168(5)=\boxed{840}. ~justlearningmathog